허당 레몬도리
article thumbnail

참고 : 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

 

 

profile

허당 레몬도리

@LemonDory

포스팅이 좋았다면 "좋아요❤️" 또는 "구독👍🏻" 해주세요!