for ((i=1;i<=100000;i++)); do curl -v --header "Connection: keep-alive" "http://blogaddress.org/xxxxx/"; done
或者使用apache-utils ab:
ab -c 500 -t 1000 http://blogaddress.org/xxxxx/
都可以
for ((i=1;i<=100000;i++)); do curl -v --header "Connection: keep-alive" "http://blogaddress.org/xxxxx/"; done
或者使用apache-utils ab:
ab -c 500 -t 1000 http://blogaddress.org/xxxxx/
都可以