get_stack_trace
Retrieve and analyze thread stack traces for Java processes to diagnose performance issues, identify blocking threads, and monitor CPU usage intervals with specified parameters.
Instructions
获取线程堆栈信息
Input Schema
Name | Required | Description | Default |
---|---|---|---|
find_blocking | No | ||
interval | No | ||
pid | Yes | ||
show_all | No | ||
thread_id | No | ||
top_n | No |