Difference between revisions of "Plugin:xencpu"
From collectd Wiki
Line 21: | Line 21: | ||
* [https://www.xenproject.org/ libxen] | * [https://www.xenproject.org/ libxen] | ||
+ | |||
+ | |||
+ | [[Category:Plugins]] | ||
+ | {{DEFAULTSORT:xencpu}} |
Latest revision as of 01:32, 12 March 2020
xencpu plugin | |
---|---|
Type: | read |
Callbacks: | init, read, shutdown |
Status: | supported |
First version: | 5.6 |
Copyright: | 2016 Pavel Rochnyak 2016 Florian octo Forster |
License: | GPLv2 |
Manpage: | collectd.conf(5) |
List of Plugins |
The xencpu plugin uses the API from libxen to gather statistics about hardware CPU load for machine running Xen. Load is calculated from CPU 'idle time' value, provided by hypervisor. Result is reported using the "percent" type, for each CPU (core).
This plugin doesn't have any options (yet).