Load generator without frontend service #762
Closed
sudhirkumar05
started this conversation in
General
Replies: 1 comment
-
Your command to start locust is incorrect. Really if you set all the environment variables, you don't need any of the arguments, but this argument is your issue:
-H is equivalent to LOCUST_HOST and thus should be set to the frontend
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to start load generator without the frontend service(headless) but getting 404 error. Can any one guide me how to run the load generator headless.
These are the steps i followed
locust -f locustfile.py -H http://localhost:4318/v1/traces --headless -u 100 -r 5
. Please note that if i use some other url with -H option i get an errorNo connection adapters were found for 'frontend:8080/
from the collector sideBeta Was this translation helpful? Give feedback.
All reactions