load_snapshot
Load .jps, .hprof, or .jfr profiling files for analysis, with an optional baseline snapshot for performance comparisons. Monitor loading progress to retrieve data.
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 |