Submit and vote on feature ideas.

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
kris_moore Posts: 1

how do i start the loadtest server on a linux machine?

Comments

  • Sergei
    Sergei Posts: 34

    Run the loadtest script in the SOAtest/LoadTest installation directory like so:

    [devtest@citools 9.10]$ sh ./loadtest -loadtestserver
    ...
    Server is ready on port 8189

    To start it on a specific port add the port number argument:
    sh ./loadtest -loadtestserver 12345
    ...
    Server is ready on port 12345