Skip to content

Instantly share code, notes, and snippets.

@tzmartin
Created March 11, 2015 03:56
Show Gist options
  • Save tzmartin/98f240323d659d402d47 to your computer and use it in GitHub Desktop.
Save tzmartin/98f240323d659d402d47 to your computer and use it in GitHub Desktop.
Used RAM in Megabytes
top -l 1 | awk '/PhysMem/ {print $2}' | sed s/M//
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment