mirror of
https://github.com/XRPLF/clio.git
synced 2025-12-06 17:27:58 +00:00
11 lines
567 B
Markdown
11 lines
567 B
Markdown
# 🔫 Requests gun
|
|
|
|
Requests gun is a simple tool that allows you to send multiple requests to a server with specific rps (requests per second) rate.
|
|
This tool is useful for testing the server behaviour under a specific load.
|
|
It takes a file that contains json request per line and sends them to the server in a loop with the specified rps rate.
|
|
|
|
The tool checks http status code of each request and whether the response body contains field 'error' or not.
|
|
It prints statistics for each second while running.
|
|
|
|
Run `requests_gun --help` to see the available options.
|