mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-02 18:54:48 +00:00
Update cheatsheets
This commit is contained in:
@@ -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}}`
|
||||
|
||||
Reference in New Issue
Block a user