Citrix Xen
Overview
Citrix Xen is a popular virtualization platform used by many organizations to consolidate their IT infrastructure and reduce costs. AIOps product integrates with Citrix Xen to provide comprehensive monitoring and analysis of the virtual environment, including virtual machines, virtual networks, and storage.
Prerequisites for Citrix Xen Integration with Motadata AIOps
Provide the necessary credentials, including the username and password, for Motadata AIOps to connect to the Citrix Xen server.
Ensure that port 443 is open on the Citrix Xen server for communication.
By meeting these prerequisites, you can integrate Citrix Xen with Motadata AIOps and enable effective monitoring and management of your Citrix Xen environment.
List of Supported KPIs
Citrix Xen
Name | Description | Type |
---|---|---|
citrix.xen.disk.capacity.bytes | The disk capacity of the host. | Bytes |
citrix.xen.disk.free.bytes | The amount of free disk space on the host. | Bytes |
citrix.xen.disk.used.bytes | The amount of used disk space on the host. | Bytes |
citrix.xen.disk.used.percent | The percentage of used disk space out of the total disk space on the host. | Percentage |
citrix.xen.disk.free.percent | The percentage of free disk space out of the total disk space on the host. | Percentage |
citrix.xen.running.virtual.machines | The number of virtual machines running on the host. | Count |
citrix.xen.suspended.virtual.machines | The number of suspended virtual machines on the host. | Count |
citrix.xen.halted.virtual.machines | The number of halted virtual machines on the host. | Count |
citrix.xen.paused.virtual.machines | The number of paused virtual machines on the host. | Count |
citrix.xen.memory.used.percent | The percentage of used memory out of total memory on the host. | Count |
citrix.xen.api.memory.allocated.bytes | Count | |
citrix.xen.memory.used.bytes | The total amount of used memory on the host. | Bytes |
citrix.xen.memory.free.bytes | The total amount of free memory on the host. | Bytes |
citrix.xen.load.percent | Count | |
citrix.xen.memory.installed.bytes | Count | |
citrix.xen.virtual.machines | The total number of virtual machines on the host. | Count |
citrix.xen.cpu.percent | The percentage of the host CPU being utilized. | Count |
citrix.xen.api.memory.free.bytes | Count | |
citrix.xen.api.memory.used.bytes | Count | |
citrix.xen.api.memory.live.bytes | Count | |
citrix.xen.network.in.bytes.per.sec | Data(in bytes) transferred into the host per second. | Rate |
citrix.xen.network.out.bytes.per.sec | Data(in bytes) transferred out of the host per second. | Rate |
citrix.xen.network.bytes.per.sec | Data(in bytes) transferred in and out of the host per second.. | Rate |
citrix.xen.vm | The name of the virtual machine. | Count or string? |
citrix.xen.vm.power.state | The power state of the virtual machine. | Count or string? |
citrix.xen.vm.ip | The IP address of the virtual machine on a host. | Count |
Citrix Xen VM
Name | Description | Type |
---|---|---|
citrix.xen.vm | Metric for Citrix Xen VMs | String |
citrix.xen.vm.network.out.bytes.per.sec | Network Out Bytes per Second for Citrix Xen VMs | Count |
citrix.xen.vm.cpu.percent | CPU utilization percentage for Citrix Xen VMs | Count |
citrix.xen.vm.memory.free.bytes | Free memory in bytes for Citrix Xen VMs | Count |
citrix.xen.vm.ip | IP address for Citrix Xen VMs | String |
citrix.xen.vm.power.state | Power state of Citrix Xen VMs (on/off) | String |
citrix.xen.vm.network.in.bytes.per.sec | Network In Bytes per Second for Citrix Xen VMs | Count |
citrix.xen.vm.guest.tools | Status of Citrix Xen VM Guest Tools (installed/not installed) | String |
citrix.xen.vm.guest.os | Operating system of Citrix Xen VMs | String |
citrix.xen.vm.driver.version | Driver version for Citrix Xen VMs (if available) | String |
citrix.xen.vm.uptime.sec | Uptime of Citrix Xen VMs in seconds | Count |
citrix.xen.vm.uptime | Uptime of Citrix Xen VMs | Count |
citrix.xen.vm.memory.target.bytes | The amount of memory targeted for usage by the Citrix Xen VM | Count |
citrix.xen.vm.memory.used.bytes | The amount of memory currently in use by the Citrix Xen VM | Count |
citrix.xen.vm.memory.used.percent | The percentage of memory currently in use by the Citrix Xen VM | Count |
citrix.xen.vm.memory.overhead.bytes | The amount of memory overhead used by the Citrix Xen VM | Count |
citrix.xen.vm.run.state.concurrency.hazard | The number of times the Citrix Xen VM has experienced a concurrency hazard during runtime | Count |
citrix.xen.vm.run.state.full.contention | The Citrix Xen VM's state when there is full contention for resources, meaning all resources are in use | String |
citrix.xen.vm.run.state.full.run | The Citrix Xen VM's state when it is fully running, meaning all of its resources are actively being utilized | String |
citrix.xen.vm.run.state.blocked | The number of times the Citrix Xen VM has been blocked during runtime | Count |
citrix.xen.vm.run.state.partial.contention | The Citrix Xen VM's state when there is partial contention for resources, meaning some resources are in use | Count |
citrix.xen.vm.run.state.partial.run | The Citrix Xen VM's state when it is partially running, meaning some of its resources are actively being utilized | Count |
Citrix Xen Storage
Metrics | Description | Type |
---|---|---|
citrix.xen.datastore | The name of the datastore. | String |
citrix.xen.datastore.used.percent | The percentage of used space out of the total space on the datastore. | Percentage |
citrix.xen.datastore.free.percent | The percentage of free space out of the total space on the datastore. | Percentage |
citrix.xen.datastore.io.write.bytes.per.sec | The bytes transferred per second writing to the datastore. | Rate |
citrix.xen.datastore.io.bytes.per.sec | The amount of bytes transferred per second performing I/O operations to and from the datastore. | Rate |
citrix.xen.datastore.io.write.ops.per.sec | The writing operations to the datastore per second. | Rate |
citrix.xen.datastore.io.inflight.requests | Count | |
citrix.xen.datastore.io.latency.ms | The latency while doing IO operations. | milliseconds |
citrix.xen.datastore.io.read.bytes.per.sec | The number of bytes transferred per second while reading from the datastore. | Count |
citrix.xen.datastore.io.queue.size | The number of IO operations in the queue. | Count |
citrix.xen.datastore.io.read.ops.per.sec | The number of read operations per second on the datastore. | Rate |
citrix.xen.datastore.io.wait.time.percent | The percentage of time spent waiting for IO operations to be completed. | Count |
citrix.xen.datastore.io.ops.per.sec | The number of read-write operations per second on the datastore. | Count |
citrix.xen.datastore.type | The type of datastore. | String |
citrix.xen.datastore.free.bytes | The total amount of free space available on the datastore. | Bytes |
citrix.xen.datastore.uuid | The UUID of the datastore. | String |
citrix.xen.datastore.description | The description of the datastore. | String |
citrix.xen.datastore.used.bytes | The total amount of space used on a datastore. | Bytes |
citrix.xen.datastore.allocation.bytes | The space allocated to a datastore. | Bytes |
citrix.xen.datastore.capacity.bytes | The capacity of the datastore. | Bytes |
Citrix Xen Network Interface
Name | Description | Type |
---|---|---|
citrix.xen.network.interface | Number of network interfaces | Count |
citrix.xen.network.interface.bytes.per.sec | Network interface traffic in bytes per second | Count |
citrix.xen.network.interface.in.bytes.per.sec | Incoming network interface traffic in bytes per second | Count |
citrix.xen.network.interface.out.bytes.per.sec | Outgoing network interface traffic in bytes per second | Count |
Citrix Xen Config
Name | Description | Type |
---|---|---|
citrix.xen.model | The model of the Citrix Xen hypervisor installed on the host system. | String |
citrix.xen.license.port | The port number of the Citrix Xen license server. | String |
citrix.xen.build.date | The build date of the Citrix Xen hypervisor installed on the host system. | String |
citrix.xen.license.expiration.date | The expiration date of the Citrix Xen license. | String |
citrix.xen.enabled | Indicates whether Citrix Xen is enabled on the host system. | String |
citrix.xen.product.name | The name of the Citrix Xen product installed on the host system. | String |
citrix.xen.vendor | The vendor of the Citrix Xen hypervisor installed on the host system. | String |
citrix.xen.uuid | The UUID (universally unique identifier) of the Citrix Xen hypervisor installed on the host system. | String |
citrix.xen.os.version | The version of the operating system running on the host system. | String |
citrix.xen.bios.vendor | The vendor of the BIOS (basic input/output system) installed on the host system. | String |
citrix.xen.logical.processors | The number of logical processors (or virtual CPUs) available on the host system. | String |
citrix.xen.license.server | The hostname or IP address of the Citrix Xen license server. | String |
citrix.xen.iscsi.iqn | The iSCSI (Internet Small Computer System Interface) Qualified Name (IQN) of the Citrix Xen host. | String |
citrix.xen.cpu.speed.hz | The speed of the CPU (central processing unit) in hertz. | Count |
citrix.xen.db.version | The version of the Citrix Xen database installed on the host system. | String |
citrix.xen.build.version | The version of the Citrix Xen hypervisor installed on the host system. | String |
citrix.xen.name | The name of the Citrix Xen hypervisor installed on the host system. | String |
citrix.xen.description | A brief description of the Citrix Xen hypervisor installed on the host system. | String |
citrix.xen.license.remaining.days | The number of days remaining until the Citrix Xen license expires. | Count |
citrix.xen.cpu.sockets | The number of CPU sockets on the host system. | Count |
started.time.sec | The number of seconds since the system was started. | Count |
started.time | The time at which the system was started. | String |