view rhodecode/tests/mem_watch @ 2368:5143b8df576c beta

Added mentions autocomplete into main comments form - recompiled yui.2.9.js using google compiler
author Marcin Kuzminski <marcin@python-works.com>
date Fri, 01 Jun 2012 18:34:32 +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