Skip to content

Commit a922699

Browse files
author
Razvan Becheriu
committed
[#3297] addressed review
1 parent f39b469 commit a922699

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

doc/sphinx/arm/hooks-perfmon.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ uniquely identified by a "duration key" which consists of the following values:
9494
Once the server has finished constructing a response to a query, the query's event stack
9595
is processed into a series of updates to monitored durations. If upon updating, a
9696
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
9898
parameter ``interval-width-secs``.
9999

100100
The event stack for the multi-threaded mode DHCPDISCOVER/DHCPOFFER cycle shown above
@@ -157,8 +157,8 @@ Statistics Reporting
157157
~~~~~~~~~~~~~~~~~~~~
158158

159159
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:
162162

163163
::
164164

@@ -210,7 +210,7 @@ The alarm triggered WARN log will look similar to the following:
210210
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
211211

212212

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:
214214

215215
::
216216

@@ -275,7 +275,7 @@ Where:
275275
Identifies the monitored duration to watch
276276

277277
* 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)
279279
* start-event - Event that defines the beginning of the task (e.g. socket_received, process_started)
280280
* stop-event - Event that defines the end of the task
281281
* subnet-id - subnet selected during message processing (or 0 for global durations)

0 commit comments

Comments
 (0)