tsung使用指南

tsung版本: 1.5.0
OS:CentOS release 6.4 (Final)
安装略过,使用tsung命令查看使用帮助

$ tsung
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 10 sec)
    -v            print version information and exit
    -6            use IPv6 for Tsung internal communications
    -h            display this help and exit

使用tsung -f tsung.xml start就可以启动tsung,其中tusng.xml是tsung的压力测试配置文件,如果省略-f参数,则默认的测试文件是~/.tsung/tsung.xml

你可能感兴趣的:(tsung使用指南)