##// END OF EJS Templates
last-update: use smarter calculation that picks the newer dates first...
last-update: use smarter calculation that picks the newer dates first instead of relying dumply on last commit date which in some cases might be very very old.

File last commit:

r1:854a839a default
r2812:24d6ff87 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 "" }'