Apache ab性能测试结果分析


Apache ab性能测试结果分析服务器

  测试场景:模拟10个用户,对某页发起总共100次请求。网络

  测试命令: ab -n 100 -c 10 地址并发

  测试报告:性能

    Server Software: 被测服务器软件信息测试

    Server Hostname: 被测主机名requests

    Server Port: 被测主机服务端口号it

    SSL/TLS Protocol: 协议
io

    Document Path: 请求的具体路径test

    Document Length: 请求的文件大小 软件

    Concurrency Level: 并发数,请求参数-c指定的数量

    Time taken for tests: 测试整体使用时间

    Complete requests: 测试总请求数,请求参数-n指定的数量

    Failed requests: 失败请求数量

    Total transferred: 传输的总数据量

    HTML transferred: 接收的文件总大小

    Requests per second: 平均每秒完成的请求数

    Time per request:完成一个请求所须要的时间(用户角度)

    Time per request: 服务器完成一个请求的时间 (mean, across all concurrent requests)

    Transfer rate: 网络传输速度

    Connection Times (ms)

           min(最小值) mean(平均值) [+/-sd](标准差)   median(中位数) max(最大值)

Connect(网络链接):          -                       -                       -                  -                            -

Processing(系统处理):       -                       -                       -                  -                            -

Waiting(等待):                  -                       -                       -                  -                            -

Total(总):                        -                        -                       -                  -                            -

        ps: Total并不等于前三行数据相加,由于前三行的数据并非在同一个请求中采集到的。

 

    Percentage of the requests served within a certain time (ms)  有x%的请求都是在yms内完成的

    x% y

相关文章
相关标签/搜索