Hi everybody,
I would like to know if there is any possibility to get CPU queue info for esxi itself using shell(not gui/web) tools?
I already know about esxtop and parameter RDY or ready which definition is:
"The percent of time the Resource Pool/WORLD was ready to run"
But this definition brings some questions:
What is "Resource Pool/WORLD"? Can we treat this as some process?
The output for RDY or ready should be in percent, but for some processes(especially for "system") it can be a very high number, more than hundred.
Should we divide those numbers to number of cores/CPUs being used for that process?
In batch mode, we are getting a lot of ready parameters for multiple processes. How should we treat them?
This ready parameter as I understand describes something similar to CPU QUEUE but it is not the same thing. The main question is how to find the number of processes waiting to be processed in CPU queue?
Thank you in advance for all your comments regarding this theme.