Monner
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 from pypi:
pip install monner
Install from source:
python setup.py install
Run:
monner --target-output /dev/null wget http://www.google.com
The option –target-output will redirect stdout and stderr for the target program.
Sample output:
CPU (%) Memory used (mb) Network in (kb) Network out (kb) 99.5 3470.4 1.2 0.0 100.0 3470.9 50.7 0.0 100.0 3470.8 2.2 0.0
If you need command line arguments for the target:
monner -- wget -V
Fields Available
There are multiple fields available to monitor. Including: CPU usage, memory usage, network usage, disk usage and more. For the full list see monner -h
Feedback
Feedback is always welcome! Github or twitter (@colinhowe) are the best places to reach me.
Release files for monner 0.5.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| monner-0.5.0.tar.gz | 3.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| monner-0.5.0-py2.7.egg | Legacy Egg format | - | - | Details |
Total release size: 6.5 kB
Release files / monner-0.5.0.tar.gz
| Download URL | monner-0.5.0.tar.gz |
|---|---|
| Size | 3.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
3172a77dca85e08e4402a0f849349f457b44352c84e17e7afb259ece699de37b
|
|
BLAKE2b-256 checksum How to use checksums |
f157422d346c8c51528d20caaad7e14c747cc6a5bb42b3c067b4b870fcc44778
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / monner-0.5.0-py2.7.egg
| Download URL | monner-0.5.0-py2.7.egg |
|---|---|
| Size | 3.3 kB |
| Tags | Egg |
|
SHA-256 checksum How to use checksums |
60d9ef7c90bc8ef960220cdb7d5d3a9ca8e852121785204bbd8bfba7c3a94e3f
|
|
BLAKE2b-256 checksum How to use checksums |
d986d095c8ce164c713efffccd6a0b1c76e8683ca75b51d2fd1095dea46a571e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |