mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
tools: add c key to reset ERR counters
Reset the ERR counters when pressing the c key. This only makes the current pw-top start counting from 0 again, it does not change anything globally on the server. It's still usefull because you can use it to let it count the number of new errors since the keypress.
This commit is contained in:
parent
8d3cb2cd84
commit
2ea8d3430c
2 changed files with 31 additions and 4 deletions
|
|
@ -177,6 +177,16 @@ Names are prefixed by *+* when they are linked to a driver (entry
|
|||
above with no +)
|
||||
\endparblock
|
||||
|
||||
# COMMANDS
|
||||
|
||||
The following keys can be used in the interactive mode:
|
||||
|
||||
\par q
|
||||
Quit
|
||||
|
||||
\par c
|
||||
Clear the ERR counters. This does *not* clear the counters globally,
|
||||
it will only reset the counters in this instance of *pw-top*.
|
||||
|
||||
# OPTIONS
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue