mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-04 21:55:42 +00:00
Update cheatsheets
This commit is contained in:
26
linux/pw-top
Normal file
26
linux/pw-top
Normal file
@@ -0,0 +1,26 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# pw-top
|
||||
|
||||
> View the PipeWire nodes and devices statistics in real-time.
|
||||
> See also: `pipewire`, `pw-dump`, `pw-cli`, `pw-profiler`.
|
||||
> More information: <https://docs.pipewire.org/page_man_pw-top_1.html>.
|
||||
|
||||
- Display an interactive view of PipeWire nodes and devices:
|
||||
|
||||
`pw-top`
|
||||
|
||||
- Monitor a remote instance:
|
||||
|
||||
`pw-top --remote {{remote_name}}`
|
||||
|
||||
- Print information periodically instead of running in interactive mode:
|
||||
|
||||
`pw-top --batch-mode`
|
||||
|
||||
- Print information periodically for a specific number of times:
|
||||
|
||||
`pw-top --batch-mode --iterations {{3}}`
|
||||
Reference in New Issue
Block a user