This article will detail the action plan you can implement to create a rule in Debug Diagnostic 1.2 to automate a dump generation in function of some specified performance counters for your IIS server or your application.This action plan is applicable when your "W3WP.exe" process or your application is consuming too much CPU, consuming too much memory (for managed code), is in a deadlock situation…
Action Plan
Note: Those values are only informed as an indicator. You may need to change them depending on your scenario.
The dumps are located by default in "C:\Program Files\DebugDiag\Logs\Rule_Name".
We hope this article will help you out.See you soon.Sylvain Lecerf and the French IIS Microsoft Support Team
Thanks for such a nice article!
We've configured performance counter for our scenario (if requests in appn queue goes high, generate a dump). It works fine in local. But on server. Rule's status says completed. But no dump gets generated. We've enough disk space and rights also seems fine. Anything else to check?
Kiran
Kira
@ Kiran
Hello Kiran,
Debug Diag is based on the number of files you have in the rule folder to determine if the rule is completed or not.
Have you informe a folder which is already containing *.dmp files?
Hope this help
Sylvain
Thank you for step-by-step instructions