Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 (almost 9 years ago)
- Last Synced: 2024-04-14T15:05:54.931Z (9 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
```