Prakash R
Prakash R

Reputation: 119

What is the configuration for JMeter Setup

We have requirement, Have to run with 8000 concurrent users with 3 seconds of duration. We are dealing with healthcare domain, For this scenario what is the machine configuration we need to set in JMeter test execution machine using Distributed Testing?

Upvotes: 0

Views: 63

Answers (1)

Dmitri T
Dmitri T

Reputation: 168157

We don't know. It depends on many factors like:

The recommended actions are:

  1. Make sure you're following JMeter Best Practices
  2. Make sure to monitor the baseline health metrics on the machine where JMeter is running as if JMeter lacks essential resources like CPU, RAM, Network, Disk, etc. - it will not be able to send requests fast enough hence you will not get accurate results. If you don't have a monitoring solution in place - you can consider using JMeter PerfMon Plugin
  3. Start your test with 1 user and gradually increase the load until you reach 8000 concurrent users or resources consumption exceeds the reasonable threshold (say, 90% of maximum available capacity), whatever comes the first. If JMeter stars lacking resources and you haven't reached 8000 users - mention how many users were online using i.e. Active Threads Over Time listener - this is how many users you can simulate using particular this machine for particular this test. This should give you understanding how many machines you will need for the Distributed Testing.

More information: What’s the Max Number of Users You Can Test on JMeter?

Upvotes: 1

Related Questions