view rhodecode/tests/mem_watch @ 1437:7a46d67c263c beta

added welcome message if no repositories are present in current view
author Marcin Kuzminski <marcin@python-works.com>
date Fri, 22 Jul 2011 20:06:40 +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