load_snapshot
Load a JProfiler snapshot (.jps, .hprof, .jfr) for in-depth analysis, with optional baseline for performance comparisons.
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 |