get_dashboard
Retrieve real-time system data panels for Java processes using the get_dashboard tool on the JVM MCP Server. Monitor and analyze performance efficiently by providing process ID.
Instructions
获取系统实时数据面板
Input Schema
Name | Required | Description | Default |
---|---|---|---|
pid | Yes |
Input Schema (JSON Schema)
{
"properties": {
"pid": {
"title": "Pid",
"type": "integer"
}
},
"required": [
"pid"
],
"title": "get_dashboardArguments",
"type": "object"
}