Checking sys.dm_os_wait_stats looks like this for me:

What does MISCELLANEOUS mean? The docs don’t say anything. The wait stats had just been cleared. MISCELLANEOUS is increasing steadily over time.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can probably ignore it. If this is one of your top waits, your system is most likely doing just fine (exception below).
From The SQL Server Wait Type Repository…
On the other hand, if you are using
NEWSEQUENTIALID()or CLR, you may also pay attention to this note, from the late Ken Henderson’s SQL Server 2005 Waiting and Blocking Issues:This article is a little older, so it may be that the CSS blog post has knowledge about changes that occurred in service packs or 2008+ that Ken simply wasn’t armed with at the other time (in other words, this may not necessarily be true anymore for the build of SQL Server 2005 you’re running).
Since the wait type is not exactly well-documented, it’s not very clear when and how certain wait types get promoted out of this bucket, but I think it’s clear that over time there are less and less “meaningful” delays being captured here.