1pw-dot(1)                   General Commands Manual                  pw-dot(1)
2
3
4

NAME

6       pw-dot - The PipeWire dot graph dump
7

SYNOPSIS

9       pw-dot [options]
10

DESCRIPTION

12       Create a .dot file of the PipeWire graph.
13
14       The .dot file can then be visualized with a tool like dotty or rendered
15       to a PNG file with dot -Tpng pw.dot -o pw.png.
16

OPTIONS

18       -r | --remote=NAME
19           The name the remote instance to connect to. If left unspecified, a
20           connection is made to the default PipeWire instance.
21
22       -h | --help
23           Show help.
24
25       --version
26           Show version information.
27
28       -a | --all
29           Show all object types.
30
31       -s | --smart
32           Show linked objects only.
33
34       -d | --detail
35           Show all object properties.
36
37       -o FILE | --output=FILE
38           Output file name (Default pw.dot). Use - for stdout.
39
40       -L | --lr
41           Lay the graph from left to right, instead of dot's default top to
42           bottom.
43
44       -9 | --90
45           Lay the graph using 90-degree angles in edges.
46

AUTHORS

48       The PipeWire Developers
49       <https://gitlab.freedesktop.org/pipewire/pipewire/issues>; PipeWire is
50       available from <https://pipewire.org>
51

SEE ALSO

53       pipewire(1), pw-cli(1), pw-mon(1),
54
55
56
57
58PipeWire                             1.0.0                           pw-dot(1)
Impressum