zoukankan      html  css  js  c++  java
  • 【12】

    [root@localhost siege-4.0.2]# siege http://192.168.1.210:8000/ -c100 -t3s
    ** SIEGE 4.0.2
    ** Preparing 100 concurrent users for battle.
    The server is now under siege...
    HTTP/1.1 200     0.09 secs:     208 bytes ==> GET  /
    HTTP/1.1 200     0.19 secs:     208 bytes ==> GET  /
    HTTP/1.1 200     0.27 secs:     208 bytes ==> GET  /
    HTTP/1.1 200     0.34 secs:     208 bytes ==> GET  /
    HTTP/1.1 200     0.44 secs:     208 bytes ==> GET  /
    HTTP/1.1 200     0.54 secs:     208 bytes ==> GET  /
    HTTP/1.1 200     0.62 secs:     208 bytes ==> GET  /
    HTTP/1.1 200     0.72 secs:     207 bytes ==> GET  /
    HTTP/1.1 200     0.79 secs:     208 bytes ==> GET  /
    HTTP/1.1 200     0.87 secs:     208 bytes ==> GET  /
    HTTP/1.1 200     0.95 secs:     208 bytes ==> GET  /
    HTTP/1.1 200     1.02 secs:     207 bytes ==> GET  /
    HTTP/1.1 200     1.10 secs:     208 bytes ==> GET  /
    HTTP/1.1 200     1.17 secs:     207 bytes ==> GET  /
    HTTP/1.1 200     1.29 secs:     207 bytes ==> GET  /
    HTTP/1.1 200     1.36 secs:     207 bytes ==> GET  /
    HTTP/1.1 200     1.44 secs:     208 bytes ==> GET  /
    HTTP/1.1 200     1.56 secs:     207 bytes ==> GET  /
    HTTP/1.1 200     1.64 secs:     208 bytes ==> GET  /
    HTTP/1.1 200     1.79 secs:     207 bytes ==> GET  /
    HTTP/1.1 200     1.92 secs:     207 bytes ==> GET  /
    HTTP/1.1 200     2.08 secs:     207 bytes ==> GET  /
    HTTP/1.1 200     2.23 secs:     207 bytes ==> GET  /
    HTTP/1.1 200     2.34 secs:     207 bytes ==> GET  /
    HTTP/1.1 200     2.42 secs:     208 bytes ==> GET  /
    HTTP/1.1 200     2.52 secs:     208 bytes ==> GET  /
    HTTP/1.1 200     2.67 secs:     207 bytes ==> GET  /
    HTTP/1.1 200     2.86 secs:     207 bytes ==> GET  /
    HTTP/1.1 200     2.94 secs:     208 bytes ==> GET  /
    
    Lifting the server siege...
    Transactions:                  29 hits
    Availability:              100.00 %
    Elapsed time:                2.99 secs
    Data transferred:            0.01 MB
    Response time:                1.39 secs
    Transaction rate:            9.70 trans/sec
    Throughput:                0.00 MB/sec
    Concurrency:               13.43
    Successful transactions:          29
    Failed transactions:               0
    Longest transaction:            2.94
    Shortest transaction:            0.00
    
    基准测试输出
    基础测试输出

     fgdfg

  • 相关阅读:
    MySql数据类型
    mysql中char,varchar,text区别
    php错误提示:date_default_timezone_get
    才储分析
    js 阻止后续事件
    大型高性能网站的十项规则
    为rand函数加入随机数种子
    php-通过共享内存实现消息队列和进程通信
    PHP比较有用的常量
    json处理内容中多双引号的情况
  • 原文地址:https://www.cnblogs.com/hackerer/p/8919404.html
Copyright © 2011-2022 走看看