History
Inspect a run
Scheduler timeseries
tandemn timeseries when you need post-run scheduler detail for debugging throughput, chunk progress, or replica behavior.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Inspect completed Tandemn runs and scheduler timeseries.
tandemn history
tandemn history --model Qwen/Qwen2.5-7B-Instruct
tandemn history --gpu A100
| Flag | Description |
|---|---|
--model X | Filter completed runs by model. |
--gpu Y | Filter completed runs by GPU type. |
tandemn inspect <run_id>
tandemn inspect <run_id> --replicas
| Command | Description |
|---|---|
tandemn inspect <run_id> | Full run report with latency, throughput, cost, and GPU utilization. |
tandemn inspect <run_id> --replicas | Show per-replica summaries side by side. |
tandemn timeseries <run_id>
tandemn timeseries when you need post-run scheduler detail for debugging throughput, chunk progress, or replica behavior.