I am want to monitor disk I/O performance on our Win2008 servers. I have tried to import several MIB's downloaded from the internet but haven't succeeded in converting them using the MIB importer. If anyone already did this, can they post their oidlib here?
I have also tried to do a custom WMI query. This works when executing the query through the WMI tester, but when I run it through Network Monitor I get "Field '*' not found"
Here is the query:
SELECT * FROM Win32_PerfFormattedData_PerfDisk_LogicalDisk where name ='_Total'
Any ideas or assistance would be greatly appreciated. Thank you.
Add comment