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
Copy file name to clipboardExpand all lines: sites/platform/src/increase-observability/metrics/_index.md
-28Lines changed: 0 additions & 28 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -90,34 +90,6 @@ and whether a given measurement is normal, something that occurs occasionally, o
90
90
91
91
To see data over a given time frame, use the date picker to select the range to display.
92
92
93
-
## Pressure metrics
94
-
95
-
CPU pressure is available in your metrics dashboard alongside existing resource metrics such as CPU, memory, and disk usage. This metric helps you spot hidden performance bottlenecks, especially in shared environments where multiple containers compete for resources.
96
-
97
-
### What is Pressure?
98
-
99
-
Pressure indicates the percentage of time your app’s tasks were delayed due to resource contention. This means they needed CPU, memory, or disk access but had to wait because those resources were fully occupied. For example, 6.8% pressure means that tasks were blocked from making progress for 6.8% of that period of time.
100
-
101
-
### How to understand Pressure
102
-
103
-
**High pressure** indicates performance bottlenecks, which means that your app's tasks are frequently waiting for access to resources, even if overall usage appears normal.
104
-
105
-
**Low pressure with high resource usage** typically means your app is making efficient use of its allocated resources. It's fully utilizing them without significant delays.
106
-
107
-
#### Understanding the values
108
-
109
-
-**0% pressure:** No contention - tasks had immediate access to resources.
110
-
-**0–100% pressure:** During each second of measurement, the application experienced contention for that percentage of time.
111
-
-**>100% pressure:** The app is consistently demanding more resources than are available.
112
-
113
-
For example, 200% CPU pressure with one CPU already at 100% utilization suggests the app would need roughly three CPUs in total to eliminate contention.
Copy file name to clipboardExpand all lines: sites/upsun/src/increase-observability/metrics/_index.md
-28Lines changed: 0 additions & 28 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,34 +57,6 @@ You can access historical data for up to 30 days. These data should help you und
57
57
58
58
To see data over a given time frame, use the date picker to select the range to display.
59
59
60
-
## Pressure metrics
61
-
62
-
CPU pressure is available in your metrics dashboard alongside existing resource metrics such as CPU, memory, and disk usage. This metric helps you spot hidden performance bottlenecks, especially in shared environments where multiple containers compete for resources.
63
-
64
-
### What is Pressure?
65
-
66
-
Pressure indicates the percentage of time your app’s tasks were delayed due to resource contention. This means they needed CPU, memory, or disk access but had to wait because those resources were fully occupied. For example, 6.8% pressure means that tasks were blocked from making progress for 6.8% of that period of time.
67
-
68
-
### How to understand Pressure
69
-
70
-
**High pressure** indicates performance bottlenecks, which means that your app's tasks are frequently waiting for access to resources, even if overall usage appears normal.
71
-
72
-
**Low pressure with high resource usage** typically means your app is making efficient use of its allocated resources. It's fully utilizing them without significant delays.
73
-
74
-
#### Understanding the values
75
-
76
-
-**0% pressure:** No contention - tasks had immediate access to resources.
77
-
-**0–100% pressure:** During each second of measurement, the application experienced contention for that percentage of time.
78
-
-**>100% pressure:** The app is consistently demanding more resources than are available.
79
-
80
-
For example, 200% CPU pressure with one CPU already at 100% utilization suggests the app would need roughly three CPUs in total to eliminate contention.
0 commit comments