Heartbeat 0.9.0

dotnet tool install --global Heartbeat --version 0.9.0
                    
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
                    
if you are setting up this repo
dotnet tool install --local Heartbeat --version 0.9.0
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=Heartbeat&version=0.9.0
                    
nuke :add-package Heartbeat --version 0.9.0
                    

Heartbeat

NuGet Badge

Diagnostics utility with web UI to analyze .NET application memory dump

Getting started

dotnet tool

.NET 9 SDK is required

dotnet tool install --global Heartbeat
# optional
export PATH=$PATH:$HOME/.dotnet/tools
heartbeat --dump <path-to-dump-file>

Open http://localhost:5000/ in web browser.

Native AOT

Heartbeat is also available in Native AOT version. You can download it from the latest release

Using Heartbeat

heartbeat [options]

Options:
  --dump <dump> (REQUIRED)  Path to a dump file
  --dac-path <dac-path>     A full path to the matching DAC dll for this
                            process.
  --ignore-dac-mismatch     Ignore mismatches between DAC versions
  --version                 Show version information
  -?, -h, --help            Show help and usage information

Features

See Features for more info.

Listening endpoint

Use ASPNETCORE_URLS environment variable to change default endpoint (export ASPNETCORE_URLS=http://0.0.0.0:5555 or $env:ASPNETCORE_URLS='http://127.0.0.1:5555')

Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last updated
0.9.0 73 3 months ago
0.9.0-rc.42 52 3 months ago
0.8.1 137 2/5/2024
0.8.1-rc.36 73 2/5/2024
0.8.0 85 2/5/2024
0.8.0-rc.34 66 2/5/2024
0.7.0 86 2/1/2024
0.7.0-rc.32 68 2/5/2024
0.7.0-rc.30 60 2/1/2024
0.6.0 87 1/30/2024
0.6.0-rc.28 61 2/1/2024
0.6.0-rc.26 60 1/31/2024
0.6.0-rc.24 65 1/30/2024
0.6.0-rc.22 60 1/30/2024
0.6.0-rc.20 59 1/30/2024
0.5.0 80 1/29/2024
0.5.0-rc.18 65 1/29/2024
0.5.0-rc.16 58 1/29/2024
0.4.0 85 1/27/2024
0.4.0-rc.14 64 1/27/2024
0.3.0 87 1/25/2024
0.3.0-rc.12 62 1/25/2024
0.2.0 96 1/20/2024
0.2.0-rc.10 61 1/20/2024
0.1.0 92 1/18/2024
0.1.0-rc.8 61 1/18/2024