Skip to content

Instantly share code, notes, and snippets.

@vanokg
Last active March 29, 2018 11:14
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save vanokg/e16a2f8402fef94fcfa5 to your computer and use it in GitHub Desktop.
Save vanokg/e16a2f8402fef94fcfa5 to your computer and use it in GitHub Desktop.
Кто жрет память
ps -eo size,pid,user,command | awk '{ hr=$1/1024 ; printf("%13.6f Mb ",hr) } { for ( x=4 ; x<=NF ; x++ ) { printf("%s ",$x) } print "" }' | sort -n | grep -v 0.000000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment