@@ -15,6 +15,26 @@ Arguments detail the alarm's key, the time the alarm was first
1515triggered, the most recent reported mean, and the high-water-ms
1616value.
1717
18+ % PERFMON_CMDS_CONTROL_ERROR perfmon-control command processing failed: %1
19+ This error message is issued when the PerfMon hook library encounters an
20+ error processing a perfmon-control command. The argument explains the
21+ command error.
22+
23+ % PERFMON_CMDS_CONTROL_OK perfmon-control command success: active monitoring: %1, stats-mgr-reporting: %2
24+ This info log is issued when perfmon-control command has successfully
25+ enabled/disabled active monitoring and/or statistics mgr reporting.
26+ Arguments reflect the current state of both.
27+
28+ % PERFMON_CMDS_GET_ALL_DURATIONS_ERROR perfmon-get-all-durations command processing failed: %1
29+ This error message is issued when the PerfMon hook library encounters an
30+ error processing a perfmon-get-all-durations command. The argument explains the
31+ command error.
32+
33+ % PERFMON_CMDS_GET_ALL_DURATIONS_OK perfmon-get-all-durations returning %1 durations
34+ This info log is issued when perfmon-get-all-durations command has
35+ completed successfully. The argument contains the number of
36+ durations returned.
37+
1838% PERFMON_DEINIT_FAILED unloading PerfMon hooks library failed: %1
1939This error message indicates an error unloading the PerfMon hooks
2040library. The details of the error are provided as argument of
@@ -70,23 +90,3 @@ the log message.
7090% PERFMON_INIT_OK loading PerfMon hooks library successful
7191This info message indicates that the PerfMon hooks library has been
7292loaded successfully. Enjoy!
73-
74- % PERFMON_CMDS_CONTROL_ERROR perfmon-control command processing failed: %1
75- This error message is issued when the PerfMon hook library encounters an
76- error processing a perfmon-control command. The argument explains the
77- command error.
78-
79- % PERFMON_CMDS_CONTROL_OK perfmon-control command success: active monitoring: %1, stats-mgr-reporting: %2
80- This info log is issued when perfmon-control command has successfully
81- enabled/disabled active monitoring and/or statistics mgr reporting.
82- Arguments reflect the current state of both.
83-
84- % PERFMON_CMDS_GET_ALL_DURATIONS_ERROR perfmon-get-all-durations command processing failed: %1
85- This error message is issued when the PerfMon hook library encounters an
86- error processing a perfmon-get-all-durations command. The argument explains the
87- command error.
88-
89- % PERFMON_CMDS_GET_ALL_DURATIONS_OK perfmon-get-all-durations returning %1 durations
90- This info log is issued when perfmon-get-all-durations command has
91- completed successfully. The argument contains the number of
92- durations returned.
0 commit comments