ab -n 100 -c 10 -k http://www.xupengfei.net/site/index.html >> D:\wamp\index.txt
//模拟10个用户发送100个请求
ab -t 60 -c 10 -k http://www.xupengfei.net/site/index.html
//模拟10个用户在60秒内发送请求
ab -n 100 -c 10 -k http://www.xupengfei.net/site/index.html >> D:\wamp\index.txt
//模拟10个用户发送100个请求
ab -t 60 -c 10 -k http://www.xupengfei.net/site/index.html
//模拟10个用户在60秒内发送请求