Commit | Line | Data |
---|---|---|
43550d37 JB |
1 | ustd(1) -- a daemon that collects trace data and writes it to the disk |
2 | ====================================================================== | |
3 | ||
4 | ## SYNOPSIS | |
5 | ||
6 | `ustd` [<options>] | |
7 | ||
8 | ## DESCRIPTION | |
9 | ||
10 | `ustd` 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 | ## AUTHOR | |
36 | ||
37 | `ustd` was written by Pierre-Marc Fournier. | |
38 | ||
39 | This manual page was written by Jon Bernard <jbernard@debian.org>, for | |
40 | the Debian project (and may be used by others). |