HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

pw-mon — Monitor objects on the PipeWire instance. More information: <https://docs.pipewire.org/page_man_pw-m

Submitted by: @import:tldr-pages··
0
Viewed 0 times
thepipewirecommandmonitorpw-moncliobjectsinstance
linux

Problem

How to use the pw-mon command: Monitor objects on the PipeWire instance. More information: <https://docs.pipewire.org/page_man_pw-mon_1.html>.

Solution

pw-mon — Monitor objects on the PipeWire instance. More information: <https://docs.pipewire.org/page_man_pw-mon_1.html>.

Monitor the default PipeWire instance:
pw-mon


Monitor a specific remote instance:
pw-mon {{[-r|--remote]}} {{remote_name}}


Monitor the default instance specifying a color configuration:
pw-mon {{[-N|--color]}} {{never|always|auto}}


Display help:
pw-mon {{[-h|--help]}}

Code Snippets

Monitor the default PipeWire instance

pw-mon

Monitor a specific remote instance

pw-mon {{[-r|--remote]}} {{remote_name}}

Monitor the default instance specifying a color configuration

pw-mon {{[-N|--color]}} {{never|always|auto}}

Display help

pw-mon {{[-h|--help]}}

Context

tldr-pages: linux/pw-mon

Revisions (0)

No revisions yet.