annotate rhodecode/tests/mem_watch @ 2305:02e5d6068d37 beta

Updated source messages file
author Vincent Duvert <vincent@duvert.net>
date Sat, 19 May 2012 23:47:02 +0200
parents 727e1f922a89
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2212
727e1f922a89 exclude the actual grep command in memwatch
Marcin Kuzminski <marcin@python-works.com>
parents: 1334
diff changeset
1 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