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,16 @@
# 负载测试
> 对选定的 HTTP 或 WebSockets URL 进行负载测试。
> 更多信息:<https://github.com/alexfernandez/loadtest>。
- 使用并发用户和每秒指定请求数量运行:
`loadtest --concurrency {{10}} --rps {{200}} {{https://example.com}}`
- 使用自定义 HTTP 头运行:
`loadtest --headers "{{accept:text/plain;text-html}}" {{https://example.com}}`
- 使用特定的 HTTP 方法运行:
`loadtest --method {{GET}} {{https://example.com}}`