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

后端 未结 2 2073
余生分开走
余生分开走 2021-02-11 19:11

Under Windows, one is able to read .NET performance counters using the following:

  • Performance Monitor
  • C# using PerformanceCounter
  • WM
2条回答
  •  难免孤独
    2021-02-11 20:05

    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/

提交回复
热议问题