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
11

DESCRIPTION

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

OPTIONS

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

AUTHORS

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

SEE ALSO

54       pipewire(1), pw-cli(1), pw-mon(1),
55
56
57
58
59                                                                     PW-DOT(1)
Impressum