Skip to content

Instantly share code, notes, and snippets.

@dan82840
Created April 15, 2015 05:15
Show Gist options
  • Save dan82840/012341d32b377f3e7ad1 to your computer and use it in GitHub Desktop.
Save dan82840/012341d32b377f3e7ad1 to your computer and use it in GitHub Desktop.
while [ 1 ]; do M=`free | grep Mem | awk '{printf("%d",$4/$2 * 100.0)}'`;if [ $M -lt 10 ]; then echo "Memory under 10%"; fi; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment