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
|
dependencies of the node are satisfied) and when processing starts. The
|
||||||
WAIT time for follower nodes is thus mostly caused by context switching.
|
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
|
BUSY
|
||||||
The processing time is started when the node starts processing until it
|
The processing time is started when the node starts processing until it
|
||||||
completes and wakes up the next nodes in the graph.
|
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
|
W/Q
|
||||||
Ratio of WAIT / QUANT.
|
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. The running averages of the driver W/Q ratios are used as the DSP
|
||||||
load in other (JACK) tools.
|
load in other (JACK) tools.
|
||||||
|
|
||||||
|
Values of --- and +++ are copied from the WAIT column.
|
||||||
|
|
||||||
B/Q
|
B/Q
|
||||||
Ratio of BUSY / QUANT
|
Ratio of BUSY / QUANT
|
||||||
|
|
||||||
This is a good measure of the load of a particular driver or follower
|
This is a good measure of the load of a particular driver or follower
|
||||||
node.
|
node.
|
||||||
|
|
||||||
|
Values of --- and +++ are copied from the BUSY column.
|
||||||
|
|
||||||
ERR
|
ERR
|
||||||
Total of Xruns and Errors
|
Total of Xruns and Errors
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue