> ## Documentation Index
> Fetch the complete documentation index at: https://docs.orcapods.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Stats

> Auto-refreshing fleet-level metrics for agents and sandbox environments.

The **Stats** screen is a live, fleet-wide operations view. Where [Usage](/dashboard/usage) is about billing and spend, Stats is about **throughput and health** — how your agents and sandboxes are performing right now. The page **auto-refreshes**.

<Note>
  Stats isn't a primary sidebar item. Reach it from the **command palette** (⌘K / Ctrl+K) or from links elsewhere in the dashboard.
</Note>

The screen has two tabs.

## Agents

Fleet metrics for your agent profiles.

* **Window selector** — scope the view to a time range.
* **KPI strip** — **agents**, **live sessions**, **runs**, and **tokens**.
* **Throughput chart** — activity over time, with a hover tooltip.
* **Health status bars** — session and run **status distribution**, plus **runner-pool health**.
* **Hotspot lists** — **top token consumers** and **failing agents**.
* **Agents table** — sortable and paginated, one row per agent.

<Frame caption="Stats — fleet-level agent, session, run, and token metrics.">
  <img src="https://mintcdn.com/orcapods/QvGbh1ZeFOhKP6Fs/images/dashboard/stats.jpg?fit=max&auto=format&n=QvGbh1ZeFOhKP6Fs&q=85&s=5e27269e6bb3287bb61da33cb69b058f" alt="Stats page Agents tab with KPI strip, throughput chart, and health bars" width="1440" height="688" data-path="images/dashboard/stats.jpg" />
</Frame>

## Environments

Fleet metrics for sandbox compute leases (see [Sandboxes](/concepts/sandboxes) and the [Environments](/dashboard/environments) screen for per-lease detail).

* **Sandbox-lease KPIs**.
* **Environment-state bar** — distribution across lease states.
* **Sandbox audit timeline** — a fleet-wide feed of `allocate` / `pause` / `resume` / `release` / `error` events.
* **Live leases table** — currently active leases.

## Related

<CardGroup cols={2}>
  <Card title="Usage" href="/dashboard/usage">
    Credit balance and billing activity.
  </Card>

  <Card title="Environments" href="/dashboard/environments">
    Per-lease sandbox detail and audit.
  </Card>
</CardGroup>
