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).
- Versions: 5.12.0
- Website: https://collectd.org/
- Licenses: Expat · GPL 2
- Package source: gnu/packages/monitoring.scm
- Builds: See build status
- Issues: See known issues
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.