--- recepies/web/stress-test-http.sh 2009/05/11 22:20:02 53 +++ recepies/web/stress-test-http.sh 2009/05/12 15:51:08 54 @@ -1,2 +1,2 @@ url='http://10.60.0.17:81/cgi-bin/koha/opac-search.pl?idx=&q=' -cat /usr/share/dict/words | grep '^[a-z]$' | xargs -i time wget -O /dev/null $url{} +cat /usr/share/dict/words | grep '^[a-z]*$' | xargs -i time wget -O /dev/null $url{}