Created
June 21, 2012 12:34
-
-
Save overplumbum/2965503 to your computer and use it in GitHub Desktop.
Per Process Group memory usage
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
ps auxw | awk '{ g[$11 " " $12] += $6 } END { for (i in g) { print g[i] "\t" i }}' | sort -bgr |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment