mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-03-28 21:16:20 +01:00
pw-top: add page (#11903)
* pw-top: add page * pw-top: update page * pw-top: add pt_BR translations * pw-top: remove additional character * pw-top: move to linux/ * pw-top: apply suggestions from code review Co-authored-by: cyqsimon <28627918+cyqsimon@users.noreply.github.com> * pw-top: fix PipeWire casing Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> * pw-top: fix PipeWire casing in pt_BR Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> * pw-top: remove help and version commands * pw-top: remove help and version commands in pt_BR --------- Co-authored-by: cyqsimon <28627918+cyqsimon@users.noreply.github.com> Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> Co-authored-by: Isaac Vicente <isaacvicentsocial@gmail.com>
This commit is contained in:
parent
d2b020b47c
commit
7e6956ed41
2 changed files with 42 additions and 0 deletions
21
pages.pt_BR/linux/pw-top.md
Normal file
21
pages.pt_BR/linux/pw-top.md
Normal file
|
@ -0,0 +1,21 @@
|
|||
# pw-top
|
||||
|
||||
> Mostra os nós e estatísticas de dispositivos PipeWire em tempo real.
|
||||
> Veja também: `pipewire`, `pw-dump`, `pw-cli`, `pw-profiler`.
|
||||
> Mais informações: <https://docs.pipewire.org/page_man_pw-top_1.html>.
|
||||
|
||||
- Mostra uma visualização interativa de nós e dispositivos PipeWire:
|
||||
|
||||
`pw-top`
|
||||
|
||||
- Monitora uma instância remota:
|
||||
|
||||
`pw-top --remote {{nome_do_remoto}}`
|
||||
|
||||
- Imprime as informações várias vezes em vez de executar em modo interativo:
|
||||
|
||||
`pw-top --batch-mode`
|
||||
|
||||
- Imprime informações um número específico de vezes:
|
||||
|
||||
`pw-top --batch-mode --iterations {{3}}`
|
21
pages/linux/pw-top.md
Normal file
21
pages/linux/pw-top.md
Normal file
|
@ -0,0 +1,21 @@
|
|||
# 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}}`
|
Loading…
Add table
Reference in a new issue