mirror of
https://github.com/aykhans/dodo.git
synced 2025-04-16 09:53:12 +00:00
📚 Update docs
This commit is contained in:
parent
ede74c17b2
commit
9c5d7bf135
@ -58,8 +58,9 @@ You can find an example config structure in the [config.json](https://github.com
|
||||
{
|
||||
"method": "GET",
|
||||
"url": "https://example.com",
|
||||
"timeout": 10000,
|
||||
"dodos_count": 50,
|
||||
"no_proxy_check": false,
|
||||
"timeout": 2000,
|
||||
"dodos_count": 10,
|
||||
"request_count": 1000,
|
||||
"params": {},
|
||||
"headers": {},
|
||||
@ -77,7 +78,7 @@ You can find an example config structure in the [config.json](https://github.com
|
||||
]
|
||||
}
|
||||
```
|
||||
Send 1000 GET requests to https://example.com with 5 parallel dodos (threads) and a timeout of 10000 milliseconds:
|
||||
Send 1000 GET requests to https://example.com with 10 parallel dodos (threads) and a timeout of 2000 milliseconds:
|
||||
|
||||
```sh
|
||||
dodo -c /path/config.json
|
||||
|
Loading…
x
Reference in New Issue
Block a user