# colinhowe-monner **Repository Path**: mirrors/colinhowe-monner ## Basic Information - **Project Name**: colinhowe-monner - **Description**: monner 是一个可以让你监控 CPU、内存和网络使用情况的小工具 - **Primary Language**: Python - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: https://www.oschina.net/p/monner - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-11-20 - **Last Updated**: 2025-09-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ====== 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. Requirements ============ It requires Python Version 3.3+. Python development headers. For example, in Ubuntu install this with `sudo apt-get install libpython-dev`. 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.