VMware vSphere

 View Only
  • 1.  disk and processor queue?

    Posted Jul 27, 2023 03:34 PM

    Is there a way to track and collect disk and CPU queue numbers for ESXi 7?

    Something similar to 'System\Processor Queue Length' and 'PhysicalDisk\Avg. Disk Queue Length' WMI performance counters in Windows - which can be collected in e.g. SolarWinds.

    kindzma_0-1690471864915.png 

    kindzma_1-1690471907405.png

     

    Why: arguably a very good way to track whether an ESXi is correctly sized for the workloads running on it, and whether a particular ESXi is struggling.

    Why I want it? Because some of the Windows VMs running on our ESXis occasionally report high queue numbers indicating the VMs are struggling, and I'd like to see these metrics for the underlying hypervisor, not just the VMs.

    Note: it's not vmstat or sar - those don't appear to expose the needed metrics. Additional context - in this awesome answer by Phil Frost on SO.

    Thank you!



  • 2.  RE: disk and processor queue?

    Posted Jul 27, 2023 06:31 PM

    Hi,There was a similar topic before, you can check it out.   Solved: Get CPU Memory Network Disk Usage - VMware Technology Network VMTN



  • 3.  RE: disk and processor queue?

    Posted Jul 27, 2023 06:39 PM

    It's similar (as in, in the same general area or topic) - but is not the same, and does not answer my question, possibly with the exception of cpu.ready.summation statistic discussed there.

    Thanks!