You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
You can then get the memory usage for the whole pipeline by clicking on the metrics tab at the bottom of the screen.
333
+
To view memory and disk usage for the pipeline (running or completed), click the**Metrics** tab at the bottom of the Build page.
334
+
The disk usage is computed against the maximum[disk space set for the build]({{site.baseurl}})/docs/configure-ci-cd-pipeline/pipelines/#runtime), shown at the top of the Y-axis. The X-axis shows the actual usage along the pipeline's execution timeline. Mouse over the dots to see the precise usage at different points in time.
335
+
336
+
332
337
333
338
{% include
334
339
image.html
@@ -341,7 +346,9 @@ max-width="70%"
341
346
%}
342
347
343
348
344
-
If you click on an individual step before clicking the*Metrics* tab you will get metrics for that specific step only.
349
+
**Pipeline-step metrics**
350
+
For step-specific metrics, first select the step and then click the**Metrics** tab.
351
+
Step metrics are available for memory and CPU usage (not disk space).