i=0; while true; do let i=$i+1; curl -H “Pragma: no-cache” -H “Cache-Control: no-cache” -I -x proxy_host:proxy_port http://site_to_be_tested/index.html; echo $i; sleep 1; done
maj 7, 2009 @ 9:55 am (komputer, tips)
i=0; while true; do let i=$i+1; curl -H “Pragma: no-cache” -H “Cache-Control: no-cache” -I -x proxy_host:proxy_port http://site_to_be_tested/index.html; echo $i; sleep 1; done