0
votes

I have installed Jmeter on ubuntu 14.0.4 but I am not able to see OS Process sampler in samplers list. Could you please let me know how to get OS process sampler for jmeter in ubuntu ?

I need to run shell script. I am doing this using ssh command sampler but in this we need to provide username,password and hostname to execute shell script but I do not want to pass this information.

Please help.

1

1 Answers

0
votes

If you installed JMeter using package manager, the distribution may contain lesser number of plugins, maybe your Linux distribution maintainers have decided not to include the OS Process Sampler into it.

The solutions are in:

  1. Manually download the latest version of JMeter and unpack it somewhere. Make sure you run it as ./jmeter from its "bin" folder and not as jmeter in order to be sure that you are running the new version
  2. You install the missing plugins using JMeter Plugins Manager

    JMeter Plugins Manager OS Process Support