Skip to content

Commit f0cb154

Browse files
Update execution report screenshots (#5881)
--------- Signed-off-by: Christopher Hakkaart <[email protected]> Co-authored-by: Ben Sherman <[email protected]>
1 parent a5f1379 commit f0cb154

7 files changed

+1
-1
lines changed

docs/_static/.DS_Store

8 KB
Binary file not shown.
171 KB
Loading

docs/_static/report-resource-cpu.png

152 KB
Loading

docs/_static/report-resources-min.png

152 KB
Loading

docs/_static/report-summary-min.png

244 KB
Loading

docs/_static/report-tasks-min.png

247 KB
Loading

docs/metrics.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This tutorial explains how resource usage metrics are computed from execution re
88

99
CPU Usage plots report how CPU resources are used by each process.
1010

11-
```{image} _static/report-resource-cpu.png
11+
```{image} _static/report-resource-cpu-noheader.png
1212
```
1313

1414
**Raw Usage** tabs are expected to show 100% core usage if processes perform one task of pure computation. If tasks are distributed over, 2, 3, or 4 CPUs, the raw usage will be 200%, 300%, or 400%, respectively. **% Allocated** tabs rescale raw usage values relative to the number of CPUs that are set with the `cpus` directive. If the `cpus` directive is not set, CPUs are set to `1` and **% Allocated** tabs will show the same values **Raw Usage** tabs.

0 commit comments

Comments
 (0)