Hi,

Great work. I installed on my FreeBSD 6.4 and it worked:

# httpd -V
Server version: Apache/2.2.11 (FreeBSD)
Server built:   Aug 18 2009 18:54:06
Server's Module Magic Number: 20051115:21
Server loaded:  APR 1.3.3, APR-Util 1.3.4
Compiled using: APR 1.3.3, APR-Util 1.3.4
Architecture:   32-bit
Server MPM:     Peruser
   threaded:     no
     forked:     yes (variable process count)
Server compiled with....
  -D APACHE_MPM_DIR="server/mpm/experimental/peruser"
  -D APR_HAS_SENDFILE
  -D APR_HAS_MMAP
  -D APR_HAVE_IPV6 (IPv4-mapped addresses enabled)
  -D APR_USE_FLOCK_SERIALIZE
  -D APR_USE_PTHREAD_SERIALIZE
  -D SINGLE_LISTEN_UNSERIALIZED_ACCEPT
  -D APR_HAS_OTHER_CHILD
  -D AP_HAVE_RELIABLE_PIPED_LOGS
  -D DYNAMIC_MODULE_LIMIT=128
  -D HTTPD_ROOT="/usr/local"
  -D SUEXEC_BIN="/usr/local/bin/suexec"
  -D DEFAULT_PIDLOG="/var/run/httpd.pid"
  -D DEFAULT_SCOREBOARD="/var/run/apache_runtime_status"
  -D DEFAULT_LOCKFILE="/var/run/accept.lock"
  -D DEFAULT_ERRORLOG="/var/log/httpd-error.log"
  -D AP_TYPES_CONFIG_FILE="etc/apache22/mime.types"
  -D SERVER_CONFIG_FILE="etc/apache22/httpd.conf"



# ab -n 1000 -c 10 http://192.168.1.200/phpinfo.php
This is ApacheBench, Version 2.3 <$Revision: 655654 $>
Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/
Licensed to The Apache Software Foundation, http://www.apache.org/

Benchmarking 192.168.1.200 (be patient)
Completed 100 requests
Completed 200 requests
Completed 300 requests
Completed 400 requests
Completed 500 requests
Completed 600 requests
Completed 700 requests
Completed 800 requests
Completed 900 requests
Completed 1000 requests
Finished 1000 requests


Server Software:        Apache/2.2.11
Server Hostname:        192.168.1.200
Server Port:            80

Document Path:          /phpinfo.php
Document Length:        26324 bytes

Concurrency Level:      10
Time taken for tests:   2.053 seconds
Complete requests:      1000
Failed requests:        0
Write errors:           0
Total transferred:      26550000 bytes
HTML transferred:       26324000 bytes
Requests per second:    487.07 [#/sec] (mean)
Time per request:       20.531 [ms] (mean)
Time per request:       2.053 [ms] (mean, across all concurrent  
requests)
Transfer rate:          12628.63 [Kbytes/sec] received

Connection Times (ms)
               min  mean[+/-sd] median   max
Connect:        0    0   0.3      0       1
Processing:     6   19   8.8     18     102
Waiting:        2   13  10.0     17     101
Total:          6   20   8.8     19     102

Percentage of the requests served within a certain time (ms)
   50%     19
   66%     19
   75%     19
   80%     19
   90%     19
   95%     19
   98%     61
   99%     86
  100%    102 (longest request)


--
Marcelo Coelho
[email protected]



>
> Any feedback on this patch would be appreciated.
>
> -- 
> Taavi Sannik
> DataCode OY
>
>
> _______________________________________________
> Peruser mailing list
> [email protected]
> http://www.telana.com/mailman/listinfo/peruser
>

_______________________________________________
Peruser mailing list
[email protected]
http://www.telana.com/mailman/listinfo/peruser

Reply via email to