Reputation: 1217
When we check the http request with the Jmeter with 1000 user , we got the response from the server with out fail.
But if the use access the web application with the 20 users, application not loading. Some of the users get
this site can't be reached error
.
Can anyone suggest me for this issue.
Is there any tool is available to check UI load test like the Jmeter.
Note: We had developed our application with spring
Upvotes: 0
Views: 360
Reputation: 4632
Jmeter is the best tool for load testing. Sounds like you are having performance problem when user logins to system. In that case you should use monitoring tools to find the bottleneck. Most probably you are having very slow queries from database.
There are more then one solution in spring monitoring. I used spring boot admin and prometheus. Here is a nice article shows more tools
Upvotes: 1