]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#3328] Added ChangeLog
authorThomas Markwalder <tmark@isc.org>
Fri, 14 Jun 2024 21:09:55 +0000 (17:09 -0400)
committerFrancis Dupont <fdupont@isc.org>
Sat, 15 Jun 2024 07:17:40 +0000 (09:17 +0200)
ChangeLog

index ea81c86098286e59930596a101903660728595cd..cb1b7c435d6f537cc4d73529b98d3c5dd031bdeb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2254.  [func]          tmark
+       Added two API commands to Perfmon hook library:
+       "perfmon-control" which can be used to enable
+       or disable monitoring and reporting at runtime;
+       and "perfmon-get-all-durations" which fetches
+       a snapshot of raw performance data.
+       (Gitlab #3328)
+
 2253.  [func]          fdupont
        Added the predicate token "match" which evaluates regular
        expression matching to classification expression.