Jmeter Integration with Octopus

Hi Pradeep,

Hope you are doing good.

When you trying to execute the JMeter scripts from Octopus makes sure that JMeter is installed in the octopus server machine. I am assuming you are taking care of script path and required prerequisites.

Regards,
Raju Chandriker

Thanks RChandriker for inputs, I will install JMETER on Octopus server machine.
Do I need to install JMETER on App Server as well ?

And how to call .JMX from Octopus, is there any plugin or some custom method?

BR,
Pradeep Tiwari

Hi Pardeep,

No need to install on App server.

You can use PowerShell script to call the .jmx file and it will trigger the test.

Regards,
Raju Chandriker

Thanks for quick reply RajuChandiker
Let me try to install the Jmeter 1st on Octopus, as we are not administrator so need to go via ticket process.
Will update once setup done on Octopus server box.
What are the pre-requisite, about path and all ?

Regards,
Pradeep

Thanks @rajuchandriker!

Hi Pradeep,

You need to mention the required .jmx file and required supporting file like .csv path in PowerShell script.

Octopus is having inbuilt capability of PowerShell so you can trigger the test from pipeline.

Note: Running the load test on octopus server may impact other functionalities of octopus.

Regards,
Raju Chandriker

1 Like

Really appreciate your help on this @rajuchandriker :slight_smile:

1 Like

Thanks for prompt reply Rajuchandikerā€¦

Will update you once we are done .

Thanks again for help.

Regards,
Pradeep

1 Like