1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-10-28 15:19:43 +01:00
tldr/pages/linux/pw-dump.md
Vitor Henrique 7b6c610196
pipewire, pw-dump, pw-profiler: add pages (#11788)
* pipewire: add page

* pw-profiler: add page

* pw-profiler: fix ponctuation

* pipewire: add angle brackets to information link

* pw-profiler: fix filename

* pw-profiler: use space instead of equal

* pw-dump: add page

* pw-dump: remove trailing space

* pw-pipewire, pw-dump: add pt_BR translations

* pw-dump: refine wording of first command's description

* pipewire: add missing curly bracket

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

* pipewire: replace starts with start

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

* pw-dump: refine wording

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

* pw-profiler: add missing backticks

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

* pipewire: fix typo

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>

* pipewire: translate placeholder

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>

* pipewire: use "the" instead of "a"

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>

* pipewire: use "o" instead of "um" in pt_BR

* pipewire: add missing curly bracket in pt_BR

* pipewire: translate "or" in pt_BR

* pipewire: remove "=" in arguments

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
2023-12-27 12:04:31 +05:30

640 B

pw-dump

Dump PipeWire's current state as JSON, including the information on nodes, devices, modules, ports, and other objects. See also: pw-mon. More information: https://docs.pipewire.org/page_man_pw-dump_1.html.

  • 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