RE: Why two jmeter executables for Linux?

2021-12-20 Thread Kieran Lynch
The shell scripts are wrappers for the /bin/jmeter script and call that file on the last line. The jmeter script includes some extra JVM options for heap sizing / GC etc - although if you want to change these you should be setting them in /bin/setenv.sh (or don't, I won't tell anyone). With

Re: Why two jmeter executables for Linux?

2021-12-20 Thread Hayden
I believe it is documented here,: https://jmeter.apache.org/usermanual/component_reference.html#HTTP_Mirror_Server > The HTTP Mirror Server is a very simple HTTP server - it simply mirrors the data sent to it. This is useful for checking the content of HTTP requests. Hayden On 12/20/2021

Why two jmeter executables for Linux?

2021-12-20 Thread Tong Sun
Hi, Why two pairs of jmeter executables for Linux? E.g., jmeter/bin/jmeter vs jmeter/bin/jmeter.sh or jmeter/bin/mirror-server vs jmeter/bin/mirror-server.sh I took a look at jmeter/bin/jmeter vs jmeter/bin/jmeter.sh and found them quite similar. What's the point of proving two almost