BIG-IP allocates CPU and memory resources based on module provisioning levels.
To view how much CPU a module is assigned, administrators must check provisioning information from:
C. GUI — System » Resource Provisioning
This page visually displays CPU allocation via color-coded bars.
Hovering over the CPU bar shows:
CPU usage percent per module
Which modules share CPU cycles
The system’s total resource allocation
This is the primary GUI method.
D. tmsh show /sys provision
This command displays detailed module provisioning information including:
It is the authoritative CLI method for resource provisioning status.
Why the other options are incorrect:
A. top
Shows real-time process usage, notprovisionedCPU allocation.
B. tmsh show /sys cpu
Displays CPU runtime utilization, not per-module provisioning.
E. Statistics Dashboard
Only shows traffic / system runtime metrics, not provisioning resource allocations.
Therefore,C and Dare correct.
Submit