Sum proportional set size of every process for accurate memory usage statistics.
Go to file
2024-05-24 22:13:24 -05:00
lib/include first commit 2024-05-24 16:54:17 -05:00
src removed needless assertion 2024-05-24 22:13:24 -05:00
.clang-format first commit 2024-05-24 16:54:17 -05:00
.gitignore added License 2024-05-24 16:56:49 -05:00
build.ninja removed needless assertion 2024-05-24 22:13:24 -05:00
install.sh first commit 2024-05-24 16:54:17 -05:00
LICENSE added License 2024-05-24 16:56:49 -05:00
ngen.toml first commit 2024-05-24 16:54:17 -05:00
README.md added waybar info to readme 2024-05-24 18:48:05 -05:00
uninstall.sh first commit 2024-05-24 16:54:17 -05: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.

Checkout the waybar branch for a version of this program which outputs JSON for use with waybar

Licensed under GPLv3.

Summary

pss-total [OPTIONS]

Options

  • -p, --pretty: format output using sensible units: KiB, MiB, or GiB.
  • -h, --help: print this help message.

Building

Build for debug/development: ninja debug

Build for production: ninja release

Install: ninja release && sudo sh install.sh

Uninstall: sudo sh uninstall.sh