Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to install and use the JMeter plugin "Standard Set"

Hi I have downloaded the Standard Set from the JMeter plugin site.

I installed it as it says here: http://jmeter-plugins.org/wiki/PluginInstall/

The problem is that I don't get to see any option in the Listener Menu that let me add a new Graphs Generator Listener as described here:

http://jmeter-plugins.org/wiki/GraphsGeneratorListener/

I need to create a Transactions per Second graph , but I don't know how to do it. I really appreciate if you could help me out.

Thanks in advance.

like image 927
Axel Avatar asked Sep 16 '14 17:09

Axel


1 Answers

If you do not see the extra elements in the menu, there is something wrong with your jmeter-plugins installation.

Make sure you unpacked the zip in the folder above 'bin', that is not clear in the instructions.

At the same folder level as 'bin' there should also be a 'lib', and beneath this, 'ext'.

Check that the 'ext' folder contains the jmeter plugin jar and other support files.

it should look like this:

|-apache-jmeter-2.11
| |-bin
| | |-jmeter.bat
| | |-ApacheJMeter.jar
| | |-...
| |-lib
| | |-ext
| | | |-JMeterPlugin-Standard.jar
| | | |-...
| | |-...
| |-...
|-...

Make sure you restart jmeter after moving these files. If you have the jar in the right place, the extensions will be loaded and available from menu options.

like image 100
CharlieS Avatar answered Oct 15 '22 04:10

CharlieS