| statsystemcpuResult Structure Definition |
The statsystemcpuResult structure defines the return type for statsystemcpu API. |
Syntax |
Members |
rc |
If the method succeeds, rc is 0 else rc > 0. Values above 0x8000 indicate Warnings. |
message |
If the method succeeds, message is NULL else message contains Error/Warning message. |
systemcpuList |
Pointer to the systemcpu List. |
| systemcpustats Structure Definition |
The systemcpustats structure defines the actual return type values for statsystemcpu API. |
Syntax |
Members |
id |
ID of the CPU for which to display statistics. |
clearstats |
Clear the statsistics / counters |
_nextgenapiresource |
percpuuse |
CPU utilization percentage. |
percpuuse |
CPU utilization percentage. |
See Also |