Update cheatsheets

This commit is contained in:
ivuorinen
2025-05-10 00:19:02 +00:00
parent 9f85bd373f
commit c39b4c5f19
53 changed files with 152 additions and 86 deletions

View File

@@ -10,7 +10,7 @@ source: https://github.com/tldr-pages/tldr.git
- Run with concurrent users and a specified amount of requests per second:
`loadtest --concurrency {{10}} --rps {{200}} {{https://example.com}}`
`loadtest {{[-c|--concurrency]}} {{10}} {{[--rps|--requestsPerSecond]}} {{200}} {{https://example.com}}`
- Run with a custom HTTP header:
@@ -18,4 +18,4 @@ source: https://github.com/tldr-pages/tldr.git
- Run with a specific HTTP method:
`loadtest --method {{GET}} {{https://example.com}}`
`loadtest {{[-m|--method]}} {{GET}} {{https://example.com}}`