Skip to content

Dumpling v0.1.0

Latest

Choose a tag to compare

@CoreyKaylor CoreyKaylor released this 19 Aug 18:03
· 3 commits to main since this release

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