Last active
May 22, 2019 11:18
-
-
Save azet/69290be8e72a5e5cc050cdaf24d2fbfb to your computer and use it in GitHub Desktop.
human readable SLABInfo
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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