##// END OF EJS Templates
users-admin: moved views into pyramid for editing emails and ips....
users-admin: moved views into pyramid for editing emails and ips. - added audit-logging - added few additional tests

File last commit:

r1:854a839a default
r1821:a4cc42be default
Show More
mem_watch
1 line | 151 B | text/plain | TextLexer
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 "" }'