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

Axel picture Axel · Sep 16, 2014 · Viewed 16.1k times · Source

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.

Answer

CharlieS picture CharlieS · Oct 15, 2014

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.