Skip to content

Instantly share code, notes, and snippets.

@farrokhi
Created January 19, 2020 11:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save farrokhi/dd539a3198402216b17037c56fad3668 to your computer and use it in GitHub Desktop.
Save farrokhi/dd539a3198402216b17037c56fad3668 to your computer and use it in GitHub Desktop.
memory usage and swap investigation in linux
grep -A1 Normal  /proc/zoneinfo  ; echo "--"; sysctl vm.min_free_kbytes ; echo "--"; numactl -H | grep free
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment