Home/Catalog/INFORMANT-VS

INFORMANT-VS

AI MIB Summary

The INFORMANT-VS MIB module facilitates the monitoring and management of Informant standard network entities, specifically exposing performance counters and operational status metrics for Informant virtual switches and associated virtual infrastructure components. It enables the collection of critical telemetry data, including interface statistics, packet throughput, error rates, and virtual port states, to support network visibility and troubleshooting within virtualized environments.

The MIB module for informant standard entities.
Main OID:
wmiVirtualServer.1.3.6.1.4.1.9600.1.24
31
Objects
Active
Status
3
Dependencies

Imported Objects

Objects

31 total
Object Name
wmiVirtualServerThe MIB module for informant standard entities.
MODULE-IDENTITY
.1.3.6.1.4.1.9600.1.24
vsVirtualMachineTableThe VirtualMachine WMI class allows you to obtain information about CPU, disk, and network usage by each virtual machine, as well as the number of heartbeats received.
SEQUENCE OF VSVirtualMachineEntry
.1.3.6.1.4.1.9600.1.24.1
vsVirtualMachineEntryNone
VSVirtualMachineEntry
.1.3.6.1.4.1.9600.1.24.1.1
vsvmIndexThe value of this object uniquely identifies the instance entry for this class.ro
Integer32
.1.3.6.1.4.1.9600.1.24.1.1.1
vsvmNameName of the virtual machine.ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.9600.1.24.1.1.2
vsvmCpuUtilizationPercentage of CPU resources allocated to this virtual machine that are currently in use. A zero indicates that the virtual machine may not be running. A 100 indicates that the virtual machine is consuming all currently allocated resources.ro
Gauge32
.1.3.6.1.4.1.9600.1.24.1.1.3
vsvmDiskBytesReadNumber of bytes read by all of the virtual hard disks assigned to this virtual machine since the virtual machine was last turned on.ro
Counter64 UNITS "Bytes"
.1.3.6.1.4.1.9600.1.24.1.1.4
vsvmDiskSpaceUsedTotal disk space used by this virtual machine on all of the disks that are assigned to it.ro
Gauge32 UNITS "Bytes"
.1.3.6.1.4.1.9600.1.24.1.1.5
vsvmDiskSpaceUsedKTotal disk space used in kilobytes by this virtual machine on all of the disks that are assigned to it.ro
Gauge32 UNITS "KiloBytes"
.1.3.6.1.4.1.9600.1.24.1.1.6
vsvmDiskSpaceUsedMTotal disk space used in megabytes by this virtual machine on all of the disks that are assigned to it.ro
Gauge32 UNITS "MegaBytes"
.1.3.6.1.4.1.9600.1.24.1.1.7
vsvmDiskBytesWrittenNumber of bytes written by all virtual hard disks assigned to this virtual machine.ro
Counter64 UNITS "Bytes"
.1.3.6.1.4.1.9600.1.24.1.1.8
vsvmHeartbeatCountNumber of heartbeats received since the virtual machine was last turned on.ro
Counter64
.1.3.6.1.4.1.9600.1.24.1.1.9
vsvmHeartbeatIntervalDuration of the heartbeat interval in seconds. This data is used by the HeartbeatPercentage counter.ro
Gauge32
.1.3.6.1.4.1.9600.1.24.1.1.10
vsvmHeartbeatPercentagePercentage of total expected heartbeats that have been received in the last heartbeat interval. A HeartbeatPercentage of zero may indicate a problem with the guest operating system. A number greater than zero, but less than 100 may indicate that a heavy input/output (I/O) load is causing the heartbeat not to transmit.ro
Gauge32
.1.3.6.1.4.1.9600.1.24.1.1.11
vsvmHeartbeatRateThe number of heartbeats expected per heartbeat interval. This data is used by the HeartbeatPercentage counter.ro
Gauge32
.1.3.6.1.4.1.9600.1.24.1.1.12
vsvmNetworkBytesSentTotal bytes sent by all virtual networks assigned to this virtual machine. This is a cumulative total.ro
Counter64 UNITS "Bytes"
.1.3.6.1.4.1.9600.1.24.1.1.13
vsvmNetworkBytesReceivedTotal bytes received by all virtual networks assigned to this virtual machine. This is a cumulative total.ro
Counter64 UNITS "Bytes"
.1.3.6.1.4.1.9600.1.24.1.1.14
vsvmPhysicalMemoryAllocatedThe system memory allocated to this virtual machine in bytes. This figure includes 4 MB of video RAM (VRAM). It does not include the additional 32 MB of 'overhead' memory used by each virtual machine in addition to the memory that is allocated to it. If a virtual machine is functioning poorly, you can check this number to make sure that sufficient memory is allocated.ro
Gauge32 UNITS "Bytes"
.1.3.6.1.4.1.9600.1.24.1.1.15
vsvmPhysicalMemoryAllocatedKThe system memory allocated to this virtual machine in kilobytes. This figure includes 4 MB of video RAM (VRAM). It does not include the additional 32 MB of 'overhead' memory used by each virtual machine in addition to the memory that is allocated to it. If a virtual machine is functioning poorly, you can check this number to make sure that sufficient memory is allocated.ro
Gauge32 UNITS "KiloBytes"
.1.3.6.1.4.1.9600.1.24.1.1.16
vsvmPhysicalMemoryAllocatedMThe system memory allocated to this virtual machine in megabytes. This figure includes 4 MB of video RAM (VRAM). It does not include the additional 32 MB of 'overhead' memory used by each virtual machine in addition to the memory that is allocated to it. If a virtual machine is functioning poorly, you can check this number to make sure that sufficient memory is allocated.ro
Gauge32 UNITS "MegaBytes"
.1.3.6.1.4.1.9600.1.24.1.1.17
vsvmUptimeNumber of seconds that the virtual machine has been running since it was last turned on.ro
Gauge32 UNITS "Seconds"
.1.3.6.1.4.1.9600.1.24.1.1.18
vsVirtualNetworkTableThe VirtualNetwork WMI class allows you to monitor the usage of each virtual network.
SEQUENCE OF VSVirtualNetworkEntry
.1.3.6.1.4.1.9600.1.24.2
vsVirtualNetworkEntryNone
VSVirtualNetworkEntry
.1.3.6.1.4.1.9600.1.24.2.1
vsvnIndexThe value of this object uniquely identifies the instance entry for this class.ro
Integer32
.1.3.6.1.4.1.9600.1.24.2.1.1
vsvnNameName of the physical network adapter to which this virtual network is attached.ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.9600.1.24.2.1.2
vsvnBytesDroppedNumber of bytes dropped by this virtual network. Any number above zero indicates a virtual network failure.ro
Counter64 UNITS "Bytes"
.1.3.6.1.4.1.9600.1.24.2.1.3
vsvnBytesReceivedTotal bytes received by this virtual network since the first virtual machine attached to it was turned on.ro
Counter64 UNITS "Bytes"
.1.3.6.1.4.1.9600.1.24.2.1.4
vsvnBytesSentTotal bytes sent by this virtual network since the first virtual machine attached to it was turned on.ro
Counter64 UNITS "Bytes"
.1.3.6.1.4.1.9600.1.24.2.1.5
vsvnPacketsDroppedNumber of packets of data dropped by this virtual network. Any number above zero indicates a virtual network failure.ro
Counter64 UNITS "Packets"
.1.3.6.1.4.1.9600.1.24.2.1.6
vsvnPacketsReceivedTotal packets of data received by this virtual network since the first virtual machine attached to it was turned on.ro
Counter64 UNITS "Packets"
.1.3.6.1.4.1.9600.1.24.2.1.7
vsvnPacketsSentTotal packets of data sent by this virtual network since the first virtual machine attached to it was turned on.ro
Counter64 UNITS "Packets"
.1.3.6.1.4.1.9600.1.24.2.1.8
INFORMANT-VS - SNMP MIB Reference | MIBs Explorer