pw-dot(1) | General Commands Manual | pw-dot(1) |
NAME¶
pw-dot - The PipeWire dot graph dump
SYNOPSIS¶
pw-dot [options]
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
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.
- -o FILE | --output=FILE
- Output file name (Default pw.dot).
AUTHORS¶
The PipeWire Developers <https://gitlab.freedesktop.org/pipewire/pipewire/issues>; PipeWire is available from http://pipewire.org
SEE ALSO¶
User | Manuals |