pw-dot - The PipeWire dot graph dump
Contents
Description
Create a .dot file of the PipeWire graph.
The .dot file can then be visualized with a tool like dotty or rendered to a PNG file with dot -Tpng
pw.dot -o pw.png.
Name
pw-dot - The PipeWire dot graph dump
Options
-r|--remote=NAME
The name the remote instance to connect to. If left unspecified, a connection is made to the default
PipeWire instance.
-h|--help
Show help.
--version
Show version information.
-a|--all
Show all object types.
-s|--smart
Show linked objects only.
-d|--detail
Show all object properties.
-oFILE|--output=FILE
Output file name (Default pw.dot). Use - for stdout.
-L|--lr
Lay the graph from left to right, instead of dot's default top to bottom.
-9|--90
Lay the graph using 90-degree angles in edges.
See Also
pipewire(1), pw-cli(1), pw-mon(1), PipeWire 1.2.7 pw-dot(1)
Synopsis
pw-dot [options]
