Skip to content

3.1.57502 Release

Compare
Choose a tag to compare
@mikem8361 mikem8361 released this 03 Dec 00:23
· 3477 commits to release/stable since this release
6767a9a

This is the 3.1.57502 release of the dotnet-counters, dotnet-dump, dotnet-gcdump, dotnet-sos and dotnet-trace global CLI tools.

dotnet tool install -g dotnet-XXXX

where XXXX is counters, dump, gcdump, sos or trace.

Release Notes

New "dotnet-gcdump" tool added. See design-docs for more information.

Added a new command collect to dotnet-counters. This command is meant to be used for users who want to export the counter data to a well-known format that can be post-processed, rather than real-time monitoring of the counter data. You can specify --format and --output to specify the format of the exported data and its file name. By default, they are .csv and and counter.csv. Implemented are CSV and JSON formats, but more can be added as if needed.

Issues fixed:

#452 - Add the !u -il SOS command
#434 - Make dotnet-counters aware of DisplayUnits.
#584 - Fix bpmd on Windows.
#15 - Allow bpmd to work before coreclr is loaded.
#563 - Fix incorrect value displayed for rate counters.
#503 - Fix dumpheap failures on certain dumps.