.TH "pw-dot" 1 "1.0.3" "PipeWire" \" -*- nroff -*- .ad l .nh .SH NAME pw-dot \- The PipeWire dot graph dump .PP .SH "SYNOPSIS" .PP .PP \fBpw-dot\fP [\fIoptions\fP] .PP .SH "DESCRIPTION" .PP .PP Create a \&.dot file of the PipeWire graph\&. .PP The \&.dot file can then be visualized with a tool like \fBdotty\fP or rendered to a PNG file with \fCdot -Tpng pw\&.dot -o pw\&.png\fP\&. .PP .SH "OPTIONS" .PP .PP \fB-r | --remote=NAME\fP .RS 4 The name the remote instance to connect to\&. If left unspecified, a connection is made to the default PipeWire instance\&. .RE .PP \fB-h | --help\fP .RS 4 Show help\&. .RE .PP \fB--version\fP .RS 4 Show version information\&. .RE .PP \fB-a | --all\fP .RS 4 Show all object types\&. .RE .PP \fB-s | --smart\fP .RS 4 Show linked objects only\&. .RE .PP \fB-d | --detail\fP .RS 4 Show all object properties\&. .RE .PP \fB-o FILE | --output=FILE\fP .RS 4 Output file name (Default pw\&.dot)\&. Use - for stdout\&. .RE .PP \fB-L | --lr\fP .RS 4 Lay the graph from left to right, instead of dot's default top to bottom\&. .RE .PP \fB-9 | --90\fP .RS 4 Lay the graph using 90-degree angles in edges\&. .RE .PP .SH "AUTHORS" .PP .PP The PipeWire Developers ; PipeWire is available from .PP .SH "SEE ALSO" .PP .PP \fBpipewire(1)\fP, \fBpw-cli(1)\fP, \fBpw-mon(1)\fP,