HP 3PAR CIM API Programming Reference

[Description (
"Number of delayed acknowledgements to the host in order to "
"throttle the host's IO writes due to cache resource constraints "
"for the 10k RPM FC disk type.")]
uint32 FC10kRPMDelayedAck;
[Description (
"Number of delayed acknowledgements to the host in order to "
"throttle the host's IO writes due to cache resource constraints "
"for the 15k RPM FC disk type.")]
uint32 FC15kRPMDelayedAck;
[Description (
"Number of delayed acknowledgements to the host in order to "
"throttle the host's IO writes due to cache resource constraints "
"for the NL disk type.")]
uint32 NLDelayedAck;
[Description (
"Number of delayed acknowledgements to the host in order to "
"throttle the host's IO writes due to cache resource constraints "
"for the SSD disk type.")]
uint32 SSDDelayedAck;
[Description (
"The user time since system start time, using ClockTickInterval "
"units, for all the CPUs on the node." ),
Counter]
uint64 TotalCPUUserTimeCounter;
[Description (
"The system time since system start time, using ClockTickInterval "
"units, for all the CPUs on the node." ),
Counter]
uint64 TotalCPUSystemTimeCounter;
[Description (
"The idle time since system start time, using ClockTickInterval "
"units, for all the CPUs on the node." ),
Counter]
uint64 TotalCPUIdleTimeCounter;
[Description (
"The number of interrupts since system start time of the CPUs on the node."
)]
uint64 Interrupts;
[Description (
"The number of context switches since system start time of the "
"CPUs on the node." )]
uint64 ContextSwitches;
};
// ==================================================================
// Node Element Statistical Data
// ==================================================================
[Association, Description (
"An association that relates a "
"ManagedElement to its StatisticalData. Note that the "
"cardinality of the ManagedElement reference is Min(1), Max(1). "
"This cardinality mandates the instantiation of the "
"ElementStatisticalData association for the referenced instance "
"of CIM_StatisticalData. ElementStatisticalData describes the "
"existence requirements and context for the "
"CIM_StatisticalData, relative to a specific ManagedElement.")]
310 Managed Object Format Files