This package browser is in early development. Mind the rough edges.

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.

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:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/nmon/badges/latest-version.svg)](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]]