pss-total/README.md

28 lines
672 B
Markdown
Raw Permalink 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 23:48:05 +00:00
Checkout the `waybar` branch for a version of this program which outputs JSON
[for use with waybar](htps://github.com/Alexays/Waybar/wiki/Module:-Custom)
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
2024-05-24 22:01:20 +00:00
## Building
2024-05-24 22:00:08 +00:00
Build for debug/development: `ninja debug`
2024-05-24 22:01:20 +00:00
2024-05-24 22:00:08 +00:00
Build for production: `ninja release`
Install: `ninja release && sudo sh install.sh`
2024-05-24 22:01:20 +00:00
2024-05-24 22:00:08 +00:00
Uninstall: `sudo sh uninstall.sh`