Difference between revisions of "Plugin:xencpu"

From collectd Wiki
Jump to: navigation, search
(Created page with "{{Infobox Plugin | Name=xencpu | Type=read | Callbacks={{Callback|init}}, {{Callback|read}}, {{Callback|shutdown}} | Status={{supported}} | FirstVersion={{Version|5....")
 
Line 15: Line 15:
 
== Example graphs ==
 
== Example graphs ==
  
 +
[[File:Xencpu-example.png|597px|Example graphs of the ''libvirt'' plugin.]]
  
 
== Dependencies ==
 
== Dependencies ==
  
 
* [https://www.xenproject.org/ libxen]
 
* [https://www.xenproject.org/ libxen]

Revision as of 09:39, 3 April 2017

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).

Example graphs

Example graphs of the libvirt plugin.

Dependencies