##// END OF EJS Templates
exclude the actual grep command in memwatch
marcink -
r2212:727e1f92 beta
parent child Browse files
Show More
@@ -1,1 +1,1 b''
1 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
1 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
General Comments 0
You need to be logged in to leave comments. Login now