pss-total/README.md

23 lines
513 B
Markdown
Raw Normal View History

2024-05-24 21:54:17 +00:00
# pss-total
sum proportional set size of every process for accurate memory usage statistics.
In non-pretty mode, the number is given in kibibytes.
2024-05-24 21:56:49 +00:00
Licensed under GPLv3.
2024-05-24 21:54:17 +00:00
### Summary
pss-total [OPTIONS]
### Options
- `-p`, `--pretty`: format output using sensible units: KiB, MiB, or GiB.
- `-h`, `--help`: print this help message.
2024-05-24 22:00:08 +00:00
# Building
Build for debug/development: `ninja debug`
Build for production: `ninja release`
Install: `ninja release && sudo sh install.sh`
Uninstall: `sudo sh uninstall.sh`