System::CPUUsage

Introduced : BIG-IP_v9.2.0
This structure has been deprecated; use CPUUsageExtendedInformation and related structures instead. A struct that contains the CPU usage for each CPU.
Member Type Description
cpu_id long The numeric ID of the processor, i.e. 1, 2, 3, 4 ….
user ULong64 The time spent by the processor in user context.
niced ULong64 The time spent by the processor running niced processes.
system ULong64 The time spent by the processor servicing system calls.
idle ULong64 The time spent by the processor doing nothing.
irq ULong64 The time spent by the processor servicing hardware interrupts.
softirq ULong64 The time spent by the processor servicing soft interrupts.
iowait ULong64 The time spent by the processor waiting for external I/O to complete.

See Also

Warning

The links to the sample code below are remnants of the old DevCentral wiki and will result in a 404 error. For best results, please copy the link text and search the codeshare directly on DevCentral.

Sample Code


The BIG-IP API Reference documentation contains community-contributed content. F5 does not monitor or control community code contributions. We make no guarantees or warranties regarding the available code, and it may contain errors, defects, bugs, inaccuracies, or security vulnerabilities. Your access to and use of any code available in the BIG-IP API reference guides is solely at your own risk.