1N/AHere we run it on a single CPU desktop,
1N/A Sampling... Hit Ctrl-C to end.
1N/A value ------------- Distribution ------------- count
1N/A 0 |@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ 1790
1N/AThe output shows the length of the dispatcher queue is mostly 0. This is
1N/Aevidence that the CPU is not very saturated. It does not indicate that the
1N/ACPU is idle - as we are measuring the length of the queue, not what is
1N/AHere it is run on a multi CPU server,
1N/A Sampling... Hit Ctrl-C to end.
1N/A value ------------- Distribution ------------- count
1N/A 0 |@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ 1573
1N/A value ------------- Distribution ------------- count
1N/A 0 |@@@@@@@@@@@@@@@@@@@@@@ 1100
1N/A 1 |@@@@@@@@@@@@@@@@@@ 912
1N/A value ------------- Distribution ------------- count
1N/A 0 |@@@@@@@@@@@@@@@@@ 846
1N/A 1 |@@@@@@@@@@@@@@@@@@@@@@@ 1167
1N/A value ------------- Distribution ------------- count
1N/A 1 |@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ 1537
1N/AThe above output shows that threads are queueing up on CPU 5 much more than