Skip to content

Instantly share code, notes, and snippets.

@kenee
Created May 21, 2013 02:19
Show Gist options
  • Save kenee/5617120 to your computer and use it in GitHub Desktop.
Save kenee/5617120 to your computer and use it in GitHub Desktop.
#!/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