Installing Plugins ManagerThe easiest way to get the plugins is to install Plugins Manager. Then you'll be able to install any other plugins just by clicking chekbox. Download plugins-manager.jar and put it into If you experience any issues with plugins installation, don't hesitate to ask at Support Forums. PerfMon AgentServerAgent does not required to be installed into JMeter directory. You should install and launch it on the target server instead. See server agent wiki page for details. Configure JMeterJTL filesBy default, JMeter do not save threads count in JTL files. If you plan to work with JMeter JTL files, you should enable it by uncommenting in
and set it to true:
This will enable correct graphs display which deal with threads after reloading the JTL file. Write Result to FileYou need to do similar configuration if you plan to use the save to file functionality in JMeter GUI. You must select "Save Active Thread Counts" in the configuration window: Click the Configure button:
And select the option:
Configure PluginsYou can configure some of the default behaviors of the plugin by editing JMETER_INSTALL_DIR/bin/user.properties file and adding the following lines at its end:
This is not mandatory, only if you want to change the default behaviors. The options drawGradient, neverDrawFinalZeroingLines, neverDrawCurrentX and useRelativeTime can also be dynamically changed with the [SettingsPanel#Tuning_the_Graphs_Plugins Settings Panel]. Old-Style Plugin SetsIf you look for old-style plugin sets up to version 1.4.0, find them in the Changelog. Installing Versions Before 1.1.1JMeter-Plugins versionы before 1.1.1 were shipped via three distribution ZIPs: 1. JMeterPlugins-x.x.x.zip - contains plugins, must be unpacked into lib/ext directory inside JMeter 1. JMeterPlugins-libs-x.x.x.zip - contains additional JARs used by JSON/HBase/Hadoop/etc plugins, must be upnacked into lib directory inside JMeter 1. ServerAgent-x.x.x.zip - contains server resource monitoring agent to use with PerfMon Metrics Collector plugin, standalone utility Installing Versions Before 1.0.0To install the JMeter Plugins, you simply have to copy the JMeterPlugins.jar file from JMeterPlugins-VERSION.zip inside JMETER_INSTALL_DIR/lib/ext. Now you can restart your JMeter and see jp@gc-prefixed plugins in menus. If you plan to use the Servers Monitoring Listener, you must also install the server agent on all servers as described here. |
On this page:
|