##// END OF EJS Templates
default-reviewers: changes for source/target branch distinction and new rule name....
default-reviewers: changes for source/target branch distinction and new rule name. - since reasons is bigger now we'll hide those and toggle on view.

File last commit:

r1:854a839a default
r2435:56737c0a default
Show More
mem_watch
1 line | 151 B | text/plain | TextLexer
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 "" }'