Welcome to the new Parasoft forums! We hope you will enjoy the site and try out some of the new features, like sharing an idea you may have for one of our products or following a category.
LoadTest How to create master /slave with linux
kris_moore
Posts: 1 ✭
in Load Test
how do i start the loadtest server on a linux machine?
0
Comments
-
Run the loadtest script in the SOAtest/LoadTest installation directory like so:
[devtest@citools 9.10]$ sh ./loadtest -loadtestserver
...
Server is ready on port 8189To start it on a specific port add the port number argument:
sh ./loadtest -loadtestserver 12345
...
Server is ready on port 123450