Skip to main content
Glama

JVM MCP Server

get_jvm_status

Retrieve detailed status reports for JVMs using a specific process ID or automatically select the first non-Arthas Java process. Returns a dictionary with key JVM metrics for monitoring and diagnostics.

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