X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=blobdiff_plain;f=tools%2FperfTest.sh;h=12e5f99fba81e49b4d6d84b35ad3aada102dad95;hp=ba7b27537fd40b96407582ed548bc112678f4668;hb=069ae085ad8e635055e7e126723e8994a779c722;hpb=0deae25a7f9ee4d9bdb8072de8bb13347d16344e diff --git a/tools/perfTest.sh b/tools/perfTest.sh index ba7b27537f..12e5f99fba 100644 --- a/tools/perfTest.sh +++ b/tools/perfTest.sh @@ -34,11 +34,11 @@ # 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() {