Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vendethiel/psmemparse

`ps caux` parser, in AWK, Perl5 and Perl6
https://github.com/vendethiel/psmemparse

awk gawk perl perl5 perl6 ps

Last synced: about 1 month ago
JSON representation

`ps caux` parser, in AWK, Perl5 and Perl6

Awesome Lists containing this project

README

        

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
```