Reputation: 11
I want to do the load testing using JMeter. I want to give load 24k users at time that is bit difficult because i am getting heap size error and JMeter is not responding could you please suggest how to do the master and slave configuration along with influx dB and Grafana setup.
I want to know that how to analyze the load testing test result means what are the factors i need to analyze and conclude the result .
how to check Server side monitorization ?
Upvotes: 0
Views: 157
Reputation: 168092
please suggest how to do the master and slave configuration along with influx dB and Grafana setup
There are no extra steps required
remote_hosts
property in user.properties fileI want to know that how to analyze the load testing test result means what are the factors i need to analyze and conclude the result
it depends on the nature of the application you're testing, mainly people are correlating increasing load with increasing throughput and if the load increases and the throughput remains the same or goes down it indicates a performance problem. Make sure to understand what each metric listed under JMeter Glossary means
how to check Server side monitorization
ask around, there could be something implemented already and you can just add this information to your Grafana dashboard. If not - you can use JMeter PerfMon Plugin or SSHMon Samples Collector for this.
Upvotes: 0