https://brunch.co.kr/@springboot/126
Thread Dump 분석하기
- 쓰레드 덤프 분석하기 | 쓰레드 기본 개념을 간단하게 정리하고, 간단한 예시를 통해서 쓰레드 덤프를 분석하는 방법에 대해서 공유한다. 쓰레드 개념 정리 쓰레드 기본 개념을 정리한다. 쓰레드란? 생략한다. 알아서 찾아보길 바란다. 쓰레드 종류 쓰레드는 데몬 쓰레드(Daemon Thread)와 비데몬 쓰레드(Non-daemon Thread)로 나눌 수 있다. 데몬 쓰레드는 일반적인
brunch.co.kr
1. jstack 11111 > 파일명
처럼 jstack pid > 파일명으로 thread dump 를 뽑아낸다.
fastthread.io
Ultimate DevOps Tool fastThread liberates DevOps from engaging vendors to troubleshoot your production problems. This highly effective and efficient tool allows DevOps to instantly identify and resolve root cause issues in matter of seconds. Designed with
fastthread.io
에서 조회