List of WinDBG memory-related commands.
Author Archives: Nikolay Mitikov
WinDBG commands, threads
WinDBG commands to find ongoing activities in memory snapshot
Optimizing resources for Content Testing
How to make Content Testing consume less CPU power.
Why am I visiting Buildstuff?
Why to visit buildStuff?
WinDBG basic commands, part 3, SQL
Giveaway of WinDBG commands designed for SQL workload analysis.
WinDBG basic commands, part 2
Commands to figure out what are threads doing in the snapshot
Tackling memory leak
The real world case study on finding memory leak.
WinDBG basic commands, part 1
WinDBG brings you behind the scenes to witness CLR magic from backstage. You’ll be able to see the hidden gems that turn magic into reality.
Loading memory snapshot into debugger
Memory snapshot captures a picture of the process in time. It is a source of wonderful information about application. This post shows how to unlock access to the data.
Memory dumps intro
Memory dump is a snapshot of an application, similar to real-world picture. It has data about ongoing activities, all the data software operates with. You’ve never seen your application