Category Archives: Debugging
Monitor Finalizers, contention and threads in your application
This post of the series details more complicated CLR events related to finalizers and threading.…
How to beat !dumpheap -stat?… with ClrMD
When you are dealing with large memory dumps, figuring out what instances of which types…
Grab ETW Session, Providers and Events
This post of the series shows how to easily listen to CLR events with the…
Replace .NET performance counters by CLR event tracing
This post of our new series shows why performance counters might not be the best…
Extending the new WinDbg, Part 3 – Embedding a C# interpreter
In part 1 and part 2, we’ve seen in detail how to customize the WinDBG…
Performance Counters Hell
On Windows, performance counters are the building blocks of most monitoring dashboards. When you need…
Spark Out of Memory
At Criteo, we have hundreds of machine learning models that we re-train several times a…
Extending the new WinDbg, Part 2 – Tool windows and command output
In the first part of the series, we saw how to extend the new WinDbg…
ClrMD Part 9 – Deciphering Tasks and Thread Pool items
This post of the series shows how to easily list pending tasks and work items…
ClrMD Part 8 – Spelunking inside the .NET Thread Pool
This post of the series shows how to easily list pending tasks and work items…