pw-dump - Man Page
The PipeWire state dumper
Examples (TL;DR)
- Print a JSON representation of the default PipeWire instance's current state:
pw-dump
- Dump the current state [m]onitoring changes, printing it again:
pw-dump --monitor
- Dump the current state of a [r]emote instance to a file:
pw-dump --remote remote_name > path/to/dump_file.json
- Set a [C]olor configuration:
pw-dump --color never|always|auto
- Display help:
pw-dump --help
Synopsis
pw-dump [options]
Description
The pw-dump program produces a representation of the current PipeWire state as JSON, including the information on nodes, devices, modules, ports, and other objects.
Options
- -h | --help
Show help.
- -r | --remote=NAME
The name of the remote instance to dump. If left unspecified, a connection is made to the default PipeWire instance.
- -m | --monitor
Monitor PipeWire state changes, and output JSON arrays describing changes.
- -N | --no-colors
Disable color output.
- -C | --color=WHEN
Whether to enable color support. WHEN is never, always, or auto.
Authors
The PipeWire Developers <https://gitlab.freedesktop.org/pipewire/pipewire/issues>; PipeWire is available from <https://pipewire.org>
See Also
Referenced By
pipewire(1), pipewire-props(7), pw-config(1), pw-top(1).
1.2.6 PipeWire