0
votes

I'm new to jmeter and trying to upload file from one system(linux eg 10.20.30.108 is my source) to other(eg10.20.30.107 is my destination) using jmeter to perform load testing. So can anyone suggest me the way to do so?

1

1 Answers

0
votes

You can install a plugin which adds SSH Protocol Support to JMeter, as a result you will get SSH Command sampler which you will be able to use to perform file transfers across Linux machines via scp command

You can install SSH Protocol Support plugin using JMeter Plugins Manager

JMeter SSH Protocol Support