Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 225 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 225 Bytes

ps-mem-parse

Calculates the accumulated RAM, per app, used currently (displays TOP 5).

Usage:

Pipe one of the script (Perl, gawk) from ps caux:

ps caux | ./psmemparse.gawk
ps caux | ./psmemparse.plx