Files @ 9265958e33bb
Branch filter:

Location: kallithea/rhodecode/tests/mem_watch

Marcin Kuzminski
Show changes of status inside comments
- comments that change status are now associated with status object, and showed in comments blocks
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 "" }'|grep [p]aster