|
2 | 2 |
|
3 | 3 | To view the available command line options for RouDi call `$ICEORYX_ROOT/build/iox-roudi --help`.
|
4 | 4 |
|
5 |
| -| Short | Long | Parameter | Explanation | |
6 |
| -|-------|---------------------|---------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| |
7 |
| -| -h | --help | None | Prints the available options | |
8 |
| -| -v | --version | None | Prints the version string | |
9 |
| -| -d | --domain-id | Unsigned integer | Sets the domain id. No communication can happen between different domains. Experimental feature! | |
10 |
| -| -u | --unique-roudi-id | Unsigned integer | Sets the unique Roudi identifier | |
11 |
| -| -m | --monitoring-mode | String (on, off) | Enables or disables the process alive monitoring feature. If enable RouDi terminates and kills unresponsive process. | |
12 |
| -| -l | --log-level | String (off, fatal, error, warning, info, debug, trace) | Set the log level. Default log level is 'info'. | |
13 |
| -| -x | --compatibility | String (off, major, minor, patch, commitId, buildDate) | Sets the compatibility check level between application and RouDi. Default is 'patch'. This can be useful if old apps are build against and old iceoryx version. Use with care! | |
14 |
| -| -t | --termination-delay | Unsigned integer | Sets the delay in seconds before RouDi sends SIGTERM to running applications at shutdown. Default is '0' | |
15 |
| -| -k | --kill-delay | Unsigned integer | Sets the delay in seconds before RouDi sends SIGKILL to application which did not respond to the initial SIGTERM signal. Default is '45'. | |
16 |
| -| -c | --config-file | String (Filesystem path to a config in YAML format) | Sets the config file. If option is not given, fallbacks in descending order: 1. /etc/iceoryx/roudi_config.toml 2. hard-coded config | |
| 5 | +| Short | Long | Parameter | Explanation | |
| 6 | +|-------|---------------------|---------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| |
| 7 | +| -h | --help | None | Prints the available options | |
| 8 | +| -v | --version | None | Prints the version string | |
| 9 | +| -d | --domain-id | Unsigned integer | Sets the domain id. No communication can happen between different domains. Experimental feature! | |
| 10 | +| -u | --unique-roudi-id | Unsigned integer | Sets the unique RouDi identifier | |
| 11 | +| -m | --monitoring-mode | String (on, off) | Enables or disables the process alive monitoring feature. If enable RouDi terminates and kills unresponsive process. | |
| 12 | +| -l | --log-level | String (off, fatal, error, warning, info, debug, trace) | Set the log level. Default log level is 'info'. | |
| 13 | +| -x | --compatibility | String (off, major, minor, patch, commitId, buildDate) | Sets the compatibility check level between application and RouDi. Default is 'patch'. This can be useful if old apps are build against and old iceoryx version. Use with care! | |
| 14 | +| -t | --termination-delay | Unsigned integer | Sets the delay in seconds before RouDi sends SIGTERM to running applications at shutdown. Default is '0'. | |
| 15 | +| -k | --kill-delay | Unsigned integer | Sets the delay in seconds before RouDi sends SIGKILL to application which did not respond to the initial SIGTERM signal. Default is '45'. | |
| 16 | +| -c | --config-file | String (Absolute filesystem path to a config in YAML format) | Sets the config file. If option is not given, fallbacks in descending order: 1. /etc/iceoryx/roudi_config.toml 2. hard-coded config. See [configuration guide](configuration-guide.md#dynamic-configuration) for information on the format. | |
0 commit comments