Skip to content

Instantly share code, notes, and snippets.

@kaka2507
Created May 23, 2018 14:43
Show Gist options
  • Save kaka2507/c5ffd3edad530f41859004e55dcf71d4 to your computer and use it in GitHub Desktop.
Save kaka2507/c5ffd3edad530f41859004e55dcf71d4 to your computer and use it in GitHub Desktop.
ps -eo rss,pid,user,command --sort -size | awk '{ hr=$1/1024 ; printf("%13.2f Mb ",hr) } { for ( x=4 ; x<=NF ; x++ ) { printf("%s ",$x) } print "" }' |cut -d "" -f2 | cut -d "-" -f1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment