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/configurationParameters.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -166,6 +166,9 @@ The parameters related to 3rd-party libraries are described here for convenience
166
166
| readout | timeStop | string || In standalone mode, time at which to execute stop. If not set, on int/term/quit signal. |
167
167
| readout-monitor | broadcastHost | string || used by readout-status to connect to readout-monitor broadcast channel. |
168
168
| readout-monitor | broadcastPort | int | 0 | when set, the process will create a listening TCP port and broadcast statistics to connected clients. |
169
+
| readout-monitor | logFile | string || when set, the process will log received metrics to a file. |
170
+
| readout-monitor | logFileHistory | int | 1 | defines the maximum number of previous log files to keep, when a maximum size is set. |
171
+
| readout-monitor | logFileMaxSize | int | 128 | defines the maximum size of log file (in MB). When reaching this threshold, the log file is rotated. |
169
172
| readout-monitor | monitorAddress | string | tcp://127.0.0.1:6008 | Address of the receiving ZeroMQ channel to receive readout statistics. |
170
173
| readout-monitor | outputFormat | int | 0 | 0: default, human readable. 1: raw bytes. |
171
174
| receiverFMQ | channelAddress | string | ipc:///tmp/pipe-readout | c.f. parameter with same name in consumer-FairMQchannel-*|
Copy file name to clipboardExpand all lines: doc/releaseNotes.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -439,3 +439,11 @@ This file describes the main feature changes for each readout.exe released versi
439
439
440
440
## v2.9.2 - 31/03/2022
441
441
- Cosmetics improvements related to threads cleanup order on exit.
442
+
443
+
## v2.10.0 - 13/04/2022
444
+
- readout-monitor: added log file for received measurements.
445
+
- added support for custom commands to be executed on states transitions.
446
+
- Updated configuration parameters:
447
+
- readout.flushConsumerTimeout: when set, readout waits up to this amount of time that all data pages locked by consumers are released before stopping.
448
+
- Added warning message on buffers low.
449
+
- Added message at end of run showing the links which have provided data for each equipment and how much per link.
throw"ConsumerFMQ: failed to get memory pool from " + memoryBankName + " for " + std::to_string(memoryPoolNumberOfPages) + " pages x " + std::to_string(memoryPoolPageSize) + " bytes";
0 commit comments