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

View File

@@ -0,0 +1,21 @@
# netperf
> `netperf` 的客户端命令,基准测试应用程序,用于测量网络吞吐量。类似于 `iperf`。
> 另请参见:`netserver`,用于服务器端命令。
> 更多信息:<https://hewlettpackard.github.io/netperf/doc/netperf.html#Global-Command_002dline-Options>。
- 通过默认端口12865连接到特定 IP 地址的服务器:
`netperf {{address}}`
- 指定 [p]ort
`netperf {{address}} -p {{port}}`
- 指定采样 [l]ength以秒为单位默认值为 10
`netperf {{address}} -l {{seconds}}`
- 强制使用 IPv[4] 或 IPv[6]
`netperf {{address}} -{{4|6}}`