0

My jmeter tests abruptly terminated and the timings were random. It’s exactly same as below issue. We have checked all the throughput shaping timer durations and they are fine. Can someone suggest me solution for below. We are running these tests through Linux.

Why threads are dropped off from jmeter test?

POTL12345
  • 19
  • 4

1 Answers1

0

In case if "It’s exactly same as below issue" you need to follow steps from the exactly same as below answer.

The "tests abruptly terminated and the timings were random" most probably indicates that your JMeter load generator is overloaded and cannot conduct the required load.

Make sure to:

  1. Follow JMeter Best Practices
  2. Ensure that JMeter machine has enough headroom to operate in terms of CPU, RAM, Network, Disk, etc. It can be done using JMeter PerfMon Plugin
  3. If one machine is not enough for creating the required load you might need to consider JMeter Distributed Testing
Dmitri T
  • 159,985
  • 5
  • 83
  • 133