view rhodecode/tests/mem_watch @ 1566:5539b0eb2cfc beta

webob for beta should not use 1.1.1
author Marcin Kuzminski <marcin@python-works.com>
date Mon, 17 Oct 2011 01:08:29 +0200
parents 08cd02374883
children 727e1f922a89
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 paster