apache / jmeter

Apache JMeter open-source load testing tool for analyzing and measuring the performance of a variety of services
https://jmeter.apache.org/
Apache License 2.0
8.23k stars 2.08k forks source link

When in low memory, threads become almost sequential and many errors occur #6305

Open Yadoon opened 2 months ago

Yadoon commented 2 months ago

Expected behavior

image this is my heap config : "${HEAP:="-Xms5g -Xmx5g -XX:MaxMetaspaceSize=1024m"}" This memory and CPU look very normal image this is part of runtime log image

Actual behavior

I want to know why I behave strangely under high pressure and if it can be resolved image image

Steps to reproduce the problem

there are my plugins image

JMeter Version

5.4.1

Java Version

java version "1.8.0_144" Java(TM) SE Runtime Environment (build 1.8.0_144-b01) Java HotSpot(TM) 64-Bit Server VM (build 25.144-b01, mixed mode)

OS Version

centos7

FSchumacher commented 1 month ago

It is hard to tell what exactly causes your problems. There are many things involved, which could go wrong. A few suggestions to look at: