ddragosd / tsung-docker

Docker image to run Tsung distributed load testing tool
Apache License 2.0
65 stars 22 forks source link

Upgrade to Tsung 1.6.0 #3

Open ddragosd opened 9 years ago

ddragosd commented 9 years ago

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

jmgarnier commented 8 years ago

Hi, I was following "single mode" instructions from https://hub.docker.com/r/ddragosd/tsung-docker/ and ran into a problem:

Usage: tsung <options> start|stop|debug|status
Options:
    -f <file>     set configuration file (default is ~/.tsung/tsung.xml)
                   (use - for standard input)
    -l <logdir>   set log directory where YYYYMMDD-HHMM dirs are created (default is ~/.tsung/log/)
    -i <id>       set controller id (default is empty)
    -r <command>  set remote connector (default is ssh)
    -s            enable erlang smp on client nodes
    -p <max>      set maximum erlang processes per vm (default is 250000)
    -m <file>     write monitoring output on this file (default is tsung.log)
                   (use - for standard output)
    -F            use long names (FQDN) for erlang nodes
    -w            warmup delay (default is 1 sec)
    -v            print

It seems that 1.6 is not installed on the current latest. I guess this is a work in progress and should follow the github project README instead of https://hub.docker.com/r/ddragosd/tsung-docker/

Thanks for sharing 😸 anyway.