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,
20              a 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
42              to bottom.
43
44       -9 | --90
45              Lay the graph using 90-degree angles in edges.
46

AUTHORS

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

SEE ALSO

53       pipewire(1), pw-cli(1), pw-mon(1),
54
55
56
57Manuals                              User                            pw-dot(1)
Impressum