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

collectd

Collect system and application performance metrics periodically

collectd gathers metrics from various sources such as the operating system, applications, log files and external devices, and stores this information or makes it available over the network. Those statistics can be used to monitor systems, find performance bottlenecks (i.e., performance analysis) and predict future system load (i.e., capacity planning).

Installation

Install the latest version of collectd as follows:

guix install collectd

Or install a particular version:

guix install collectd@5.12.0

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.