Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6c26ae7

Browse files
authored
Merge pull request#528 from codefresh-io/classic-disk-space-graph
Update monitoring-pipelines.md
2 parents52205c1 +5fb8435 commit6c26ae7

File tree

2 files changed

+21
-10
lines changed

2 files changed

+21
-10
lines changed

‎_docs/configure-ci-cd-pipeline/monitoring-pipelines.md‎

Lines changed: 21 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -312,36 +312,47 @@ In both cases you can copy to clipboard the yaml shown using the button at the t
312312

313313
###Viewing pipeline metrics
314314

315-
Codefresh offers several metrics for pipelinesteps that allow you to get a better overviewon the resources
315+
Codefresh offers several metrics forthepipeline, and forstepsin the pipeline,that allow you to get a better overviewof the resources
316316
consumed by your pipeline.
317317

318-
At the most basic level Codefresh will show some quick metrics while the pipeline is running that include
318+
**Pipeline metrics**
319+
320+
At the most basic level, Codefresh displays quick metrics while the pipeline is running that include
319321
memory consumed and size of logs:
320322

321323
{% include
322324
image.html
323325
lightbox="true"
324326
file="/images/pipeline/monitoring/quick-pipeline-metrics.png"
325327
url="/images/pipeline/monitoring/quick-pipeline-metrics.png"
326-
alt="Pipelinerunningmetrics"
327-
caption="Pipelinerunningmetrics"
328-
max-width="70%"
328+
alt="Metrics forrunningpipeline"
329+
caption="Metrics forrunningpipeline"
330+
max-width="95%"
329331
%}
330332

331-
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 running or completed pipeline builds, click the**Metrics** tab at the bottom of the Build page.
334+
335+
* Memory usage: View memory usage (Y-axis) by time (X-axis) for the duration of the build.
336+
* Disk usage: View disk usage (Y-axis) by time (X-axis) for the duration of the build. The red line is set at 90% of the maximum disk space.
337+
To see the precise usage at different points in time, mouse over the dots.
338+
Viewing the actual disk usage for a build during its run allows you to better gauge and define the[minimum disk space required for the build volume]({{site.baseurl}}/docs/configure-ci-cd-pipeline/pipelines/#runtime).
339+
340+
332341

333342
{% include
334343
image.html
335344
lightbox="true"
336345
file="/images/pipeline/monitoring/pipeline-metrics.png"
337346
url="/images/pipeline/monitoring/pipeline-metrics.png"
338-
alt="Pipeline detailedmetrics"
339-
caption="Pipeline detailedmetrics"
340-
max-width="70%"
347+
alt="Detailedmetrics for pipelines"
348+
caption="Detailedmetrics for pipelines"
349+
max-width="60%"
341350
%}
342351

343352

344-
If you click on an individual step before clicking the*Metrics* tab you will get metrics for that specific step only.
353+
**Pipeline-step metrics**
354+
For step-specific metrics, first select the step, and then click the**Metrics** tab.
355+
Step metrics are available for memory and CPU usage (not disk space).
345356

346357

347358
{% include
91.1 KB
Loading

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp