python-resmon icon indicating copy to clipboard operation
python-resmon copied to clipboard

A resource monitor that records resource usage (e.g., CPU usage, RAM usage and free, disk I/O count, NIC speed, etc.) and outputs the data in CSV format that is easy to post-process.

Results 2 python-resmon issues
Sort by recently updated
recently updated
newest added

``` pip install --user git+ssh://[email protected]/xybu/python-resmon.git ``` There's a missing install piece of advice in the README as to how to make `resmon` work from the command line without being fully...