curl -s "http://google.com?[1-1000]"
这样可以拨打1000个电话给谷歌,即
http://google.com?1 http://google.com?2 etc...
然后,您可以将这些调用添加到脚本中,并作为后台作业连续运行。这个http://servermonitoringhq.com/blog/how_to_quickly_stress_test_a_web_server完全解释了