load_snapshot
Load Java profiling snapshot files (.jps, .hprof, .jfr) for performance analysis. Use to analyze CPU, memory, JDBC, and HTTP data after checking loading status.
Instructions
Load an existing .jps, .hprof, or .jfr file for analysis. You must call check_status to check the loading progress and - after this returns 'data_ready' - retrieve data with the get_* tools.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | The absolute path to the snapshot file | |
| baselineFilePath | No | An optional baseline snapshot for performance comparisons |