{% extends "base.html" %} {% block title %}opencode-perf-stats — Discover{% endblock %} {% block content %}

Aggregate

Summarise TPS, TTFT, tokens & cost across many sessions over a date range or model.

Compare

Compare sessions, models, or date ranges side by side. Select 2–4 sessions below to get started.

Latest session

Open the most recently updated session report with per-message charts.

Discovery

{% for m in models %} {% endfor %}
Reset
{% if sessions %} {% for s in sessions %} {% endfor %}
Session ID Title Agent Model Output Cost Updated
{{ s.id[:24] }}… {{ s.title[:40] }} {{ s.agent }} {{ s.model_identity }} {{ "{:,}".format(s.tokens_output) }} ${{ "%.2f"|format(s.cost) }} {{ s.updated[5:22] if s.updated != '—' else '—' }} View
{% else %}
No sessions match the given filters.
{% endif %} {% endblock %} {% block scripts %} {% endblock %}