Actions
Bug #706
closed
MB
lttng-relayd option -g not in the man page
Bug #706:
lttng-relayd option -g not in the man page
Start date:
12/17/2013
Due date:
% Done:
100%
Estimated time:
Description
Hi,
The usage of lttng-relayd shows a the option -g.
But there no explanation about it on the man page of lttng-relayd.
using lttng-tools : eef7781 (HEAD, origin/stable-2.4, origin/master, origin/HEAD, master) Fix: wrong comment in snapshot public API
Thanks,
Mathieu
------------------------
Output of lttng-relayd usage:
Usage: lttng-relayd OPTIONS Options: -h, --help Display this usage. -d, --daemonize Start as a daemon. -C, --control-port URL Control port listening. -D, --data-port URL Data port listening. -o, --output PATH Output path for traces. Must use an absolute path. -v, --verbose Verbose mode. Activate DBG() macro. -g, --group NAME Specify the tracing group name. (default: tracing)
Output of the options from the man page:
OPTIONS
This program follow the usual GNU command line syntax with long options starting with two dashes. Below is a summary of the available options.
-h, --help
Show summary of possible options and commands
-v, --verbose
Increase verbosity
There is three debugging level which will print on stderr. Maximum verbosity is -vvv.
-d, --daemonize
Start as a daemon
-C, --control-port
Control port URL (tcp://0.0.0.0:5342 is the default)
-D, --data-port
Data port URL (tcp://0.0.0.0:5343 is the default)
-o, --output
Output base directory. Must use an absolute path (~/lttng-traces is the default)
-V, --version
Show version number
DG Updated by David Goulet almost 12 years ago
- Status changed from New to Confirmed
- Target version set to 2.3
DG Updated by David Goulet almost 12 years ago
- Priority changed from Normal to Low
- Target version changed from 2.3 to 2.4
This is has been added with the health library in the relayd thus 2.4 is the target
DG Updated by David Goulet almost 12 years ago
- Status changed from Confirmed to Resolved
- % Done changed from 0 to 100
Applied in changeset 0210bba27680d0bc4278b926cad8b77eaa1b61ae.
Actions