Skip to content

Instantly share code, notes, and snippets.

@xman1980
Created January 24, 2017 09:37
Show Gist options
  • Save xman1980/e2b74112637a750e6c7f604bec703180 to your computer and use it in GitHub Desktop.
Save xman1980/e2b74112637a750e6c7f604bec703180 to your computer and use it in GitHub Desktop.
nice-count-memory-process-ps-aux
ps -eo size,pid,user,command --sort -size | awk '{ hr=$1/1024 ; printf("%13.2f Mb ",hr) } { for ( x=4 ; x<=NF ; x++ ) { printf("%s ",$x) } print "" }'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment