Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/amilkr/shang_tsung
- Owner: amilkr
- Created: 2015-05-18T21:50:57.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-10-27T10:38:00.000Z (about 6 years ago)
- Last Synced: 2024-08-04T02:08:01.146Z (4 months ago)
- Language: Elixir
- Homepage:
- Size: 158 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-tsung - shang_tsung - A DSL and web wrapper for Tsung. (Tools / Wrappers)
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.