From e421d794d7c53771e309003506520d33bffbb724 Mon Sep 17 00:00:00 2001
From: Felix Schumacher JMeter 5.5 ships with log4j2 2.17.2 New component: Open Model Thread Group
allows creating load profiles with variable load.
Thread Group + Timer
combinations. However, then you need to compute
the expected number of threads, ensure they are created only when needed, and so on.
-With Open Model Thread Group
you can configure the same load profile as rate(0/sec) random_arrivals(1 minute) rate(10/sec)
.
+
With Open Model Thread Group
you can configure the same load profile as rate(0/sec) random_arrivals(1 minute) rate(10/sec)
.
The thread group would spawn threads as needed to drive the configured load.
The load profile can use properties, so you can launch the same script with slightly different load levels,
however, the profile can't be updated while the test is running.
@@ -80,6 +82,8 @@ however, the profile can't be updated while the test is running.
The new thread group is experimental in JMeter 5.5, so please feel free to submit your feedback.
Another experimental feature in JMeter 5.5 is the ability to replace the Oro based Regex implementation
by the built-in Java based one. To choose the Java based one, set the JMeter property jmeter.regex.engine
to the value java
.