X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=doc%2Fman%2Fust-consumerd.1.md;fp=doc%2Fman%2Fust-consumerd.1.md;h=1b93f47d3ed747456ca603a29297598b29133ec3;hb=9dc7b7ff797a5cbb1e9ffd59e053a04562f306c4;hp=0000000000000000000000000000000000000000;hpb=28c1bb4003ca120888a1d61d5ec71eac426ae490;p=ust.git diff --git a/doc/man/ust-consumerd.1.md b/doc/man/ust-consumerd.1.md new file mode 100644 index 0000000..1b93f47 --- /dev/null +++ b/doc/man/ust-consumerd.1.md @@ -0,0 +1,44 @@ +ust-consumerd(1) -- a daemon that collects trace data and writes it to the disk +====================================================================== + +## SYNOPSIS + +`ust-consumerd` [] + +## DESCRIPTION + +`ust-consumerd` is a program that collects trace data and writes it to the disk. + +## OPTIONS + +These programs follow the usual GNU command line syntax, with long options +starting with two dashes(`-'). A summary of options is included below. + + * `-h`, `--help`: + Show summary of options. + + * `-o` : + Specify the directory where to output the traces. + + * `-s` : + Specify the path to use for the daemon socket. + + * `-d`: + Start as a daemon. + + * `-p`, `--pidfile`=: + Write the PID in this file (when using -d). + + * `-V`, `--version`: + Show version of program. + +## SEE ALSO + +ustctl(1), usttrace(1) + +## AUTHOR + +`ust-consumerd` was written by Pierre-Marc Fournier. + +This manual page was written by Jon Bernard <jbernard@debian.org>, for +the Debian project (and may be used by others).