Initial release of dotnet-dumpling, a CLI tool for analyzing .NET memory dumps.
Features
- Heap analysis of .gcdump files
- Type statistics with object counts and memory usage
- Retained size calculations for memory leak detection
- Object inspection capabilities
- Compare different dump files to show changes
- Command-line interface with interactive mode support
- Cross-platform support (Windows, macOS, Linux)
Installation
dotnet tool install -g dotnet-dumpling
Usage
dumpling analyze your-dump.gcdump
README has many more examples
Requirements
- .NET 8.0 or later to run the tool
- Supports .gcdump files generated by dotnet-gcdump