Monitors the system whilst executing a given program
Project description
Author: Colin Howe (@colinhowe)
License: Apache 2.0
About
Allows you to monitor the CPU, memory and network usage when running a program.
Output is tab-separated for easy loading into spreadsheet programs.
Installation
Install:
python setup.py install
Run:
monner.py --target-output /dev/null wget http://www.google.com
The option –target-output will redirect stdout and stderr for the target program.
Feedback
Feedback is always welcome! Github or twitter (@colinhowe) are the best places to reach me.