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
- Host: GitHub
- URL: https://github.com/vendethiel/psmemparse
- Owner: vendethiel
- Created: 2015-08-10T15:50:24.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-19T14:35:28.000Z (about 9 years ago)
- Last Synced: 2025-01-27T08:45:12.653Z (3 months ago)
- Topics: awk, gawk, perl, perl5, perl6, ps
- Language: Awk
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```