rse         99/08/12 05:07:07

  Modified:    mpm      README.rse
  Log:
  A little bit of benchmarking for dexter
  
  Revision  Changes    Path
  1.3       +77 -0     apache-2.0/mpm/README.rse
  
  Index: README.rse
  ===================================================================
  RCS file: /home/cvs/apache-2.0/mpm/README.rse,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- README.rse        1999/08/12 11:25:17     1.2
  +++ README.rse        1999/08/12 12:07:06     1.3
  @@ -98,3 +98,80 @@
        $ make 
        $ make install
   
  +  Some quick tests with the dexter MPM and both GNU Pth and FreeBSD uthread
  +  showed the following not too bad results with ApacheBench:
  +
  +  o  FooBar/OS + Ralf S. Engelschall's GNU Pth + dexter MPM
  +
  +     - ``ps'' after startup
  +     69294     1 rse     0.0  1516 1008  288 Ss   src/apache
  +     69295 69294 rse     0.0  3604 1532  288 S    src/apache
  +
  +     - $ ab -n 5000 -c 10 en1:8080/index.html
  +     This is ApacheBench, Version 1.3
  +     Copyright (c) 1996 Adam Twiss, Zeus Technology Ltd, 
http://www.zeustech.net/
  +     Copyright (c) 1998-1999 The Apache Group, http://www.apache.org/
  +     
  +     Server Software:        Apache/mpm-dev                                  
   
  +     Server Hostname:        en1
  +     Server Port:            8080
  +     
  +     Document Path:          /index.html
  +     Document Length:        114 bytes
  +     
  +     Concurrency Level:      10
  +     Time taken for tests:   4.552 seconds
  +     Complete requests:      5000
  +     Failed requests:        0
  +     Total transferred:      1765000 bytes
  +     HTML transferred:       570000 bytes
  +     Requests per second:    1098.42
  +     Transfer rate:          387.74 kb/s received
  +     
  +     Connnection Times (ms)
  +                   min   avg   max
  +     Connect:        0     0     5
  +     Processing:     2     8   963
  +     Total:          2     8   968
  +     
  +     - ``ps'' after benchmark
  +     69294     1 rse     0.0  1516 1008  288 Ss   src/apache
  +     69295 69294 rse     7.8  3708 1692  288 S    src/apache
  +  
  +  o  FreeBSD 3.1 + John Birrell's uthread + dexter MPM
  +
  +     - ``ps'' after startup
  +     73364     1 rse     0.0  1472  960  264 Ss   src/apache
  +     73365 73364 rse     0.0  4360 1332  264 S    src/apache
  +
  +     - $ ab -n 5000 -c 10 en1:8080/index.html
  +     This is ApacheBench, Version 1.3
  +     Copyright (c) 1996 Adam Twiss, Zeus Technology Ltd, 
http://www.zeustech.net/
  +     Copyright (c) 1998-1999 The Apache Group, http://www.apache.org/
  +     
  +     Server Software:        Apache/mpm-dev                                  
   
  +     Server Hostname:        en1
  +     Server Port:            8080
  +     
  +     Document Path:          /index.html
  +     Document Length:        114 bytes
  +     
  +     Concurrency Level:      10
  +     Time taken for tests:   5.165 seconds
  +     Complete requests:      5000
  +     Failed requests:        0
  +     Total transferred:      1765000 bytes
  +     HTML transferred:       570000 bytes
  +     Requests per second:    968.05
  +     Transfer rate:          341.72 kb/s received
  +     
  +     Connnection Times (ms)
  +                   min   avg   max
  +     Connect:        0     0    10
  +     Processing:     2    10    26
  +     Total:          2    10    36
  +     
  +     - ``ps'' after benchmark
  +     73364     1 rse     0.0  1472  960  264 Ss   src/apache
  +     73365 73364 rse    10.1  4428 1656  264 S    src/apache
  +
  
  
  

Reply via email to