A plug-in that counts the usage of .NET application resources, including: CPU usage, GC, thread status, support for obtaining status information through web requests (access paths and authentication can be customized), and data will be returned in JSON format.
Info
Version: | 1.0.0 |
Author(s): | itsvse |
Last Update: | Sunday, January 24, 2021 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/itsvse/CLRStats |
NuGet Url: | https://www.nuget.org/packages/CLRStats |
Install
Install-Package CLRStats
dotnet add package CLRStats
paket add CLRStats
CLRStats Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 4.5
- Microsoft.Owin(>= 3.0.1)
- Microsoft.Owin.Host.SystemWeb(>= 3.0.0)
- Owin(>= 1.0.0)
- Microsoft.AspNetCore.Http.Abstractions(>= 2.2.0)
- Microsoft.Extensions.DependencyInjection.Abstractions(>= 3.1.11)
- Microsoft.Owin(>= 3.0.1)
- Microsoft.Owin.Host.SystemWeb(>= 3.0.0)
- Owin(>= 1.0.0)
Tags