February 24, 2016 at 11:34 pm
Hi All,
I had a support call to troubleshoot slow performance on the SQL server and I did see a lot of PAGEIOLATCH waits and suspected disk issues.
I've setup perfmon counters avg sec per write, per read and collected the dataset for one hour during business hours.
I have a graph which suggests that each write took around 40 milliseconds to complete. But the min, avg and max suggest very low values on the bottom right hand corner in the uploaded picture. Is this a bug in windows server 2008 R2 OS, which one is correct, is it the graph or the values at the bottom right side?
Thanks in advance
February 24, 2016 at 11:42 pm
Just to add I've also noticed quite a few logwrite waits, hence added the avg sec/write counter as well. The graph in question is for this counter.
February 25, 2016 at 12:06 am
February 25, 2016 at 12:39 am
The counter shown in the graph isn't the one you have selected at the bottom. The avg disk sec/read firstly is in red, the counter on the graph is blue, second the avg disk sec/read has it's 'show' checkbox unchecked, it's not shown on the graph.
Basically you're looking at two different things and wondering why they're not the same.
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
February 25, 2016 at 1:36 am
Hi Gail,
Thank you for the response,
Actually, that was an RDP session and I unfortunately could not get all of that pane into the snip capture.
I have deliberately unchecked the sec/read counter as I just wanted to see the avg sec/write (in blue) only. Trust me, I have only that counter checked. We cannot see that here because its below that avg sec/read counter and as I said, I was not able to capture that in the screenshot.
The graph is only for avg secs/write/
February 25, 2016 at 2:06 am
Can you reduce perfmon to a window size you can capture the entire of and repost the screenshot?
Don't uncheck counters, use the highlight option in the toolbar to emphasise the one that you're looking at. It's often useful to compare the counter value you're looking at with the other ones shown.
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
Viewing 6 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic. Login to reply