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.
Asked
Active
Viewed 58 times
0
-
Post your logs and .jmx – pabrams Mar 12 '23 at 08:35
1 Answers
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:
- Follow JMeter Best Practices
- 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
- 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