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

24
pages.zh/common/iperf3.md Normal file
View File

@@ -0,0 +1,24 @@
# iperf3
> 用于测试网络带宽的流量生成器。
> 更多信息:<https://iperf.fr>。
- 作为服务器运行 iperf3
`iperf3 -s`
- 在特定端口上运行 iperf3 服务器:
`iperf3 -s -p {{port}}`
- 开始带宽测试:
`iperf3 -c {{server}}`
- 在多个并行流中运行 iperf3
`iperf3 -c {{server}} -P {{streams}}`
- 反向测试方向。服务器向客户端发送数据:
`iperf3 -c {{server}} -R`