E:\developtools\apache ab\httpd-2.4.25-x86-vc14-r1\Apache24\bin>ab -n 15000 -c 6
00 "http://192.168.0.166:8080/eduhomeweb/login/login.do?username=xiaohanlin&pass
word=xiao123456"
This is ApacheBench, Version 2.3 <$Revision: 1757674 $>
Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/
Licensed to The Apache Software Foundation, http://www.apache.org/

Benchmarking 192.168.0.166 (be patient)
Completed 1500 requests
Completed 3000 requests
Completed 4500 requests
Completed 6000 requests
Completed 7500 requests
Completed 9000 requests
Completed 10500 requests
Completed 12000 requests
Completed 13500 requests
Completed 15000 requests
Finished 15000 requests

Server Software:
Server Hostname:        192.168.0.166
Server Port:            8080

Document Path:          /eduhomeweb/login/login.do?username=xiaohanlin&password=
xiao123456
Document Length:        355 bytes

Concurrency Level:      600
Time taken for tests:   185.923 seconds
Complete requests:      15000
Failed requests:        0
Total transferred:      8970000 bytes
HTML transferred:       5325000 bytes
Requests per second:    80.68 [#/sec] (mean)
Time per request:       7436.924 [ms] (mean)
Time per request:       12.395 [ms] (mean, across all concurrent requests)
Transfer rate:          47.11 [Kbytes/sec] received

Connection Times (ms)
              min  mean[+/-sd] median   max
Connect:        0   12 183.0      1    3035
Processing:    56 7409 2780.5   6731   12640
Waiting:       29 4743 2557.0   3595    9713
Total:         56 7421 2783.4   6733   12642

Percentage of the requests served within a certain time (ms)
  50%   6733
  66%   9592
  75%   9613
  80%   9630
  90%   9686
  95%   9730
  98%  12576
  99%  12592
 100%  12642 (longest request)

最新文章

  1. YY一下十年后的自己
  2. SQL Server选项综述
  3. QWebView在 Qt 5.x中编译出错:File not found: main.obj
  4. Linux添加新硬盘自动挂载硬盘
  5. codeforces 339C Xenia and Bit Operations(线段树水题)
  6. android4.0 禁止横竖屏切换使用 android:configChanges=&quot;orientation|keyboardHidden&quot;无效
  7. [C#绘图]Matrix类
  8. 所使用的“EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089”版本高于所引用的程序集“EntityFramework, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089”的版本
  9. python实现有序字典
  10. STL之vector容器详解
  11. Luogu P5316 【恋恋的数学题】
  12. 软件工程第四次作业 石墨文档IOS
  13. pygame(class类)调用视图的方法
  14. RNN 通过字符语言模型 理解BPTT
  15. [蓝桥杯]ALGO-122.算法训练_未名湖边的烦恼
  16. 24-hadoop-hiveserver2&amp;jdbc-正则数据导入
  17. webStorm常用设置之过滤文件夹
  18. ny214 单调递增子序列(二) 动态规划
  19. (转)如何解决VC中的警告warning C4251 needs to have dll-interface
  20. HDU 1560 DNA sequence(IDA*)

热门文章

  1. PCA主成分分析 ICA独立成分分析 LDA线性判别分析 SVD性质
  2. swift一次 Attempt to present on whose view is not in the window hierarchy的解决方法
  3. ubuntu安装Docky 3.0
  4. Jmeter调度器配置
  5. HTML中禁用表中控件的两种方法与区别
  6. 1、python与ipython的下载与安装
  7. Entity Framework Tutorial Basics(42):Colored Entity
  8. eclipse——执行Maven命令
  9. Azure:Manage anonymous read access to containers and blobs
  10. C# winform中窗口的关闭按钮的隐藏与禁用的几种方式说明