formatting changes for utils/provision_tower_test.sh
This commit is contained in:
@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
CONC="150"
|
CONC="50"
|
||||||
REQU="150"
|
REQU="50"
|
||||||
SLEEP_SECS="400"
|
SLEEP_SECS="400"
|
||||||
|
|
||||||
BASE_URL="tower2.thezengarden.net"
|
BASE_URL="tower2.thezengarden.net"
|
||||||
@ -14,7 +14,7 @@ TOWER_PASS="redhat"
|
|||||||
|
|
||||||
|
|
||||||
printf "\n%s\n" \
|
printf "\n%s\n" \
|
||||||
"# Running test ${ITER}"
|
"# Running test - ${REQU} requests / ${CONC} concurrency"
|
||||||
ab -c "${CONC}" \
|
ab -c "${CONC}" \
|
||||||
-n ${REQU} \
|
-n ${REQU} \
|
||||||
-A ${TOWER_USER}:${TOWER_PASS} \
|
-A ${TOWER_USER}:${TOWER_PASS} \
|
||||||
|
Reference in New Issue
Block a user