1pw-dump(1) General Commands Manual pw-dump(1)
2
3
4
6 pw-dump - The PipeWire state dumper
7
9 pw-dump [options]
10
12 The pw-dump program produces a representation of the current PipeWire
13 state as JSON, including the information on nodes, devices, modules,
14 ports, and other objects.
15
17 -h | --help
18 Show help.
19
20 -r | --remote=NAME
21 The name of the remote instance to dump. If left unspecified, a
22 connection is made to the default PipeWire instance.
23
24 -m | --monitor
25 Monitor PipeWire state changes, and output JSON arrays describing
26 changes.
27
28 -N | --no-colors
29 Disable color output.
30
31 -C | --color=WHEN
32 Whether to enable color support. WHEN is never, always, or auto.
33
35 The PipeWire Developers
36 <https://gitlab.freedesktop.org/pipewire/pipewire/issues>; PipeWire is
37 available from <https://pipewire.org>
38
40 pipewire(1), pw-cli(1), pw-top(1),
41
42
43
44
45PipeWire 1.0.0 pw-dump(1)