Skip to main content
Glama

JVM MCP Server

get_jvm_status

Retrieve detailed JVM status reports for specified Java processes. Use this tool to monitor and analyze JVM performance, thread activity, and memory usage, aiding in effective diagnostics and process optimization.

Instructions

获取JVM整体状态报告

Args: pid: 可选的进程ID,如果不指定则自动选择第一个非arthas的Java进程 Returns: 包含JVM状态信息的字典

Input Schema

NameRequiredDescriptionDefault
pidYes

Input Schema (JSON Schema)

{ "properties": { "pid": { "title": "Pid", "type": "integer" } }, "required": [ "pid" ], "title": "get_jvm_statusArguments", "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/xzq-xu/jvm-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server