Questions tagged «apachebench»

3
AB的负载测试…伪造的失败请求(长度)
为了自己的好奇心,在我的服务器上进行一些负载测试: ab -kc 50 -t 200 http://localhost/index.php 这将打开50个keep-alive连接200秒,并用index.php请求猛击我的服务器 结果显示: Concurrency Level: 50 Time taken for tests: 200.007 seconds Complete requests: 33106 Failed requests: 32951 (Connect: 0, Receive: 0, Length: 32951, Exceptions: 0) Write errors: 0 Keep-Alive requests: 0 Total transferred: 1948268960 bytes HTML transferred: 1938001392 bytes Requests per second: 165.52 …

4
如何在Windows 7上安装Apache Bench?[关闭]
关闭。此问题不符合堆栈溢出准则。它当前不接受答案。 想改善这个问题吗?更新问题,使其成为Stack Overflow的主题。 6年前关闭。 改善这个问题 我想在Windows上安装Apache Bench,有人可以告诉我要获得哪个MSI吗? 我确实安装了一些MSI,但似乎已经安装了apache http服务器。 在测试IIS asp.net应用程序时,我只需要运行Apache Bench。

5
ab出现apr_socket_recv错误:连接被拒绝(61)
我正在测试eventlet,但出现此错误: ~>ab -n 10 -c 1 http://localhost:8090/ This is ApacheBench, Version 2.3 <$Revision: 655654 $> 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)...apr_socket_recv: Connection reset by peer (54) Total of 2 requests completed 该网站工作在localhost:8090 /并返回200 OK。 我在tomcat遇到了同样的问题,再次该网站运行良好。 可能是什么问题?
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.