📚 Update docs

This commit is contained in:
Aykhan Shahsuvarov 2024-11-23 16:13:38 +04:00
parent ede74c17b2
commit 9c5d7bf135

View File

@ -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