tsung-docker icon indicating copy to clipboard operation
tsung-docker copied to clipboard

Docker image to run Tsung distributed load testing tool

Results 5 tsung-docker issues
Sort by recently updated
recently updated
newest added

`root@dc02 /home/kunthar # docker pull ddragosd/tsung-docker` `root@dc02 /home/kunthar/tsung_test # docker run -e "ERL_SSH_PORT=22" -p 8091:8091 -v /home/kunthar/tsung_test:/usr/local/tsung ddragosd/tsung-docker:latest -f /usr/local/tsung/mytest.xml -k start `Generating SSH2 RSA host key: [ OK ]...

Jul 20 2015 Tsung 1.6.0 is available. Web dashboard added.

Hi, I'm fairly new in the tsung and docker. and can't get how to run this image as cluster. Seems like I'm almost near the success, but somethin wrong with...

Using docker image `1.6.0`, I keep getting the following error when the stopping the test and no graphs or reports are generated. The exact same setup was working for me...

When running the Docker containers in Mesos we can't always make the assumption that Mesos Slaves would open port 21. We could export an environment variable called `ERL_SSH_PORT` and have...