trend
Detect whether VRAM decline is gradual or sudden by reviewing hourly sample summaries from the audit log.
Instructions
Free-VRAM trend over the last hours, from the sampled audit log.
Answers "was this a gradual erosion or a sudden spike?" — the question a
point-in-time vram_status() cannot. Returns direction, min/max/latest
free MB (latest is null when the newest sample carries no reading),
how many samples showed driver spill, and the raw samples.
samples holds at most the 200 most recent rows so a long window can't
flood the caller's context; samples_truncated says whether older rows
were dropped. Every summary figure is computed over the FULL window either
way.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hours | No |