.NET diagnostic tool for monitoring performance counters of .NET applications in real-time. Installed via ‘dotnet tool install –global dotnet-counters’ (.NET SDK required).
Launches the specified executable as a child process while collecting performance counter data for 1 second.
dotnet-counters.exe collect --duration 1 -- {PATH:.exe}
Execute a child process under the guise of a legitimate .NET diagnostic tool.