Skip to content

Instantly share code, notes, and snippets.

@nemke82
Created June 18, 2017 10:44
Show Gist options
  • Save nemke82/9a0de6d51954a6f086125765b1a6ce64 to your computer and use it in GitHub Desktop.
Save nemke82/9a0de6d51954a6f086125765b1a6ce64 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 -nk1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment