common/l*: add Korean translation (#14665)

This commit is contained in:
코드싸이
2024-11-07 09:27:55 +09:00
committed by GitHub
parent feb91d75ea
commit ef281bb658
103 changed files with 2279 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
# loadtest
> 선택한 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}}`