We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Testing the client can be done via Locust script.
The Locust script can be started using: locust -H <targetAddress:port> -f <Locust script>
locust -H <targetAddress:port> -f <Locust script>
E.g.locust -H http://localhost:8080 -f ClientRequestTester.py
locust -H http://localhost:8080 -f ClientRequestTester.py