Quickly Check for Disk Bottlenecks
Quickly check for disk performance bottlenecks.
June 19, 2014
Q: I think my disk might be causing performance problems in my environment. How can I quickly check?
A: The easiest way to see if your disks are causing performance problems is to look at read and write delays on each physical disk. This can be done as follows:
Start Performance Monitor.
Navigate to Monitoring Tools, Performance Monitor.
Click the Add button.
Navigate to the PhysicalDisk counter group and expand it.
Add the Avg. Disk sec/Read and Avg. Disk sec/Write counters for the disk instances you're concerned about, as the following figure shows.
Click OK.
Look at the values. Anything sustained above .030 (30 milliseconds) is typically a storage performance problem. (For high-performance storage it's typically 0.000.) Certainly when you start seeing .1, that's a huge performance impact that will affect all performance.
About the Author
You May Also Like