Releases: CoreyKaylor/dotnet-dumpling
Releases · CoreyKaylor/dotnet-dumpling
Dumpling v0.1.1
Small release to update readme in published nuget. Real notes can be found in the previous release.
https://github.com/CoreyKaylor/dotnet-dumpling/releases/tag/v0.1.0
Dumpling v0.1.0
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