tandemn deploy.
Progress and dashboard
| Command | Description |
|---|---|
tandemn progress | Live progress bar for the active or most recent job. |
tandemn progress <job_id> | Live progress bar for a specific job. |
tandemn web | Open the real-time web dashboard in a browser. |
Job and cluster state
| Command | Description |
|---|---|
tandemn status | List jobs known to the control plane. |
tandemn clusters | Show active SkyPilot clusters. |
tandemn logs [cluster] | Stream logs from a SkyPilot cluster. |
Metrics
| Command | Description |
|---|---|
tandemn metrics <job_id> | Latest vLLM metrics snapshot. |
tandemn metrics <job_id> --watch | Refresh metrics every two seconds. |
tandemn metrics <job_id> --replica <rid> | Show metrics for a specific replica. |
tandemn metrics <job_id> --compare | Show aggregated and per-replica metrics side by side. |
tandemn stream <job_id> | Stream live metrics at roughly one event per second. |
Cleanup
| Command | Description |
|---|---|
tandemn destroy <job_id> | Tear down clusters and Redis state for one job. |
tandemn destroy --all | Tear down all tandemn clusters. |
--persist with tandemn deploy when you want to keep clusters alive.
