nmon
Monitor system performance in a terminal or to a `.csv' log file
Nmon is yet another system monitor useful in systems administration, debugging, tuning, and benchmarking.
The configurable ncurses interface displays all the classic resource usage statistics (CPU, memory, network, disk, ...) as real-time graphs or numbers. It can also list the processes responsible in a top
-like table.
A less common nmon feature is its ability to create highly detailed log files in CSV format. These can be imported into spreadsheets or fed straight into an RRD using rrdtool
for further analysis, or to create colourful graphs.
- Versions: 16p
- Website: https://nmon.sourceforge.net/
- Licenses: GPL 3+
- Package source: gnu/packages/admin.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of nmon
as follows:
guix install nmon
Or install a particular version:
guix install nmon@16p
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of nmon about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/nmon'><img src='https://packages.guix.gnu.org/packages/nmon/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/nmon)
Example Org:
[[https://packages.guix.gnu.org/packages/nmon][https://packages.guix.gnu.org/packages/nmon/badges/latest-version.svg]]