Skip to content

Instantly share code, notes, and snippets.

@fallwith
Created March 28, 2011 03:31
Show Gist options
  • Save fallwith/889967 to your computer and use it in GitHub Desktop.
Save fallwith/889967 to your computer and use it in GitHub Desktop.
Determine system memory usage as a percentage (Linux)
free|grep /|awk '{print $3/($3+$4)*100}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment