Skip to content

Commit 35860d0

Browse files
committed
typos
1 parent c073298 commit 35860d0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

doc/configurationParameters.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This document describes all the configuration parameters that can be set in readout.
44

5-
Some parameters control the behavior of readout as soon as it starts, and valid for the lifetime of the process. (1)
5+
Some parameters control the behavior of readout as soon as it starts, and are valid for the lifetime of the process. (1)
66

77
Other parameters (2) are set whenever the control state-machine receives the CONFIGURE command (or shortly after startup when running o2-readout-exe outside from the ECS workflow, typically from the command line) and until the RESET command.
88
The corresponding parameters usually come from a local file or from a central reposity, as provided by the O2 system.
@@ -11,20 +11,20 @@ They can be reloaded several time during the lifetime of the process.
1111

1212
# Readout defaults (1)
1313

14-
These are defined in local file `/etc/o2.d/readout-default.cfg`, which is loaded on `o2-readout-exe` startup (if file exists). They are valid for the lifetime of the o2-readout-exe process. There is usually no need for users to edit these settings. The file format is '.ini' style, with `[sections]` and `key=value` pairs.
14+
These are defined in local file `/etc/o2.d/readout-default.cfg`, which is loaded on `o2-readout-exe` startup (if the file exists). They are valid for the lifetime of the o2-readout-exe process. There is usually no need for users to edit these settings. The file format is '.ini' style, with `[sections]` and `key=value` pairs.
1515

16-
Following table describe the parameters of the `[readout]` section.
16+
Following table describes the parameters of the `[readout]` section.
1717

1818
| Parameter name | Type | Default value | Description |
1919
|--|--|--|--|
2020
| memLock | int | 0 | Defines the memory swapping policy. If set, all readout memory is locked in RAM with mlockall() |
2121
| readoutExe | string | | If set, overwrites the current running executable with the one at given path. Used for tests. |
2222
| readoutConfig | string | | If set with readoutExe, launch the new exe with this parameter as argument. Used for tests. |
23-
| statsPublishAddress | string | | If set, address where to publish readout stats, eg "tcp://127.0.0.1:6008". Connect to this service with o2-readout-monitor. |
23+
| statsPublishAddress | string | | If set, address where to publish readout stats, eg "tcp://127.0.0.1:6008" (o2-readout-monitor should listen there). |
2424
| statsPublishInterval | string | | If set, interval for readout stats publish, in seconds. |
2525
| db | string | | If set, defines connection parameters to a MySQL database in the form 'user:password@host/dbname'. Runtime statistics are stored in a table. Structure can be created with o2-readout-admin-db. |
2626
| customCommandsEnabled | int | 0 | If set, custom commands are enabled, i.e. launching external scripts at some specific state transitions. See customCommands keyword below. |
27-
| membanksMonitorPath | string | | Path to memory banks monitor output (a local file FIFO, to be connected with o2-readout-monitor). |
27+
| membanksMonitorPath | string | | Path to memory banks monitor output (a local file FIFO, to be connected with o2-readout-monitor-memory). |
2828
| membanksMonitorRate | double | 0 | Rate (in Hertz) at which to publish memory status. |
2929

3030

0 commit comments

Comments
 (0)