get_memory_info
Retrieve memory usage details for a specific Java process by providing its PID, enabling efficient monitoring and analysis 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_memory_infoArguments",
"type": "object"
}