| 1 | ust-consumerd(1) -- a daemon that collects trace data and writes it to the disk |
| 2 | ====================================================================== |
| 3 | |
| 4 | ## SYNOPSIS |
| 5 | |
| 6 | `ust-consumerd` [<options>] |
| 7 | |
| 8 | ## DESCRIPTION |
| 9 | |
| 10 | `ust-consumerd` is a program that collects trace data and writes it to the disk. |
| 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 | |
| 35 | ## SEE ALSO |
| 36 | |
| 37 | ustctl(1), usttrace(1) |
| 38 | |
| 39 | ## AUTHOR |
| 40 | |
| 41 | `ust-consumerd` was written by Pierre-Marc Fournier. |
| 42 | |
| 43 | This manual page was written by Jon Bernard <jbernard@debian.org>, for |
| 44 | the Debian project (and may be used by others). |