This page requires cache trace data to be enabled. If cache trace is not active, the page displays an “Unavailable” banner with instructions on how to enable it.
Enabling cache trace
The cache trace status is shown as a colored dot at the top of the page: green when enabled, gray when not. Two ways to enable it: Option 1 — add to~/.openclaw/openclaw.json:
OPENCLAW_CACHE_TRACE to OpenClaw and let it enable the setting for you.
Selecting a session
Use the session picker to choose which session to inspect. The dropdown shows the session ID, agent name, model, cost, date, and number of steps for each session. Type to search by any of these fields. Click × to clear the current selection and return to the empty state.Per-step cost chart

Hover over any bar to see the token breakdown: input, output, cache write, and cache read.
Context composition chart

This chart tells you at a glance which component is dominating the context window. If the amber (Tools) section grows rapidly, your agent is accumulating large tool outputs. If cyan (History) grows steadily, the conversation itself is consuming the space.
Per-turn table
A detailed table breaking down the context window at each step:
Column headers have tooltips explaining what each value means. The pressure column tooltip shows the model’s context capacity (e.g. “200K”).