We are trying to do comprehensive monitoring of disk IO on our Windows servers. besides using the available perf_counters for measuring various disk IO metrics, we are thinking about this:
Having a very small text file (100 bytes) on the monitored hosts, and measure the amount of time it takes to read the file. Servers wouldn't necessarily be web servers, so using a web scenario wouldn't fit here.
Any thoughts on how to achieve this?
Having a very small text file (100 bytes) on the monitored hosts, and measure the amount of time it takes to read the file. Servers wouldn't necessarily be web servers, so using a web scenario wouldn't fit here.
Any thoughts on how to achieve this?
Comment