mirror of
https://github.com/aykhans/dodo.git
synced 2025-04-20 11:11:26 +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",
|
"method": "GET",
|
||||||
"url": "https://example.com",
|
"url": "https://example.com",
|
||||||
"timeout": 10000,
|
"no_proxy_check": false,
|
||||||
"dodos_count": 50,
|
"timeout": 2000,
|
||||||
|
"dodos_count": 10,
|
||||||
"request_count": 1000,
|
"request_count": 1000,
|
||||||
"params": {},
|
"params": {},
|
||||||
"headers": {},
|
"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
|
```sh
|
||||||
dodo -c /path/config.json
|
dodo -c /path/config.json
|
||||||
|
Loading…
x
Reference in New Issue
Block a user