Skip to content

Commit f731442

Browse files
authored
(DOCSP-32925): Backport DOCSP-32733 to v6.0. (#5203) (#5204)
* (DOCSP-32925): Backport DOCSP-32733 to v6.0. (#5203) * (DOCSP-32733): Incorporated Frank's feedback. * (DOCSP-32722): Incorporated Frank's feedback. * (DOCSP-32733): Fixed typo.
1 parent ffae3d2 commit f731442

File tree

4 files changed

+12
-82
lines changed

4 files changed

+12
-82
lines changed

source/reference/alerts.txt

Lines changed: 2 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1019,14 +1019,14 @@ WiredTiger storage engine conditions include:
10191019

10201020
.. include:: /includes/fact-alerts-charting-metrics.rst
10211021

1022+
.. _system-disk-alerts:
1023+
10221024
System and Disk Alerts
10231025
``````````````````````
10241026

10251027
You may set alerts for compute and disk utilization. System resource
10261028
conditions include:
10271029

1028-
.. _system-disk-alerts:
1029-
10301030
.. list-table::
10311031
:widths: 30 70
10321032
:header-rows: 1
@@ -1113,38 +1113,6 @@ conditions include:
11131113
the partition that contains the MongoDB journal exceeds the
11141114
specified threshold.
11151115

1116-
* - Disk I/O % utilization on Data Partition is
1117-
- Percentage of time during which requests are being issued to
1118-
any partition that contains the MongoDB collection's data. This
1119-
includes requests from any process, not just MongoDB processes.
1120-
1121-
* - Max disk I/O % utilization on Data Partition is
1122-
- Maximum percentage of time during which
1123-
requests are being issued to any partition that contains the
1124-
MongoDB collection's data exceeds the specified threshold.
1125-
1126-
* - Disk I/O % utilization on Index Partition is
1127-
- Percentage of time during which requests are being issued to
1128-
any partition that contains the MongoDB index data. This
1129-
includes requests from any process, not just MongoDB processes.
1130-
1131-
* - Max disk I/O % utilization on Index Partition is
1132-
- Maximum percentage of time during which
1133-
requests are being issued to any partition that contains the
1134-
MongoDB index data exceeds the specified threshold.
1135-
1136-
* - Disk I/O % utilization on Journal Partition is
1137-
- Percentage of time during which requests are being issued to
1138-
the partition that contains the MongoDB journal, if journaling
1139-
is enabled. This includes requests from any process, not just
1140-
MongoDB processes.
1141-
1142-
* - Max disk I/O % utilization on Journal Partition is
1143-
- Maximum percentage of time during which
1144-
requests are being issued to the partition that contains the
1145-
MongoDB journal exceeds the specified
1146-
threshold.
1147-
11481116
* - System Network In is
11491117
- Number of bytes per second sent *to* the database host meets the
11501118
specified threshold.

source/reference/alerts/disk-io-utilization.txt

Lines changed: 10 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -12,52 +12,30 @@ Fix IOPS Issues
1212
:depth: 1
1313
:class: singlecol
1414

15-
``Disk I/O % Utilization`` alerts indicate that percentage of time
16-
during which issued requests reaches a specified threshold. You set
17-
this threshold when you create the alert.
18-
19-
.. note::
20-
21-
The utilization measurements for the following alerts include
22-
requests from all processes, not just MongoDB processes.
15+
:ref:`System and disk alert <system-disk-alerts>` conditions can
16+
indicate IOPS issues.
2317

2418
Alert Conditions
2519
----------------
2620

27-
:ref:`Disk I/O % utilization on Data Partition
28-
<system-disk-alerts>`
29-
occurs if the percentage of time during which requests are being
30-
issued to any partition that contains the MongoDB :term:`collection`
31-
data meets or exceeds the threshold.
32-
33-
:ref:`Disk I/O % utilization on Index Partition
34-
<system-disk-alerts>`
35-
occurs if the percentage of time during which requests are being
36-
issued to any partition that contains the MongoDB :term:`index`
37-
data meets or exceeds the threshold.
38-
39-
:ref:`Disk I/O % utilization on Journal Partition
40-
<system-disk-alerts>`
41-
occurs if the percentage of time during which requests are being
42-
issued to the partition that contains the MongoDB
43-
:term:`journal` meets or exceeds the threshold.
21+
:alert:`System: CPU (User) % is` measures the CPU usage of the
22+
processes on the node, normalized by the number of CPUs. This value is
23+
scaled to a range of 0-100%.
4424

4525
Common Triggers
4626
---------------
4727

48-
A few common events may lead to high Disk I/O % Utilization and trigger
49-
these alerts:
28+
A few common events may trigger these alerts:
5029

5130
- :manual:`Unoptimized queries </core/query-optimization/>`
5231

53-
- A one-time event that spikes disk utilization, such as an
54-
:manual:`index build </core/index-creation/>`.
32+
- A one-time event, such as an :manual:`index build
33+
</core/index-creation/>`.
5534

5635
Fix the Immediate Problem
5736
-------------------------
5837

59-
Consider the following resolutions to resolve ``Disk I/O %
60-
Utilization`` alerts:
38+
Consider the following resolutions:
6139

6240
- :manual:`Optimize your queries </core/query-optimization/>`.
6341

@@ -86,7 +64,7 @@ Implement a Long-Term Solution
8664
Monitor Your Progress
8765
---------------------
8866

89-
To observe a high percentage of Disk I/O utilization, open the
67+
To observe high disk utilization, open the
9068
:guilabel:`Hardware Metrics` section of the :guilabel:`Metrics` tab and
9169
find the following metrics:
9270

@@ -97,8 +75,6 @@ find the following metrics:
9775

9876
* - Graph
9977
- Indicator
100-
* - Util%
101-
- High value
10278
* - Disk IOPS
10379
- |iops| value greater than the provisioned |iops| value
10480
* - Normalized System CPU

source/reference/api/measures/get-disk-measurements.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -141,11 +141,6 @@ Response Body
141141
"name": "DISK_PARTITION_IOPS_TOTAL",
142142
"units": "SCALAR_PER_SECOND"
143143
},
144-
{
145-
"dataPoints": [],
146-
"name": "DISK_PARTITION_UTILIZATION",
147-
"units": "PERCENT"
148-
},
149144
{
150145
"dataPoints": [],
151146
"name": "DISK_PARTITION_LATENCY_READ",

source/reference/api/measures/measurement-types.txt

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -142,15 +142,6 @@ Disk Measurements
142142

143143
Requires |mms| Automation.
144144

145-
* - - ``DISK_PARTITION_UTILIZATION``
146-
- ``MAX_DISK_PARTITION_UTILIZATION``
147-
148-
- Percentage of time when the partition issues and services
149-
requests. This includes requests from
150-
any process, not just MongoDB processes.
151-
152-
Requires |mms| Automation.
153-
154145
* - - ``DISK_PARTITION_LATENCY_READ``
155146
- ``MAX_DISK_PARTITION_LATENCY_READ``
156147
- ``DISK_PARTITION_LATENCY_WRITE``

0 commit comments

Comments
 (0)