Quantcast
Channel: SQLServerCentral » SQL Server 2014 » Administration - SQL Server 2014 » Latest topics
Viewing all articles
Browse latest Browse all 6525

Sudden increase in Avg. Disk Queue Length

$
0
0
Hi all,I need some advise please. I have noticed a sudden significant increase in the Avg. Disk Queue Length on one of our servers. See the attached image.There are only two types of files on the disk in question. My *.ldf log files and the tempdb *.mdf files (I would love to move tempdb files to its own drive, but there is no budget for that at the moment).I have already reviewed:1. the business process activity and nothing has changed there in the last month.2. code changes by the devs and related stored procedure performance stats and execution plans, nothing obvious is standing out. I could easily be missing something here, there are a lot of changes nearly every day.3. the log files and Tempdb have not grown in size, nor have the backups of the transaction logs files The increased disk queue length is not causing immediate problems, but I don't like change and would like to know what is causing it. Do you guys have any suggestions into how to approach this investigation? What would you go look at if this was your server?I am leaning towards the cause being increased data being dumped/spill into tempdb, but I’m not 100% sure yet how to track down the culprit. I will definitely be requiring additional monitoring and logging, but what should I log?The server is running SQL 2014 SP1 CU4

Viewing all articles
Browse latest Browse all 6525

Trending Articles