Authored by Rong

add by shell

@@ -16,5 +16,5 @@ fi @@ -16,5 +16,5 @@ fi
16 basepath=$(cd `dirname $0`; pwd) 16 basepath=$(cd `dirname $0`; pwd)
17 LOG_PATH=/Data/logs/jmeter/gor.log 17 LOG_PATH=/Data/logs/jmeter/gor.log
18 18
19 -${basepath}/gor --stats --output-http-stats --input-file "$1|$2" --output-http "$3" 1>$LOG_PATH 2>&1 & 19 +${basepath}/gor --stats --output-http-stats --input-file-loop --input-file "$1|$2" --output-http "$3" 1>$LOG_PATH 2>&1 &
20 20