Your system has two CPUs. Examine the following part of the sar -q 2 3 command:
09:16:30 AM runq-sz
09:16:32 AM 2
09:16:34 AM 5
09:16:36 AM 4
What does this part of the output convey about the CPU of your system?
A.
CPU is a bottleneck because the run queue size is fluctuating.
B.
CPU is not a bottleneck because the run queue size indicates virtual memory requirements.
C.
CPU is a bottleneck because the run queue size indicates that adequate memory is not allocated.
D.
CPU is a bottleneck because the run queue size is greater than the number of CPUs on your system.