A DSL and web wrapper for Tsung
TODO
Shang Tsung is a phoenix application (I'm considering removing Phoenix and keeping only Plug). To get it running in your dev machine, you have to follow the regular steps to run phoenix apps.
The only special consideration is that Shang Tsung needs an specific node name in order to keep running
after Tsung finishes the load test: tsung_controller@...
.
$ git clone [email protected]:amilkr/shang-tsung.git
$ cd shang-tsung
$ mix deps.get
$ cd assets && npm install && cd -
$ iex --name "[email protected]" -S mix phx.server
Now you can visit localhost:4000
from your browser.