view rhodecode/tests/mem_watch @ 2310:83e4447077d3 beta

Improved i18n for the comment count (use of ngettext for pluralisation).
author Vincent Duvert <vincent@duvert.net>
date Sun, 20 May 2012 10:47:33 +0200
parents 727e1f922a89
children
line wrap: on
line source

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