Created
October 21, 2019 19:10
-
-
Save vishnuhd/b9df250f69485736210344eb3b2c9a04 to your computer and use it in GitHub Desktop.
WTF is eating my RAM
This file contains hidden or 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
#!/bin/bash | |
# WTF is eating my RAM | |
ps aux | awk '{print $6/1024 "MB\t\t" $11}' | sort -rn | head -10 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment