首页 > 未分类 > zeus vs lighttpd

zeus vs lighttpd

2007年10月15日 baoz 阅读评论 801 views

lighttpd的

root@debian~# ab -n10000 http://www.ttian.net/info.php
Benchmarking www.ttian.net (be patient)

Server Software:             Lighttpd
Server Hostname:        www.ttian.net
Server Port:                 80

Document Path:               /info.php
Document Length:             28819 bytes

Concurrency Level:           1
Time taken for tests:        40.662874 seconds
Complete requests:           10000
Failed requests:             20
        (Connect: 0, Length: 20, Exceptions: 0)
Write errors:                0
Total transferred:           289509900 bytes
HTML transferred:            288189900 bytes
Requests per second:         245.92 [#/sec] (mean)
Time per request:            4.066 [ms] (mean)
Time per request:            4.066 [ms] (mean, across all concurrent requests)
Transfer rate:               6952.88 [Kbytes/sec] received

Connection Times (ms)
                   min       mean[+/-sd] median        max
Connect:             0         0        0.0           0            1
Processing:          3         3        0.8           4           13
Waiting:             1         1        0.4           1           12
Total:               3         3        0.8           4           13
WARNING: The median and mean for the processing time are not within a normal deviation
             These results are probably not that reliable.
WARNING: The median and mean for the total time are not within a normal deviation
             These results are probably not that reliable.

Percentage of the requests served within a certain time (ms)
100%          13 (longest request)

zeus的

root@debian~# ab -n10000 http://www.ttian.net:81/info.php

Benchmarking www.ttian.net (be patient)

Server Software:             Zeus/4.3
Server Hostname:        www.ttian.net
Server Port:                 81

Document Path:               /info.php
Document Length:             25645 bytes

Concurrency Level:           1
Time taken for tests:        35.247330 seconds
Complete requests:           10000
Failed requests:             9980
        (Connect: 0, Length: 9980, Exceptions: 0)
Write errors:                0
Total transferred:           257839900 bytes
HTML transferred:            256499900 bytes
Requests per second:         283.71 [#/sec] (mean)
Time per request:            3.525 [ms] (mean)
Time per request:            3.525 [ms] (mean, across all concurrent requests)
Transfer rate:               7143.69 [Kbytes/sec] received

Connection Times (ms)
                   min       mean[+/-sd] median        max
Connect:             0         0        0.0           0            0
Processing:          2         3        0.4           3           16
Waiting:             0         1        0.7           1           12
Total:               2         3        0.4           3           16

Percentage of the requests served within a certain time (ms)
100%          16 (longest request)

下面是静态页面测试

root@debian~# ab -n10000 http://www.ttian.net/website/2007/0808/2406.html

Benchmarking www.ttian.net (be patient)

Server Software:            Apache
Server Hostname:        www.ttian.net
Server Port:                80

Document Path:              /website/2007/0808/2406.html
Document Length:            13311 bytes

Concurrency Level:          1
Time taken for tests:       6.199672 seconds
Complete requests:          10000
Failed requests:            0
Write errors:               0
Total transferred:          135610000 bytes
HTML transferred:           133110000 bytes
Requests per second:        1612.99 [#/sec] (mean)
Time per request:           0.620 [ms] (mean)
Time per request:           0.620 [ms] (mean, across all concurrent requests)
Transfer rate:              21360.97 [Kbytes/sec] received

Connection Times (ms)
                  min      mean[+/-sd] median       max
Connect:            0        0       0.0          0           1
Processing:         0        0       0.1          0           4
Waiting:            0        0       0.1          0           4
Total:              0        0       0.1          0           4

Percentage of the requests served within a certain time (ms)
100%          4 (longest request)
root@debian~# ab -n10000 http://www.ttian.net:81/website/2007/0808/2406.html
Benchmarking www.ttian.net (be patient)
Server Software:            Zeus/4.3
Server Hostname:        www.ttian.net
Server Port:                81

Document Path:              /website/2007/0808/2406.html
Document Length:            13311 bytes

Concurrency Level:          1
Time taken for tests:       5.934693 seconds
Complete requests:          10000
Failed requests:            0
Write errors:               0
Total transferred:          135200000 bytes
HTML transferred:           133110000 bytes
Requests per second:        1685.01 [#/sec] (mean)
Time per request:           0.593 [ms] (mean)
Time per request:           0.593 [ms] (mean, across all concurrent requests)
Transfer rate:              22247.32 [Kbytes/sec] received

Connection Times (ms)
                  min      mean[+/-sd] median       max
Connect:            0        0       0.0          0           0
Processing:         0        0       0.1          0           3
Waiting:            0        0       0.0          0           3
Total:              0        0       0.1          0           3

Percentage of the requests served within a certain time (ms)
100%          3 (longest request)

启用了EA的结果

root@debian~# ab -n10000 http://www.ttian.net/info.php
Benchmarking www.ttian.net (be patient)
Server Software:           Apache
Server Hostname:        www.ttian.net
Server Port:               80

Document Path:             /info.php
Document Length:           31640 bytes

Concurrency Level:         1
Time taken for tests:      39.500540 seconds
Complete requests:         10000
Failed requests:           21
      (Connect: 0, Length: 21, Exceptions: 0)
Write errors:              0
Total transferred:         317719899 bytes
HTML transferred:          316399899 bytes
Requests per second:       253.16 [#/sec] (mean)
Time per request:          3.950 [ms] (mean)
Time per request:          3.950 [ms] (mean, across all concurrent requests)
Transfer rate:             7854.90 [Kbytes/sec] received

Connection Times (ms)
                 min     mean[+/-sd] median      max
Connect:           0       0      0.0         0          0
Processing:        3       3      0.7         3         10
Waiting:           1       1      0.3         1          7
Total:             3       3      0.7         3         10

Percentage of the requests served within a certain time (ms)
100%        10 (longest request)
root@debian~# ab -n10000 http://www.ttian.net:81/info.php

Benchmarking www.ttian.net (be patient)

Server Software:           Zeus/4.3
Server Hostname:        www.ttian.net
Server Port:               81

Document Path:             /info.php
Document Length:           28270 bytes

Concurrency Level:         1
Time taken for tests:      34.772101 seconds
Complete requests:         10000
Failed requests:           9979
      (Connect: 0, Length: 9979, Exceptions: 0)
Write errors:              0
Total transferred:         284089895 bytes
HTML transferred:          282749895 bytes
Requests per second:       287.59 [#/sec] (mean)
Time per request:          3.477 [ms] (mean)
Time per request:          3.477 [ms] (mean, across all concurrent requests)
Transfer rate:             7978.55 [Kbytes/sec] received

Connection Times (ms)
                 min     mean[+/-sd] median      max
Connect:           0       0      0.0         0          0
Processing:        2       3      1.1         3        106
Waiting:           0       1      1.2         1        105
Total:             2       3      1.1         3        106

Percentage of the requests served within a certain time (ms)
100%       106 (longest request)

下面是XCACHE的

root@debian~# ab -n10000 http://www.ttian.net/info.php

Benchmarking www.ttian.net (be patient)

Server Software:         Apache
Server Hostname:        www.ttian.net
Server Port:             80

Document Path:           /info.php
Document Length:         31564 bytes

Concurrency Level:       1
Time taken for tests:    42.443241 seconds
Complete requests:       10000
Failed requests:         19
    (Connect: 0, Length: 19, Exceptions: 0)
Write errors:            0
Total transferred:       316959905 bytes
HTML transferred:        315639905 bytes
Requests per second:     235.61 [#/sec] (mean)
Time per request:        4.244 [ms] (mean)
Time per request:        4.244 [ms] (mean, across all concurrent requests)
Transfer rate:           7292.82 [Kbytes/sec] received

Connection Times (ms)
               min   mean[+/-sd] median    max
Connect:         0     0    0.0       0        0
Processing:      3     3    1.3       4       91
Waiting:         1     1    1.1       1       90
Total:           3     3    1.3       4       91

Percentage of the requests served within a certain time (ms)
100%      91 (longest request)
root@debian~# ab -n10000 http://www.ttian.net:81/info.php

Benchmarking www.ttian.net (be patient)
Server Software:         Zeus/4.3
Server Hostname:        www.ttian.net
Server Port:             81

Document Path:           /info.php
Document Length:         28229 bytes

Concurrency Level:       1
Time taken for tests:    36.121827 seconds
Complete requests:       10000
Failed requests:         9979
    (Connect: 0, Length: 9979, Exceptions: 0)
Write errors:            0
Total transferred:       283679895 bytes
HTML transferred:        282339895 bytes
Requests per second:     276.84 [#/sec] (mean)
Time per request:        3.612 [ms] (mean)
Time per request:        3.612 [ms] (mean, across all concurrent requests)
Transfer rate:           7669.35 [Kbytes/sec] received

Connection Times (ms)
               min   mean[+/-sd] median    max
Connect:         0     0    0.0       0        0
Processing:      3     3    1.9       3      190
Waiting:         0     1    2.0       1      188
Total:           3     3    1.9       3      190

Percentage of the requests served within a certain time (ms)
100%     190 (longest request)

包子猜您可能还喜欢下列文章:

  1. lighttpd 1.5.x安装过程
  2. Python, FastCGI, WSGI, and lighttpd
  3. ZXTM Zeus Traffic Manager 6.0r6相对6.0r1的变更记录
  4. lighttpd gthread-2.0 >= 2.4.0问题的解决
  5. lighttpd fastcgi php

分类: 未分类 标签:
  1. 本文目前尚无任何评论.
  1. 本文目前尚无任何 trackbacks 和 pingbacks.