get_thread_info
Retrieve detailed thread information for a specified Java process. Use this tool to analyze and monitor thread activity, aiding in performance diagnostics and troubleshooting on the JVM MCP Server.
Instructions
获取指定进程的线程信息
Input Schema
Name | Required | Description | Default |
---|---|---|---|
pid | Yes |
Input Schema (JSON Schema)
{
"properties": {
"pid": {
"title": "Pid",
"type": "integer"
}
},
"required": [
"pid"
],
"title": "get_thread_infoArguments",
"type": "object"
}