How do you analyze a dump file for high CPU

To analyze a dump file with WinDbg for high CPU usage, follow these steps: This command will show you the threads with the highest CPU usage at the top of the list. Replace <thread_number> with the actual thread number from the !runaway output. This command will show you the functions and modules involved in theContinue reading “How do you analyze a dump file for high CPU”

SOS symbol file

SOS commands are a set of debugging commands provided by the SOS Debugging Extension (SOS.dll) for use with WinDbg, Visual Studio, and other debuggers. The SOS Debugging Extension helps you debug managed code (C#, VB.NET, F#) by providing information about the internal CLR (Common Language Runtime) environment, such as details about the garbage collector, managedContinue reading “SOS symbol file”

Using Auto-Heal to Capture Memory Dumps for Slow Requests

Azure auto heal is a powerful tool that can be used to capture vital information for any issues that may occur with your web applications. Every web app will eventually encounter some kind of issue, slowness, downtimes and the dreaded “intermittent issue”. With auto-heal you can mitigate the problem and even gather additional information toContinue reading “Using Auto-Heal to Capture Memory Dumps for Slow Requests”