pmon 0.2.1

Creator: railscoder56

Last updated:

Add to Cart

Description:

pmon 0.2.1

pmon
A process monitor for linux that shows detailed RAM usage info.
$ pmon 261071
vms rss pss uss shared swap rss (%) pss (%) uss (%) cpu (%)
2.576G 1.122G 1.110G 1.107G 99.699M 0B 7.22 7.14 7.12 0.00
2.576G 1.122G 1.110G 1.107G 99.699M 0B 7.22 7.14 7.12 12.23
2.576G 1.122G 1.110G 1.107G 99.699M 0B 7.22 7.14 7.12 6.48

Rationale
Measuring RAM usage on Linux can be
tricky.
Probably the most correct way to measure it is to use
USS, i.e:

USS (Unique Set Size) is the memory which is unique to a process and which would be freed if the
process was terminated right now.

Unfortunately, tools like top and htop do not report this metric. Nevertheless,
psutil does collect it, so, we use it as the backend to monitor
RAM usage.
Install
pipx install pmon

Usage
pmon --help

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.