Hi,
I'm running the following query on one of our servers to get average latency:
select AvgDiskSecPerTransfer from Win32_PerfFormattedData_PerfDisk_PhysicalDisk where Name = '1 D:'
In windows perfmon it shows values somewhere between 0,000 and 0,025, which is to be expected.
However, in HM it just shows 0.
Am I doing something wrong here?
Thanks!
WMI value
-
- Posts: 2832
- Joined: Tue May 16, 2006 4:41 am
- Contact:
You are trying to compare results from two different sources:
WMI and Performance counters
You may setup "Performance counter" test (instead of WMI) and select same performance counter like in Windows perfmon.
E.g.
Why WMI and Perfmon givers different data?
Sorry we don't know. May be WMI returns only integer values.
WMI and Performance counters
You may setup "Performance counter" test (instead of WMI) and select same performance counter like in Windows perfmon.
E.g.
Code: Select all
\PhysicalDisk(1 D:)\Avg. Disk sec/Transfer
Sorry we don't know. May be WMI returns only integer values.
If you are using version 9.58, there is update at www.ks-soft.net/download/hm959.zip
Unzip files and replace hostmon.exe, rcc.exe and webservice.exe modules then add DigitsAfterDotStat=3 line into [Environ] section of hostmon.ini file and start HostMonitor.
Regards
Alex
Unzip files and replace hostmon.exe, rcc.exe and webservice.exe modules then add DigitsAfterDotStat=3 line into [Environ] section of hostmon.ini file and start HostMonitor.
Regards
Alex