Skip to main content

Xen XCP-ng

Plugin: xenstat.plugin Module: xenstat.plugin

Overview

This collector monitors XenServer and XCP-ng host and domain statistics.

Reads host and domain statistics directly from the local Xen hypervisor through the system Xen libraries. The plugin must run on the Xen hypervisor host itself (dom0, on a XenServer or XCP-ng host); it cannot collect from inside guest VMs and there is no option to connect to a remote or network Xen host.

This collector is supported on all platforms.

This collector supports collecting metrics from multiple instances of this integration, including remote instances.

The plugin needs setuid.

Default Behavior

Auto-Detection

This plugin requires the xen-dom0-libs-devel and yajl-devel libraries to be installed.

Limits

The default configuration for this integration does not impose any limits on data collection.

Performance Impact

The default configuration for this integration is not expected to impose a significant performance impact on the system.

Setup

Prerequisites

Libraries

  1. Install xen-dom0-libs-devel and yajl-devel using the package manager of your system.

Note: On Cent-OS systems you will need centos-release-xen repository and the required package for xen is xen-devel

  1. Re-install Netdata from source. The installer will detect that the required libraries are now available and will also build xenstat.plugin.

Host placement

Install the Netdata Agent on the Xen hypervisor host (dom0, on a XenServer or XCP-ng host). Installing it inside a guest VM or on a non-Xen host will not expose Xen host or domain metrics, because the plugin reads the local Xen hypervisor only.

Xen Orchestra Appliance (XOA)

Netdata has no dedicated XOA integration. The xenstat.plugin collects XenServer/XCP-ng host and domain statistics from the hypervisor layer, not XOA-specific application metrics. The XOA VM can be monitored as a standard Linux system if access is available.

Configuration

Options

Config options
OptionDescriptionDefaultRequired
update everyData collection frequency.1no

via File

The configuration file name for this integration is netdata.conf. Configuration for this specific integration is located in the [plugin:xenstat] section within that file.

The file format is a modified INI syntax. The general structure is:

[section1]
option1 = some value
option2 = some other value

[section2]
option3 = some third value

You can edit the configuration file using the edit-config script from the Netdata config directory.

cd /etc/netdata 2>/dev/null || cd /opt/netdata/etc/netdata
sudo ./edit-config netdata.conf
Examples

There are no configuration examples.

Alerts

There are no alerts configured by default for this integration.

Metrics

Metrics grouped by scope.

The scope defines the instance that the metric belongs to. An instance is uniquely identified by a set of labels.

Per Xen XCP-ng instance

These metrics refer to the entire monitored application.

This scope has no labels.

Metrics:

MetricDescriptionDimensionsUnit
xenstat.memMemory Usagefree, usedMiB
xenstat.domainsNumber of Domainsdomainsdomains
xenstat.cpusNumber of CPUscpuscpus
xenstat.cpu_freqCPU FrequencyfrequencyMHz

Per xendomain

Metrics related to Xen domains. Each domain provides its own set of the following metrics.

This scope has no labels.

Metrics:

MetricDescriptionDimensionsUnit
xendomain.statesDomain Statesrunning, blocked, paused, shutdown, crashed, dyingboolean
xendomain.cpuCPU Usage (100% = 1 core)usedpercentage
xendomain.memMemory Reservationmaximum, currentMiB
xendomain.vcpuCPU Usage per VCPUa dimension per vcpupercentage

Per xendomain vbd

Metrics related to Xen domain Virtual Block Device. Each VBD provides its own set of the following metrics.

This scope has no labels.

Metrics:

MetricDescriptionDimensionsUnit
xendomain.oo_req_vbdVBD{%u} Out Of Requestsrequestsrequests/s
xendomain.requests_vbdVBD{%u} Requestsread, writerequests/s
xendomain.sectors_vbdVBD{%u} Read/Written Sectorsread, writesectors/s

Per xendomain network

Metrics related to Xen domain network interfaces. Each network interface provides its own set of the following metrics.

This scope has no labels.

Metrics:

MetricDescriptionDimensionsUnit
xendomain.bytes_networkNetwork{%u} Received/Sent Bytesreceived, sentkilobits/s
xendomain.packets_networkNetwork{%u} Received/Sent Packetsreceived, sentpackets/s
xendomain.errors_networkNetwork{%u} Receive/Transmit Errorsreceived, senterrors/s
xendomain.drops_networkNetwork{%u} Receive/Transmit Dropsreceived, sentdrops/s

Troubleshooting

Xen XCP-ng host or domain metrics are not appearing

Cause: The Netdata Agent is installed inside a guest VM or on a non-Xen host instead of the Xen hypervisor host (dom0). The plugin reads the local Xen hypervisor only, so a guest VM cannot report the host or other domains, and there is no remote-collection option.

Resolution: Follow the Libraries and Host placement prerequisites above.


Do you have any feedback for this page? If so, you can open a new issue on our netdata/learn repository.