`
wutao8818
  • 浏览: 618088 次
  • 性别: Icon_minigender_1
  • 来自: 杭州
社区版块
存档分类
最新评论

网站并发性能测试

阅读更多
E:\Program Files\Apache Software Foundation\Apache2.2\bin>ab -n 1000 -c 10 http://www.abc.com/

引用

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 www.abc.com (be patient)
Completed 100 requests
Completed 200 requests
Completed 300 requests
Completed 400 requests
Completed 500 requests
Completed 600 requests
Completed 700 requests
Completed 800 requests
Completed 900 requests
Completed 1000 requests
Finished 1000 requests


Server Software:        nginx/0.8.54
Server Hostname:        www.abc.com
Server Port:            80

Document Path:          /
Document Length:        221 bytes

Concurrency Level:      10
Time taken for tests:   14.344 seconds
Complete requests:      1000
Failed requests:        0
Write errors:           0
Non-2xx responses:      1000
Total transferred:      680000 bytes
HTML transferred:       221000 bytes
Requests per second:    69.72 [#/sec] (mean)
Time per request:       143.438 [ms] (mean)
Time per request:       14.344 [ms] (mean, across all concurrent requests)
Transfer rate:          46.30 [Kbytes/sec] received

Connection Times (ms)
              min  mean[+/-sd] median   max
Connect:        0    3   6.4      0      16
Processing:    16  139  14.4    141     188
Waiting:        0   72  38.3     78     172
Total:         16  143  14.7    141     188

Percentage of the requests served within a certain time (ms)
  50%    141
  66%    141
  75%    141
  80%    156
  90%    156
  95%    172
  98%    172
  99%    188
100%    188 (longest request)


E:\Program Files\Apache Software Foundation\Apache2.2\bin>ab -n 1000 -c 50 http://www.abc.com/
引用


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 www.abc.com (be patient)
Completed 100 requests
Completed 200 requests
Completed 300 requests
Completed 400 requests
Completed 500 requests
Completed 600 requests
Completed 700 requests
Completed 800 requests
Completed 900 requests
Completed 1000 requests
Finished 1000 requests


Server Software:        nginx/0.8.54
Server Hostname:        www.abc.com
Server Port:            80

Document Path:          /
Document Length:        221 bytes

Concurrency Level:      50
Time taken for tests:   15.094 seconds
Complete requests:      1000
Failed requests:        0
Write errors:           0
Non-2xx responses:      1000
Total transferred:      680000 bytes
HTML transferred:       221000 bytes
Requests per second:    66.25 [#/sec] (mean)
Time per request:       754.688 [ms] (mean)
Time per request:       15.094 [ms] (mean, across all concurrent requests)
Transfer rate:          44.00 [Kbytes/sec] received

Connection Times (ms)
              min  mean[+/-sd] median   max
Connect:        0    1   3.0      0      16
Processing:    16  734  96.9    766     781
Waiting:        0  371 214.7    375     766
Total:         16  735  96.8    766     781

Percentage of the requests served within a certain time (ms)
  50%    766
  66%    766
  75%    766
  80%    766
  90%    781
  95%    781
  98%    781
  99%    781
100%    781 (longest request)


E:\Program Files\Apache Software Foundation\Apache2.2\bin>ab -n 1000 -c 100 http://www.abc.com/
引用

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 www.abc.com (be patient)
Completed 100 requests
Completed 200 requests
Completed 300 requests
Completed 400 requests
Completed 500 requests
Completed 600 requests
Completed 700 requests
Completed 800 requests
Completed 900 requests
Completed 1000 requests
Finished 1000 requests


Server Software:        nginx/0.8.54
Server Hostname:        www.abc.com
Server Port:            80

Document Path:          /
Document Length:        221 bytes

Concurrency Level:      100
Time taken for tests:   22.547 seconds
Complete requests:      1000
Failed requests:        0
Write errors:           0
Non-2xx responses:      1000
Total transferred:      680000 bytes
HTML transferred:       221000 bytes
Requests per second:    44.35 [#/sec] (mean)
Time per request:       2254.688 [ms] (mean)
Time per request:       22.547 [ms] (mean, across all concurrent requests)
Transfer rate:          29.45 [Kbytes/sec] received

Connection Times (ms)
              min  mean[+/-sd] median   max
Connect:        0    9 129.9      0    2938
Processing:    31 1932 1198.5   1453    4375
Waiting:       16 1117 1132.0    797    4313
Total:         31 1941 1201.8   1453    4375

Percentage of the requests served within a certain time (ms)
  50%   1453
  66%   1469
  75%   1484
  80%   3891
  90%   4328
  95%   4344
  98%   4359
  99%   4359
100%   4375 (longest request)


杭州社区购物网

分享到:
评论

相关推荐

    Jemeter高并发性能测试工具,中文版

    Jemeter高并发性能测试工具,中文版。可以进行接口调试、大并发测试。并发统计,接口数据流转测试。 JMeter作为一个高并发性能测试工具,具有以下优点: 广泛的协议支持:JMeter支持多种协议和技术,包括HTTP、...

    IIS并发数测试,IIS并发数测试压力测试

    并发数测试是指评估IIS在同时处理多个用户请求时的性能和稳定性,这对于理解服务器在高负载情况下的表现至关重要。在进行IIS并发数测试时,我们需要关注以下几个关键知识点: 1. **并发用户模拟**:测试工具如...

    非常好的某网站性能测试用例

    对于某网站来说,其性能测试主要关注产品页面刷新、产品上传和产品下载这三个核心功能。目标是确保系统在高压力环境下能够稳定运行,并满足预设的性能标准。 【延迟性能】 1. 产品页面刷新:要求响应时间小于5秒,...

    Jmeter + babboy 并发性能测试

    ### Jmeter + Badboy 并发性能测试 #### 一、软件介绍 ##### 1.1 Badboy Badboy 是一款强大的 Web 自动化测试工具,它的主要功能是录制用户的 Web 浏览行为并将其转化为可重复执行的脚本。这款工具在非商业用途下...

    网站性能测试报告

    网站性能测试报告是评估一个网站或在线应用在真实或模拟用户负载下的运行情况的重要文档。这份报告通常包含多个方面,如响应时间、并发用户数、系统资源利用率等关键指标,以确保网站在高流量情况下仍能保持稳定和...

    请问有什么软件能测试网站的最大并发连接数吗.zip我告诉你4款压测软件

    针对你的问题,这里我将详细介绍4款常用的压测软件,并提供一些相关的网络性能测试工具和概念。 1. **JMeter**: Apache JMeter是一款开源的压力和性能测试工具,广泛用于测试Web应用。它支持多种协议,包括HTTP、...

    网站性能测试方案

    网站性能测试是评估网站在高并发、大流量等极限条件下的稳定性和响应速度的重要手段。通过对网站的关键模块,如首页、注册、登录、后台订单查询和站内搜索等进行性能测试,可以有效地识别和优化系统的瓶颈,确保用户...

    HTTP并发测试工具

    这个工具对于开发者、系统管理员以及性能测试人员来说非常实用,能够帮助他们评估和优化网络服务器的性能,确保在高并发访问下系统的稳定性和响应速度。 首先,我们需要理解HTTP和HTTPS协议的基础。HTTP(超文本...

    如何测试一个网站的性能(并发数)?.png

    工具文档,

    sqlserver并发连接测试

    4. **并发测试工具与方法**:为了测试SQL Server的并发性能,可以使用各种工具和方法。例如,编写自定义的T-SQL脚本来模拟大量并发用户,或者使用像SQL Server Management Studio (SSMS)、SQL Server Profiler这样的...

    Httpbfljcsgj_并发连接测试工具(内网版).rar

    "Httpbfljcsgj_并发连接测试工具(内网版).rar" 提供的正是这样一种专门用于测试网站并发连接性能的工具,适用于内网环境。 并发连接测试工具的主要作用是模拟多个用户同时访问网站或服务,以检查服务器在高负载情况...

    电子地图网站性能测试方案的设计与实现

    电子地图网站作为WebGIS应用的集中体现,其性能测试是确保服务质量和用户体验的重要环节。本文以浙江省政务电子地图服务平台为实例,深入探讨了电子地图网站性能测试方案的设计与实现。性能测试是通过模拟实际业务...

    web网站性能测试工具

    ### Web网站性能测试工具知识点详解 #### 一、性能测试的重要性及目的 在当今高度数字化的时代,Web网站作为企业和组织对外展示的重要窗口之一,其性能好坏直接影响到用户体验、品牌形象甚至是企业的经济收益。...

    XOIC 网站性能测试工具

    **XOIC 网站性能测试工具** XOIC 是一款强大的网站性能测试工具,专为评估和优化网络服务的响应速度与稳定性而设计。它涵盖了多种协议的支持,包括HTTP、TCP、UDP以及ICMP,这使得它在测试各种类型的网络应用和服务...

    ECSHOP性能测试方案.doc

    loadrunner 性能测试方案 环境搭建 测试方案 测试用例设计

    python实现接口并发测试脚本

    常用的网站性能测试指标有:并发数、响应时间、吞吐量、性能计数器等。 1、并发数 并发数是指系统同时能处理的请求数量,这个也是反应了系统的负载能力。 2、响应时间 响应时间是一个系统最重要的指标之一,它的...

    检测网页并发量

    - 数据库性能:数据库是系统中的瓶颈,优化查询和索引能显著提升并发性能。 3. **并发量的重要性**: - 用户体验:高并发量下网站依然能够快速响应,提高用户满意度。 - 业务连续性:确保在促销活动或突发事件时...

    JMeter性能测试脚本

    "JMeter性能测试-day04-all"可能涵盖分布式测试,这是在大规模并发测试时非常重要的一个特性。通过在多台机器上运行JMeter,可以模拟更多的并发用户,更准确地评估系统在高负载下的表现。 "JMeter性能测试-day05-...

Global site tag (gtag.js) - Google Analytics