Created
May 21, 2013 02:19
-
-
Save kenee/5617120 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
TSUNG=/usr/local/tsung/bin/tsung | |
CONF=/data/httpd/tsung/etc/test.d.xml | |
LOG=/data/httpd/tsung/log | |
/usr/bin/screen -d -m $TSUNG -f $CONF -l $LOG start |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment