get_jvm_status
Retrieve comprehensive JVM status reports for Java processes, including thread analysis, memory monitoring, and performance diagnostics. Specify a process ID or use the first Java process found.
Instructions
获取JVM整体状态报告
Args:
pid (str): 进程ID,使用字符串形式(如:"12345")。
如果不指定则自动选择第一个Java进程
Returns:
Dict: 包含JVM状态信息的字典(暂未实现)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pid | No |