Skip to content

Instantly share code, notes, and snippets.

@azet
Last active May 22, 2019 11: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 azet/69290be8e72a5e5cc050cdaf24d2fbfb to your computer and use it in GitHub Desktop.
Save azet/69290be8e72a5e5cc050cdaf24d2fbfb to your computer and use it in GitHub Desktop.
human readable SLABInfo
awk '{printf "%5d MB %s\n", $3*$4/(1024*1024), $1}' < /proc/slabinfo | sort -nr | head -25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment