view rhodecode/tests/mem_watch @ 2524:9d4b80743a2a beta

New repo model create function - fixed some sessions calls
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 01 Jul 2012 15:47:54 +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