Skip to main content

slomo sessions

List recorded sessions, newest last.

slomo session show

Session metadata and event breakdown.
REF
string
required
Session id — any unique prefix is accepted.
Shows the run’s context (argv, cwd, python version, host, pid, exit status, labels, forked_from if applicable) and a count of events by type.

slomo session inspect

Span tree: tracked function calls with durations.
REF
string
required
Session id (prefix ok).
Renders the call tree built from function.enter/function.exit spans — auto-traced and @tracked calls, nested by parent_span_id, each with its duration. The fastest way to see what actually ran and where the time went.

slomo session delete

Delete a recorded session (its whole directory: timeline, snapshots, attachments).
Deletion removes source-of-truth data. Incidents from the deleted session disappear from issues on the next index rebuild.

See also