August 2, 2011 at 8:43 am
hey
One of the Production Server is slow.How to check disk queue length of the sql server.
Thanks
August 2, 2011 at 8:56 am
Don't bother. It's near-impossible to interpret correctly and SQL can drive it high during normal operation.
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
August 2, 2011 at 9:07 am
we can using perfmon and any other way to check
August 2, 2011 at 9:13 am
HI ,
Go to server -->CMD-->perfmon -->ADD -->Physical Disk [performance object]--> AVG disk Queue lenth[counter].
Thanks,
Lavanya Sri
August 2, 2011 at 9:17 am
If you don't have anything setup before the problem to have a baseline the counters won't help you much (if at all).
Check this out, it'll give you 1 month of monitoring free and a whole lot deeper view in your server.
August 2, 2011 at 9:37 am
Ninja's_RGR'us (8/2/2011)
If you don't have anything setup before the problem to have a baseline the counters won't help you much (if at all).
And even if he did, the queue length is not a useful counter. With all the stuff between SQL and the disks, there is virtually no way to get any meaning out of the value.
The disk latency counters are far more useful, and that's assuming that the slow performance has been linked to IO and not to something else.
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
August 2, 2011 at 10:00 am
Agreed, that's why I'm offering an overall solution which lets you did everywhere and that keeps log and query traces to pinpoint the problem rather than just guessing at it.
Viewing 7 posts - 1 through 6 (of 6 total)
You must be logged in to reply to this topic. Login to reply