add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

21
pages.zh/linux/pw-top.md Normal file
View File

@@ -0,0 +1,21 @@
# pw-top
> 实时查看 PipeWire 节点和设备统计信息。
> 另请参阅: `pipewire`, `pw-dump`, `pw-cli`, `pw-profiler`。
> 更多信息: <https://docs.pipewire.org/page_man_pw-top_1.html>。
- 显示 PipeWire 节点和设备的交互式视图:
`pw-top`
- 监控远程实例:
`pw-top --remote {{remote_name}}`
- 定期打印信息,而不是以交互模式运行:
`pw-top --batch-mode`
- 定期打印信息,指定次数:
`pw-top --batch-mode --iterations {{3}}`