dotnet-counters 1.0.4-preview6.19311.1

Additional Details

This package has been deprecated as part of the .NET Package Deprecation effort. You can learn more about it from https://github.com/dotnet/announcements/issues/217

This is a prerelease version of dotnet-counters.
There is a newer version of this package available.
See the version list below for details.
dotnet tool install --global dotnet-counters --version 1.0.4-preview6.19311.1
                    
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 dotnet-counters --version 1.0.4-preview6.19311.1
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=dotnet-counters&version=1.0.4-preview6.19311.1&prerelease
                    
nuke :add-package dotnet-counters --version 1.0.4-preview6.19311.1
                    

Release Notes

  • Added new runtime counters:
    • % Time in GC
    • Gen 0 Heap Size
    • Gen 1 Heap Size
    • Gen 2 Heap Size
    • LOH Heap Size
    • Allocation Rate
    • Number of assemblies loaded
    • Number of ThreadPool Threads
    • Monitor Lock Contention Rate
    • ThreadPool Work Items Queue
    • ThreadPool Completed Work Items Rate
  • Added visual cues for showing the current monitoring status (initializing, running, paused)
  • Added list-processes command to display attachable .NET processes
  • Made --refresh-interval argument optional (defaults to 1)
  • Fixed an issue where counters from user-defined EventSource didn't get displayed with proper provider name
  • Fixed an issue where previously updated values were not properly cleared from the console window
  • Multiple sessions of instances of dotnet-counters can be attached now
Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  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. 
.NET Core netcoreapp2.1 is compatible.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 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
9.0.621003 104,871 4/12/2025
9.0.607501 378,075 2/12/2025
9.0.553101 513,320 11/5/2024
8.0.547301 273,409 9/24/2024
8.0.532401 476,997 6/27/2024
8.0.510501 882,792 2/6/2024
8.0.505301 170,778 1/4/2024
8.0.452401 327,131 10/26/2023
7.0.447801 128,826 9/29/2023
7.0.442301 156,050 8/28/2023
7.0.430602 361,557 6/8/2023
7.0.421201 328,629 4/13/2023
7.0.410101 500,793 2/15/2023
6.0.351802 1,735,246 10/22/2022
6.0.328102 1,305,070 6/1/2022
6.0.327302 81,436 5/24/2022
6.0.320703 258,044 4/19/2022
6.0.257301 1,492,189 12/2/2021
5.0.251802 499,455 10/19/2021
5.0.248003 163,332 10/5/2021
5.0.236902 770,548 7/22/2021
5.0.227602 436,314 6/5/2021
5.0.221401 409,185 4/21/2021
5.0.217401 303,888 3/26/2021
5.0.160202 937,724 12/9/2020
5.0.152202 91,726 11/10/2020
3.1.141901 102,353 8/22/2020
3.1.137102 11,412 7/22/2020
3.1.135903 5,458 7/10/2020
3.1.120604 21,501 4/9/2020
3.1.57502 26,373 12/2/2019
3.0.52901 2,829 11/1/2019
3.0.47001 6,748 9/23/2019
3.0.0-preview9.19454.1 582 9/5/2019 3.0.0-preview9.19454.1 is deprecated because it is no longer maintained.
3.0.0-preview8.19412.1 1,635 8/15/2019 3.0.0-preview8.19412.1 is deprecated because it is no longer maintained.
3.0.0-preview7.19365.2 871 7/17/2019 3.0.0-preview7.19365.2 is deprecated because it is no longer maintained.
1.0.4-preview6.19311.1 855 6/14/2019 1.0.4-preview6.19311.1 is deprecated because it is no longer maintained.
1.0.3-preview5.19251.2 1,048 5/1/2019 1.0.3-preview5.19251.2 is deprecated because it is no longer maintained.
1.0.3-preview5.19228.1 452 4/30/2019 1.0.3-preview5.19228.1 is deprecated because it is no longer maintained.

.NET Core Performance Counter Tool