documentation update
[ust.git] / doc / man / ustd.1.md
CommitLineData
43550d37
JB
1ustd(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
14These programs follow the usual GNU command line syntax, with long options
15starting 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
37ustctl(1), usttrace(1)
38
43550d37
JB
39## AUTHOR
40
41`ustd` was written by Pierre-Marc Fournier.
42
43This manual page was written by Jon Bernard &lt;jbernard@debian.org&gt;, for
44the Debian project (and may be used by others).
This page took 0.023992 seconds and 4 git commands to generate.