Back to PerformanceManager

Resource Scheduler Counters

Performance counters are modeled using the PerfCounterInfo data object type. Each instance of a PerfCounterInfo data object contains metadata about a specific metric available from the system. The rescpu counter group provides CPU-load-history statistics about resource pools and virtual machines.

A vSphere vCenter Server stores statistics based on these counters for host’s root resource pool, and for virtual machines configured for high availability (using vSphere HA) and vSphere DRS (Distributed Resource Scheduler). The VMkernel makes recommendations for relocation of virtual machines based on these statistics. Statistics obtained for a host represent the total of all virtual machines running on the specified host. Statistics include both average and peak values over 1-minute, 5-minute, and 15-minute intervals:

  • The active counters (actpk1, actpk5, actpk15) summarize the “average” metric values for runtime (runav1, runav5, runav15) and readytime for each virtual machine, during the interval. Statistics based on these counters represent amount of time a virtual machine occupies the CPU during a given interval. The “ready” time is not available as a separate counter, but is tracked and applied by the VMkernel, to the values of the active counters. (“Ready” time is the amount of time during the interval that the virtual machine is ready to run but cannot be scheduled on the CPU for any number of reasons.)
  • The runtime counters (runav1, runav5, runav15, and runpk1, runkpk5, runpk15) represent the average of the actual time the virtual machine is scheduled and running during the interval, and the highest amount of CPU utilization (peak), respectively, during the interval.
  • The maxLimited counters (maxLimited1, maxLimited5, maxLimited15) represent the time that the virtual machine could not run because doing so would violate the limit setting of the virtual machine or resource pool.

Note: The counters on this page are available through the vSphere API only. They are not displayed in any of the vSphere Client charts.

Counter StatsType Unit Level Per
Device
Level
RollupType Label Entity Instance/
Aggregate
ESX
Versions
actav1 absolutenumber33latest Active (1 min average) VirtualMachine
HostSystem
aggregate5.0
5.1
5.5
6.0
6.5
6.7
CPU active average over 1 minute
actav15 absolutepercent33latest Active (15 min average) VirtualMachine
HostSystem
aggregate5.0
5.1
5.5
6.0
6.5
6.7
CPU active average over 15 minutes
actav5 absolutepercent33latest Active (5 min average) VirtualMachine
HostSystem
aggregate5.0
5.1
5.5
6.0
6.5
6.7
CPU active average over 5 minutes
actpk1 absolutepercent33latest Active (1 min peak) VirtualMachine
HostSystem
aggregate5.0
5.1
5.5
6.0
6.5
6.7
CPU active peak over 1 minute
actpk15 absolutepercent33latest Active (15 min peak) VirtualMachine
HostSystem
aggregate5.0
5.1
5.5
6.0
6.5
6.7
CPU active peak over 15 minutes
actpk5 absolutepercent33latest Active (5 min peak) VirtualMachine
HostSystem
aggregate5.0
5.1
5.5
6.0
6.5
6.7
CPU active peak over 5 minutes
maxLimited1 absolutepercent33latest Throttled (1 min average) VirtualMachine
HostSystem
aggregate5.0
5.1
5.5
6.0
6.5
6.7
Amount of CPU resources over the limit that were refused, average over 1 minute
maxLimited15 absolutepercent33latest Throttled (15 min average) VirtualMachine
HostSystem
aggregate5.0
5.1
5.5
6.0
6.5
6.7
Amount of CPU resources over the limit that were refused, average over 15 minutes
maxLimited5 absolutepercent33latest Throttled (5 min average) VirtualMachine
HostSystem
aggregate5.0
5.1
5.5
6.0
6.5
6.7
Amount of CPU resources over the limit that were refused, average over 5 minutes
runav1 absolutepercent33latest Running (1 min average) VirtualMachine
HostSystem
aggregate5.0
5.1
5.5
6.0
6.5
6.7
CPU running average over 1 minute
runav15 absolutepercent33latest Running (15 min average) VirtualMachine
HostSystem
aggregate5.0
5.1
5.5
6.0
6.5
6.7
CPU running average over 15 minutes
runav5 absolutepercent33latest Running (5 min average) VirtualMachine
HostSystem
aggregate5.0
5.1
5.5
6.0
6.5
6.7
CPU running average over 5 minutes
runpk1 absolutepercent33latest Running (1 min peak) VirtualMachine
HostSystem
aggregate5.0
5.1
5.5
6.0
6.5
6.7
CPU running peak over 1 minute
runpk15 absolutepercent33latest Running (15 min peak) VirtualMachine
HostSystem
aggregate5.0
5.1
5.5
6.0
6.5
6.7
CPU running peak over 15 minutes
runpk5 absolutepercent33latest Running (5 min peak) VirtualMachine
HostSystem
aggregate5.0
5.1
5.5
6.0
6.5
6.7
CPU running peak over 5 minutes
sampleCount absolutenumber33latest Group CPU sample count VirtualMachine
HostSystem
aggregate5.0
5.1
5.5
6.0
6.5
6.7
Group CPU sample count.
samplePeriod absolutemillisecond33latest Group CPU sample period VirtualMachine
HostSystem
aggregate5.0
5.1
5.5
6.0
6.5
6.7
Group CPU sample period.

 

Back to Top of page
Back to PerformanceManager