tsung版本: 1.5.0
OS:CentOS release 6.4 (Final)
安裝略過,使用tsung命令查看使用幫助node
$ 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.xmlbash