Skip to content

Instantly share code, notes, and snippets.

@aeppert
Created December 30, 2015 19:49
Show Gist options
  • Select an option

  • Save aeppert/cfb4e5ebfe21ed7356fd to your computer and use it in GitHub Desktop.

Select an option

Save aeppert/cfb4e5ebfe21ed7356fd to your computer and use it in GitHub Desktop.
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