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.
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!