考虑到同学们对使用ab过程中可能会遇到各种问题,这里汇总下,便于大家查阅:
其他问题,可以将异常贴到百度搜索一下。例如执行如下命令发生异常:
➜ ~ ab -c 50 -n 20000 http://localhost:8088/index/catsThis is ApacheBench, Version 2.3 <$Revision: 1843412 $>Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/Licensed to The Apache Software Foundation, http://www.apache.org/Benchmarking localhost (be patient)Completed 2000 requestsCompleted 4000 requestsCompleted 6000 requestsCompleted 8000 requestsCompleted 10000 requestsCompleted 12000 requestsCompleted 14000 requestsCompleted 16000 requestsapr_socket_recv: Operation timed out (60)Total of 16416 requests completed
就可以在百度中搜索 ab apr_socket_recv
