Skip to content

Instantly share code, notes, and snippets.

@rohan-molloy
Created February 4, 2018 11:18
Show Gist options
  • Save rohan-molloy/64ebdedd045762a037610a7af46c4e0b to your computer and use it in GitHub Desktop.
Save rohan-molloy/64ebdedd045762a037610a7af46c4e0b to your computer and use it in GitHub Desktop.
printf "{\n\"Total\":\"%s\",\n\"Used\":\"%s\",\n\"Free\":\"%s\",\n\"Shared\":\"%s\",\n\"Buffered\":\"%s\",\n\"Available\":\"%s\"\n}\n" $(free -ht | tail -n+2 | grep Mem: | awk '{print $2,$3,$4,$5,$6,$7}')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment