-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The "RPS" generated by locust is much fewer #236
Comments
Hi @odidev. Thank you for the feedback. |
Hi @arey , Deployed spring-petclinic on AWS Arm64 instances using Docker, I have successfully built the images locally for arm64 by executing Cloud: AWS I deployed the spring-petclinic on I’m not using any APM tools while load testing. Could you please share some pointers to increase rps? Let me know if you need any other information. |
@arey, could you please share your feedback regarding the above issue. |
Hi @odidev The The 3 microservices |
Hi @arey , As per your suggestion, I have added the replicas for the 3 microservices If I add replicas to Previously, it was supporting upto 160 users after adding replicas it is not able to support 100 users. I also tested for 50 users, but it still shows 3 to 5 failures. Logs of load testing for 160 users after adding replicas: |
@arey, could you please share your feedback regarding the above issue. |
@odidev, Could you share the locust.py? I am testing Observability services using spring-petclinic service, and looking for loadtesting service to create enough traffic. |
Thank you @odidev for your new test. In order to identify the source of the errors, I'll need the logs. Did you keep them? At the same time, although it's practical on the dev station, I'm not sure that |
@arey, I performed load testing on a HTTP interface with locust and found that the 'RPS' generated by locust is very less.
Details of load testing:
The
api/customer/owners
,api/customer/owners/pets
andapi/customer/pettypes
APIs are taking more time to response for the given requests (get and post) while load testing using locust. As the average response time for the APIs is greater than expected, it shows decreased RPS.Above
160 users
the RPS value decreases and it shows failures.Could you please share some pointers for the same? Let me know if you need any other information.
The text was updated successfully, but these errors were encountered: