Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 514 Bytes

File metadata and controls

17 lines (13 loc) · 514 Bytes

pmon

A simple performance monitor for Unix processes that outputs scaled graphs.

usage: pmon.py [-h] [-v] [-t TIMEOUT] PID

positional arguments:
  PID                   The PID to monitor.

optional arguments:
  -h, --help            show this help message and exit
  -v, --verbose         Increase output verbosity.
  -t TIMEOUT, --timeout TIMEOUT
                        The duration of the monitoring in seconds.

Sample output