Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/amilkr/shang_tsung

A DSL and web wrapper for Tsung
https://github.com/amilkr/shang_tsung

Last synced: 28 days ago
JSON representation

A DSL and web wrapper for Tsung

Awesome Lists containing this project

README

        

![shang-tsung](priv/static/images/logo.png)

# ShangTsung

_A DSL and web wrapper for [Tsung](http://tsung.erlang-projects.org/user_manual/introduction.html)_

## Introduction

TODO

## Try it yourself

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`](http://localhost:4000) from your browser.