What is the story of Performance Counters for .NET Core? What is the story of Performance Counters for .NET Core? windows windows

What is the story of Performance Counters for .NET Core?


This package is exactly equivalent of .NET Framework Performance Counters and can be used in .NET Core apps under Windows:

https://www.nuget.org/packages/System.Diagnostics.PerformanceCounter/


Performance counters are not in Linux thus not in NET Core. Create another "Full NET based helper application" to expose performance counters as service to "NET Core Application"