native_memory_summary
Retrieves native memory tracking summary for a Java process via jcmd. Requires JVM started with NativeMemoryTracking; otherwise explains enabling steps.
Instructions
jcmd VM.native_memory summary=true. Requires JVM started with -XX:NativeMemoryTracking=summary or detail; otherwise explains how to enable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pid | Yes |