]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - tools/perfTest.sh
"Update Booster" fertiggestellt und getestet.
[people/pmueller/ipfire-2.x.git] / tools / perfTest.sh
index ba7b27537fd40b96407582ed548bc112678f4668..12e5f99fba81e49b4d6d84b35ad3aada102dad95 100644 (file)
 # something around 5 seconds for the entire test.
 #
 ## Basic settings
-CGI_HOST=192.168.0.100
+CGI_HOST=$1
 CGI_PORT=444
 CGI_URL="https://$CGI_HOST:$CGI_PORT/cgi-bin"
 USER=admin
-PASS=test
+PASS=ipfire
 CMD="wget -q -O /dev/null --http-user=$USER --http-passwd=$PASS"
 
 doTest() {