Generalize some ustcomm functionality
[ust.git] / doc / man / ustd.1.md
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 ## SEE ALSO
36
37 ustctl(1), usttrace(1)
38
39 ## AUTHOR
40
41 `ustd` was written by Pierre-Marc Fournier.
42
43 This manual page was written by Jon Bernard &lt;jbernard@debian.org&gt;, for
44 the Debian project (and may be used by others).
This page took 0.029864 seconds and 4 git commands to generate.