Monitor HANA indexserver memory
hana_memory_monitorTakes a memory snapshot of the SAP HANA indexserver and compares usage against allocation limits. Optionally saves snapshots to CSV history for tracking.
Instructions
Take a memory snapshot of the HANA indexserver and compare usage against allocation limits. Optionally append the result to a CSV history file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| output_file | No | Path for the CSV history file. Defaults to HANA_MEMORY_HISTORY_FILE env var or memory-history.csv in the working directory. | |
| save_history | No | Append the snapshot to a CSV history file. Defaults to false. |