moodlehq / moodle-performance-comparison

Set of shell scripts to run Moodle performance tests using different hardware and configurations and compare results.
GNU General Public License v2.0
76 stars 40 forks source link

-Jbeanshell.listener.init=recorderfunctions.bsf: command not found #71

Open andisugandi opened 3 years ago

andisugandi commented 3 years ago

Hello all,

My environment:

JMeter: Version 5.4.1 java.version=1.8.0_292 java.vm.name=OpenJDK 64-Bit Server VM os.name=Linux os.arch=amd64 os.version=4.18.0-305.el8.x86_64 Max memory =68719476736


After running:

$ ./test_runner.sh Group1 Run1

The end result:

summary =  90000 in 12:30:00 =    2.0/s Avg: 19408 Min:    30 Max: 261061 Err: 14945 (16.61%)
Tidying up ...    @ Mon Jun 14 12:45:38 WIB 2021 (1623649538374)
... end of run
./test_runner.sh: line 168: -Jbeanshell.listener.init=recorderfunctions.bsf: command not found
Error: Jmeter

Why is it said Jbeanshell.listener.init=recorderfunctions.bsf: command not found and return: Error: Jmeter ?

What do you suggest?

Thank you in advance.

stronk7 commented 3 years ago

Hi @andisugandi ,

can you please try with older Jmeter version? This is actively being used with JMeter 2.9 (and 2.11). I'll keep this open to see which problems are happening with newer versions, but it would be great to know if using older versions is a valid workaround for you.

Link: https://archive.apache.org/dist/jmeter/binaries/

Ciao :-)