카테고리 없음
[dotnet core] 프로세스 모니터링(dotnet-counters monitor)
LemonDory
2023. 2. 1. 14:55
참고 : https://learn.microsoft.com/en-us/dotnet/core/diagnostics/dotnet-counters
dotnet-counters diagnostic tool - .NET CLI
Learn how to install and use the dotnet-counter CLI tool for ad-hoc health monitoring and first-level performance investigation.
learn.microsoft.com
1. 설치
dotnet tool install --global dotnet-counters |
2. 실행
dotnet-counters [-h|--help] [--version] <command> - 프로세스 목록 확인 > dotnet-counters ps ![]() - 프로세스 모니터링 > dotnet-counters monitor -p [pid] ![]() 위와 같이 실시간으로 모니터링이 가능함 |
https://learn.microsoft.com/en-us/shows/on-net/diagnosing-thread-pool-exhaustion-issues-in-net-core-apps?source=recommendations