Difference between revisions of "Kcollectd"
From collectd Wiki
(→See also) |
|||
Line 5: | Line 5: | ||
| Screenshot = | | Screenshot = | ||
| Language = C++ | | Language = C++ | ||
− | | Author = M. G. Berberich | + | | Author = M. G. Berberich, Antonio Russo |
− | | URL = | + | | URL = https://www.antonioerusso.com/projects/kcollectd/ |
}} | }} | ||
− | '''kcollectd''' is a | + | '''kcollectd''' is a graphical front-end to collectd, a data collection service that monitors, by polling or pushed |
+ | updates, system information, such as temperature or free RAM. kcollectd provides a graphical display of these collected | ||
+ | statistics. | ||
+ | |||
+ | More generally, kcollectd can display the data stored in any round-robin database (RRD). Use the --basedir command line option to load RRDs from a non-standard location. | ||
== See also == | == See also == |
Latest revision as of 11:09, 4 January 2021
kcollectd | |
---|---|
![]() | |
Type: | Stand-alone |
License: | GPLv3+ |
Language: | C++ |
Author: | M. G. Berberich, Antonio Russo |
List of front-ends | |
kcollectd is a graphical front-end to collectd, a data collection service that monitors, by polling or pushed updates, system information, such as temperature or free RAM. kcollectd provides a graphical display of these collected statistics.
More generally, kcollectd can display the data stored in any round-robin database (RRD). Use the --basedir command line option to load RRDs from a non-standard location.
See also
- Debian PTS page for kcollectd.
- https://www.antonioerusso.com/projects/kcollectd/ - kcollectd recent fork by Antonio Russo (Qt5-based, last updated in 2020)