mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
Update man/pw-top.1.rst.in
This commit is contained in:
parent
1647c169b2
commit
eec017f245
1 changed files with 82 additions and 0 deletions
82
man/pw-top.1.rst.in
Normal file
82
man/pw-top.1.rst.in
Normal file
|
|
@ -0,0 +1,82 @@
|
||||||
|
pw-top
|
||||||
|
######
|
||||||
|
|
||||||
|
---------------------------
|
||||||
|
The PipeWire process viewer
|
||||||
|
---------------------------
|
||||||
|
|
||||||
|
:Manual section: 1
|
||||||
|
:Manual group: General Commands Manual
|
||||||
|
|
||||||
|
SYNOPSIS
|
||||||
|
========
|
||||||
|
|
||||||
|
| **pw-top** [*options*]
|
||||||
|
|
||||||
|
DESCRIPTION
|
||||||
|
===========
|
||||||
|
|
||||||
|
The *pw-top* program provides a dynamic real-time view of the pipewire
|
||||||
|
node and device statistics.
|
||||||
|
|
||||||
|
The columns presented are as follows:
|
||||||
|
|
||||||
|
S
|
||||||
|
Measurement status.
|
||||||
|
! representing inactive - no connections
|
||||||
|
|
||||||
|
Blank representing active
|
||||||
|
|
||||||
|
ID
|
||||||
|
The ID of the pipewire node/device, as found in *pw-dump*
|
||||||
|
|
||||||
|
QUANT
|
||||||
|
Current quantum at which the device/node is polled.
|
||||||
|
See https://gitlab.freedesktop.org/pipewire/pipewire/-/wikis/FAQ#pipewire-buffering-explained
|
||||||
|
|
||||||
|
RATE
|
||||||
|
Sample rate used for communicating with this device/node.
|
||||||
|
|
||||||
|
WAIT
|
||||||
|
|
||||||
|
BUSY
|
||||||
|
|
||||||
|
W/Q
|
||||||
|
Ratio of WAIT / QUANT.
|
||||||
|
|
||||||
|
B/Q
|
||||||
|
Ratio of BUSY / QUANT
|
||||||
|
|
||||||
|
ERR
|
||||||
|
Total of Xruns and Errors
|
||||||
|
|
||||||
|
NAME
|
||||||
|
Name assigned to the device/node, as found in *pw-dump* node.name
|
||||||
|
|
||||||
|
Names are prefixed by *+* when they are linked to a driver (entry above with no +)
|
||||||
|
|
||||||
|
|
||||||
|
OPTIONS
|
||||||
|
=======
|
||||||
|
|
||||||
|
-h | --help
|
||||||
|
Show help.
|
||||||
|
|
||||||
|
-r | --remote=NAME
|
||||||
|
The name the *remote* instance to monitor. If left unspecified,
|
||||||
|
a connection is made to the default PipeWire instance.
|
||||||
|
|
||||||
|
--version
|
||||||
|
Show version information.
|
||||||
|
|
||||||
|
|
||||||
|
AUTHORS
|
||||||
|
=======
|
||||||
|
|
||||||
|
The PipeWire Developers <@PACKAGE_BUGREPORT@>; PipeWire is available from @PACKAGE_URL@
|
||||||
|
|
||||||
|
SEE ALSO
|
||||||
|
========
|
||||||
|
|
||||||
|
``pipewire(1)``,
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue