How to get the Avg response time (non-aggregated) from locust after each request? #3015
Unanswered
xuan-cao-swi
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I got the summary stats like below by executing
locust --headless -u 1 --host http://0.0.0.0:8002
How do I get the stats like Avg for each request sent?
I tried the
stats_entry = RequestStats.get(name, request_type)
, butRequestStats.get
always throw error likeTypeError: RequestStats.get() missing 1 required positional argument: 'method'
Here is my locustfile.py
Beta Was this translation helpful? Give feedback.
All reactions