LinuxCommandLibrary

pw-mon

TLDR

Monitor the default PipeWire instance

$ pw-mon
copy
Monitor a specific remote instance
$ pw-mon -r remote_name
copy
Monitor with specific color configuration
$ pw-mon -N never
copy
Display help
$ pw-mon -h
copy

SYNOPSIS

pw-mon [options]

DESCRIPTION

pw-mon monitors objects on a PipeWire instance in real-time. It displays information about nodes, ports, links, and other graph objects as they are created, modified, or destroyed.
This tool is useful for debugging audio routing, observing device connections, and understanding PipeWire's internal state during runtime.

PARAMETERS

-r, --remote name

Connect to a specific remote PipeWire instance
-N, --color mode
Color output mode: never, always, or auto
-h, --help
Display help message

CAVEATS

Output can be verbose on systems with many audio devices and applications. Consider piping output through filtering tools for specific monitoring tasks.

HISTORY

Part of PipeWire, the modern multimedia framework for Linux. Provides real-time visibility into the PipeWire graph for debugging and monitoring purposes.

SEE ALSO

Copied to clipboard