Skip to content

collectors XENCollector

Rob Smith edited this page Apr 19, 2013 · 7 revisions

XENCollector

The XENCollector grabs usage/allocation metrics using libvirt

Dependencies

  • python-libvirt

Options - Generic Options

Setting Default Description Type
byte_unit byte Default numeric output(s) str
enabled False Enable collecting these metrics bool
measure_collector_time False Collect the collector run time in ms bool

Example Output

servers.hostname.xen.AllocatedCores 8.0
servers.hostname.xen.DiskFree 297968580.0
servers.hostname.xen.FreeCores 0.0
servers.hostname.xen.InstalledMem 48262.0
servers.hostname.xen.MemAllocated 24576.0
servers.hostname.xen.MemFree 23686.0
servers.hostname.xen.TotalCores 8.0

This file was generated from the python source

Please edit the source to make changes

Clone this wiki locally