view rhodecode/tests/mem_watch @ 2011:4bf79abde983 beta

fix text on donate button
author Marcin Kuzminski <marcin@python-works.com>
date Tue, 21 Feb 2012 03:47:21 +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