2

Dummy sampler is not present in JMeter version 4.0enter image description here

Ori Marko
  • 56,308
  • 23
  • 131
  • 233

2 Answers2

1

Every JMeter version you need to reinstall JMeter's PluginsManager

Download the Plugins Manager JAR file and put it into JMeter's lib/ext directory. Then start JMeter and go to "Options" menu to access the Plugins Manager.

Ori Marko
  • 56,308
  • 23
  • 131
  • 233
0
  1. Dummy Sampler is not a part of JMeter bundle, it's being provided as a plugin. In order to transfer Dummy Sampler plugin from the previous JMeter installation you need to locate jmeter-plugins-dummy-x.x.jar file from the lib/ext folder to the lib/ext folder of the new JMeter installation. JMeter restart will be required to pick the plugin up.

  2. If you don't have access to the previous JMeter installation you can download the Dummy Sampler from JMeter Plugins website

  3. Be aware that the recommended way of installing JMeter plugins and keeping them up to date is using JMeter Plugins Manager

  4. And last but not the least, according to JMeter Best Practices you should always be using the latest version of JMeter so consider upgrading to JMeter 5.0 (or whatever the latest version is available at JMeter Downloads page) on next available opportunity.

Dmitri T
  • 159,985
  • 5
  • 83
  • 133