Files @ 8ee8f4dc16df
Branch filter:

Location: kallithea/rhodecode/tests/scripts/mem_watch

Marcin Kuzminski
changed the tests for search.
for >1 page we cannot guarantee the order, thus we cannot
check for particular revision.
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