zoukankan      html  css  js  c++  java
  • 32bit Apache Vs 64bit Apache

     

    简单的对比,64位apache没有官方版的,自己build的,64位Apache

    1. 32bit apache
    one url: apache 自带的index.html
    run jmeter: 2000 threads 100 loop
    result:
    ./jmeter -n -t test.jmx
    Created the tree successfully using test.jmx
    Starting the test @ Fri Mar 23 18:09:37 CST 2012 (1332497377879)

    Waiting for possible shutdown message on port 4445
    Generate Summary Results = 200000 in  11.2s = 17817.4/s Avg:    59 Min:     0 Max: 10110 Err:     0 (0.00%)
    Tidying up ...    @ Fri Mar 23 18:09:49 CST 2012 (1332497389232)
    ... end of run

    2. 64bit apache
    one url: apache 自带的index.html
    run jmeter: 2000 threads 100 loop
    result:
    ./jmeter -n -t test.jmx
    Created the tree successfully using test.jmx
    Starting the test @ Fri Mar 23 18:04:35 CST 2012 (1332497075455)

    Waiting for possible shutdown message on port 4445
    Generate Summary Results = 200000 in  12.0s = 16661.1/s Avg:    58 Min:     0 Max:  9292 Err:     0 (0.00%)
    Tidying up ...    @ Fri Mar 23 18:04:47 CST 2012 (1332497087574)
    ... end of run

    OscarXie.net

    关注质量与体验——电子商务与自动化测试
    http://www.cnblogs.com/oscarxie/

  • 相关阅读:
    Leetcode
    算法
    手写代码注意点 -- HashMap
    Batch
    Batch
    Tomcat
    微服务
    Java 基础
    Maven
    算法
  • 原文地址:https://www.cnblogs.com/oscarxie/p/2471368.html
Copyright © 2011-2022 走看看