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: doc/sphinx/arm/hooks-perfmon.rst
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -94,7 +94,7 @@ uniquely identified by a "duration key" which consists of the following values:
94
94
Once the server has finished constructing a response to a query, the query's event stack
95
95
is processed into a series of updates to monitored durations. If upon updating, a
96
96
duration's sample interval is found to have been completed, it is sent to reporting
97
-
and a new sample interval is begun. The interval width is dictacted by configuration
97
+
and a new sample interval is begun. The interval width is dictacted by configuration
98
98
parameter ``interval-width-secs``.
99
99
100
100
The event stack for the multi-threaded mode DHCPDISCOVER/DHCPOFFER cycle shown above
@@ -157,8 +157,8 @@ Statistics Reporting
157
157
~~~~~~~~~~~~~~~~~~~~
158
158
159
159
When enabled (see ``stats-mgr-reporting``), PerfMon will report a duration's data
160
-
data each time the duration completes a sampling interval. Each statistic employs
161
-
the following naming convention:
160
+
each time the duration completes a sampling interval. Each statistic employs the
161
+
following naming convention:
162
162
163
163
::
164
164
@@ -210,7 +210,7 @@ The alarm triggered WARN log will look similar to the following:
210
210
2024-03-20 10:22:14.030 WARN [kea-dhcp6.leases/47195.139913679886272] PERFMON_ALARM_TRIGGERED Alarm for DHCPDISCOVER.DHCPOFFER.composite-total_response.0 has been triggered since 2024-03-20 10:18:20.070000, reported average duration 00:00:00.700000 exceeds high-water-ms: 500
211
211
212
212
213
-
and he alarm cleared INFO log will look similar to the following:
213
+
and the alarm cleared INFO log will look similar to the following:
214
214
215
215
::
216
216
@@ -275,7 +275,7 @@ Where:
275
275
Identifies the monitored duration to watch
276
276
277
277
* query-type - Message type of the client query (e.g.DHCPDISCOVER, DHCPV6_REQUEST)
278
-
* response-type - Message type of the server response (e.g. DHCPOFFER, DHCPV6_REPLY)
278
+
* response-type - Message type of the server response (e.g. DHCPOFFER, DHCPV6_REPLY)
279
279
* start-event - Event that defines the beginning of the task (e.g. socket_received, process_started)
280
280
* stop-event - Event that defines the end of the task
281
281
* subnet-id - subnet selected during message processing (or 0 for global durations)
0 commit comments