list_jfr_recordings
Retrieve active and recent JFR recordings for a Java process, including recording ID, duration, state, and filename. Use this to obtain the correct recording ID before stopping a profiling session.
Instructions
Lists active and recent JFR recordings for a Java process (jcmd JFR.check). Returns recording id, duration, state (running/stopped), and filename. Use before stop_profiling to get the correct recordingId.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pid | Yes | Process ID of the Java application. Get this from list_java_processes. |