JFR event 선택표
가설에 필요한 event만 우선 확인한다.
| 가설 | Event | 함께 볼 것 |
|---|---|---|
| CPU hot | ExecutionSample | compiler·thread |
| Lock wait | JavaMonitorEnter | owner stack |
| Allocation | ObjectAllocationSample | GC·class |
| I/O | Socket·File events | downstream latency |
| Domain | custom event | request timeline |
핵심: JFR broad evidence 뒤 목적에 맞는 profiler·heap analyzer를 추가한다.