count drives by type, ignoring serial number
[sysadmin-cookbook] / recepies / web / stress-test-http.sh
1 url='http://10.60.0.17:81/cgi-bin/koha/opac-search.pl?idx=&q='
2 cat /usr/share/dict/words | grep '^[a-z]*$' | xargs -i time wget -O /dev/null $url{}