Skip to content

".NET performance" has no values for coreclr apps #1141

Discussion options

You must be logged in to vote

just want to ask if this is somehow expected behavior

Microsoft removed support for performance counters in .NET core and replaced them with a custom data protocol over loopback network socket: https://docs.microsoft.com/en-us/dotnet/core/diagnostics/event-counters

Process Explorer and other projects also don't support .NET core because the development required (compression libraries, parser libraries, potential security issues) for their custom protocol requires too much work. The only tool available is Microsoft's dotnet-counters: https://docs.microsoft.com/en-us/dotnet/core/diagnostics/dotnet-counters

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by NKnusperer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants