Commit | Line | Data |
---|---|---|
9dc7b7ff | 1 | ust-consumerd(1) -- a daemon that collects trace data and writes it to the disk |
43550d37 JB |
2 | ====================================================================== |
3 | ||
4 | ## SYNOPSIS | |
5 | ||
9dc7b7ff | 6 | `ust-consumerd` [<options>] |
43550d37 JB |
7 | |
8 | ## DESCRIPTION | |
9 | ||
9dc7b7ff | 10 | `ust-consumerd` is a program that collects trace data and writes it to the disk. |
43550d37 JB |
11 | |
12 | ## OPTIONS | |
13 | ||
14 | These programs follow the usual GNU command line syntax, with long options | |
15 | starting with two dashes(`-'). A summary of options is included below. | |
16 | ||
17 | * `-h`, `--help`: | |
18 | Show summary of options. | |
19 | ||
20 | * `-o` <DIR>: | |
21 | Specify the directory where to output the traces. | |
22 | ||
23 | * `-s` <PATH>: | |
24 | Specify the path to use for the daemon socket. | |
25 | ||
26 | * `-d`: | |
27 | Start as a daemon. | |
28 | ||
29 | * `-p`, `--pidfile`=<FILE>: | |
30 | Write the PID in this file (when using -d). | |
31 | ||
32 | * `-V`, `--version`: | |
33 | Show version of program. | |
34 | ||
c3947c25 PMF |
35 | ## SEE ALSO |
36 | ||
37 | ustctl(1), usttrace(1) | |
38 | ||
43550d37 JB |
39 | ## AUTHOR |
40 | ||
9dc7b7ff | 41 | `ust-consumerd` was written by Pierre-Marc Fournier. |
43550d37 JB |
42 | |
43 | This manual page was written by Jon Bernard <jbernard@debian.org>, for | |
44 | the Debian project (and may be used by others). |