You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@jmeter.apache.org by Srinivasa Tekkatte Shenoy <ts...@mimos.my> on 2015/02/25 11:36:24 UTC

Server operations Steps execution

Hi,

I would like to perform the following steps in the Jmeter.

1.       Connect to a Linux server using putty/winscp etc..

2.       Upload a file from my system to the linux server

3.       Execute few linux command on the server
Kindly let me know the high levels steps(sampler) in JMeter to do it.

Regards
Shenoy

________________________________
DISCLAIMER:


This e-mail (including any attachments) is for the addressee(s) only and may be confidential, especially as regards personal data. If you are not the intended recipient, please note that any dealing, review, distribution, printing, copying or use of this e-mail is strictly prohibited. If you have received this email in error, please notify the sender immediately and delete the original message (including any attachments).


MIMOS Berhad is a research and development institution under the purview of the Malaysian Ministry of Science, Technology and Innovation. Opinions, conclusions and other information in this e-mail that do not relate to the official business of MIMOS Berhad and/or its subsidiaries shall be understood as neither given nor endorsed by MIMOS Berhad and/or its subsidiaries and neither MIMOS Berhad nor its subsidiaries accepts responsibility for the same. All liability arising from or in connection with computer viruses and/or corrupted e-mails is excluded to the fullest extent permitted by law.


------------------------------------------------------------------
-
-
DISCLAIMER: 

This e-mail (including any attachments) is for the addressee(s) 
only and may contain confidential information. If you are not the 
intended recipient, please note that any dealing, review, 
distribution, printing, copying or use of this e-mail is strictly 
prohibited. If you have received this email in error, please notify 
the sender  immediately and delete the original message. 
MIMOS Berhad is a research and development institution under 
the purview of the Malaysian Ministry of Science, Technology and 
Innovation. Opinions, conclusions and other information in this e-
mail that do not relate to the official business of MIMOS Berhad 
and/or its subsidiaries shall be understood as neither given nor 
endorsed by MIMOS Berhad and/or its subsidiaries and neither 
MIMOS Berhad nor its subsidiaries accepts responsibility for the 
same. All liability arising from or in connection with computer 
viruses and/or corrupted e-mails is excluded to the fullest extent 
permitted by law.


Re: Server operations Steps execution

Posted by Flavio Cysne <fl...@gmail.com>.
What do you want to accomplish with these commands? Are these commands
executed sequentially or could them execute separeted?

If running them grouped, you could do as below.

1. Create a bash script to execute all your commands.

2. Use an OS Process Sampler, from JMeter-Plugins' package, to execute this
bash script.

I'm assuming that you need to execute these commands via telnet client, as
your first step is using putty/winscp.

You could use an OS Processo Sampler for each command instead of grouping
them in a bash script, if they not depend on each other.