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