mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
man: update pw-top man page
This commit is contained in:
parent
32b2377de3
commit
df98c748b4
1 changed files with 10 additions and 0 deletions
|
|
@ -87,10 +87,16 @@ WAIT
|
|||
dependencies of the node are satisfied) and when processing starts. The
|
||||
WAIT time for follower nodes is thus mostly caused by context switching.
|
||||
|
||||
A value of --- means that the node was not signaled. A value of +++
|
||||
means that the node was signaled but not awake.
|
||||
|
||||
BUSY
|
||||
The processing time is started when the node starts processing until it
|
||||
completes and wakes up the next nodes in the graph.
|
||||
|
||||
A value of --- means that the node was not started. A value of +++
|
||||
means that the node was started but did not complete.
|
||||
|
||||
W/Q
|
||||
Ratio of WAIT / QUANT.
|
||||
|
||||
|
|
@ -98,12 +104,16 @@ W/Q
|
|||
load. The running averages of the driver W/Q ratios are used as the DSP
|
||||
load in other (JACK) tools.
|
||||
|
||||
Values of --- and +++ are copied from the WAIT column.
|
||||
|
||||
B/Q
|
||||
Ratio of BUSY / QUANT
|
||||
|
||||
This is a good measure of the load of a particular driver or follower
|
||||
node.
|
||||
|
||||
Values of --- and +++ are copied from the BUSY column.
|
||||
|
||||
ERR
|
||||
Total of Xruns and Errors
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue