From the Depot CI page, click a workflow run and select a specific job to view its metrics.
The Resource Usage section above the logs displays CPU and memory utilization graphs for the job's sandbox. Use these graphs to determine if jobs are resource-constrained or over-provisioned.

Annotations on the graph mark the start of each step. Click an annotation to jump to the corresponding step in the log output.
Each step in the job shows its name and duration. A visual timing bar indicates relative duration for longer-running steps, making it easy to spot bottlenecks like dependency installation or test execution.

When a job fails, Depot analyzes the failure and displays a Failure Diagnosis section at the top of the job detail view when a diagnosis is available. The diagnosis includes:

For deeper investigation, you can debug a failing job with SSH to connect directly to the sandbox environment. For viewing and navigating job logs, see Depot CI logs.