[hunchentoot-devel] serious H'toot performance problem on CCL OSX ?

Wade Humeniuk wade.humeniuk at gmail.com
Thu Aug 19 18:03:37 UTC 2010


I am not seeing it  Hunchentoot 1.1.0 (2010-01-08) OS X 10.6.4

Stix:ccl wade$ uname -a
Darwin Stix.local 10.4.0 Darwin Kernel Version 10.4.0: Fri Apr 23
18:28:53 PDT 2010; root:xnu-1504.7.4~1/RELEASE_I386 i386
Stix:ccl wade$ ./dx86cl64
; loading system definition from
ccl:tools;asdf-install;asdf-install.asd.newest into #<Package "ASDF0">
; registering #<SYSTEM ASDF-INSTALL #x3020005AD22D> as ASDF-INSTALL
;;; ASDF-Install version 0.6.10
Welcome to Clozure Common Lisp Version 1.5-r13952M  (DarwinX8664)!
? (quit)

Stix:ccl wade$ ab -n 500 -c 1 http://127.0.0.1:4242/yo
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 127.0.0.1 (be patient)
Completed 100 requests
Completed 200 requests
Completed 300 requests
Completed 400 requests
Completed 500 requests
Finished 500 requests


Server Software:        Hunchentoot
Server Hostname:        127.0.0.1
Server Port:            4242

Document Path:          /yo
Document Length:        21 bytes

Concurrency Level:      1
Time taken for tests:   0.991 seconds
Complete requests:      500
Failed requests:        0
Write errors:           0
Total transferred:      84500 bytes
HTML transferred:       10500 bytes
Requests per second:    504.66 [#/sec] (mean)
Time per request:       1.982 [ms] (mean)
Time per request:       1.982 [ms] (mean, across all concurrent requests)
Transfer rate:          83.29 [Kbytes/sec] received

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

Percentage of the requests served within a certain time (ms)
  50%      2
  66%      2
  75%      2
  80%      2
  90%      2
  95%      6
  98%      6
  99%      6
 100%     10 (longest request)

Stix:ccl wade$ ab -n 500 -c 2 http://127.0.0.1:4242/yo
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 127.0.0.1 (be patient)
Completed 100 requests
Completed 200 requests
Completed 300 requests
Completed 400 requests
Completed 500 requests
Finished 500 requests


Server Software:        Hunchentoot
Server Hostname:        127.0.0.1
Server Port:            4242

Document Path:          /yo
Document Length:        21 bytes

Concurrency Level:      2
Time taken for tests:   0.655 seconds
Complete requests:      500
Failed requests:        0
Write errors:           0
Total transferred:      84500 bytes
HTML transferred:       10500 bytes
Requests per second:    762.88 [#/sec] (mean)
Time per request:       2.622 [ms] (mean)
Time per request:       1.311 [ms] (mean, across all concurrent requests)
Transfer rate:          125.91 [Kbytes/sec] received

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

Percentage of the requests served within a certain time (ms)
  50%      2
  66%      2
  75%      2
  80%      2
  90%      6
  95%      7
  98%      7
  99%      7
 100%     14 (longest request)
Stix:ccl wade$




More information about the Tbnl-devel mailing list