Skip to content

Instantly share code, notes, and snippets.

@farrokhi
Created July 17, 2019 12:18
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/a346ad2872cfc4e2504a10a0d3e22659 to your computer and use it in GitHub Desktop.
Save farrokhi/a346ad2872cfc4e2504a10a0d3e22659 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