You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Mladen Turk <mt...@mappingsoft.com> on 2002/06/21 12:14:04 UTC

Close to solution ( WAS RE: mod_jk testing)

Think we can close that!

I've created the worker pool modifiable through workers.properties with
the worker.ajp13.poolsize.

The sadest thing is that I was so close the solution on day 0 (remember
the  mutexes?).
Well what ever!

There is some minor bug when using loglevel=debug, and it works
currently only for ajp13 (well, ajp common).
Also I'll need the Sleep() for unix.

Since I newer commited the code ever, and the changes are in (4 or 5
files I think), I'll mail it to Henri or someone else to do the dirty
work ;).

Now the crucial (see at the bottom the TC and date.jsp results statet at
different times):

Test results:

worker.ajp13.poolsize=1
worker.ajp13.cachesize=1

Server Software:        Apache/2.0.40-dev
Server Hostname:        localhost
Server Port:            8000

Document Path:          /examples/jsp/snp/snoop.jsp
Document Length:        712 bytes

Concurrency Level:      200
Time taken for tests:   103.5572 seconds
Complete requests:      10000
Failed requests:        0


Test results:

worker.ajp13.cachesize=25
worker.ajp13.poolsize=25



Server Software:        Apache/2.0.40-dev
Server Hostname:        localhost
Server Port:            8000

Document Path:          /examples/jsp/snp/snoop.jsp
Document Length:        712 bytes

Concurrency Level:      100
Time taken for tests:   41.586847 seconds
Complete requests:      10000
Failed requests:        0

Test with 200:

Concurrency Level:      200
Time taken for tests:   38.962629 seconds
Complete requests:      10000
Failed requests:        0


Document Path:          /examples/jsp/dates/date.jsp
Document Length:        453 bytes

Concurrency Level:      200
Time taken for tests:   47.274576 seconds
Complete requests:      10000
Failed requests:        2180
   (Connect: 0, Length: 2180, Exceptions: 0)


TC Test started on 12:09:11 secs (all the XX seconds)

Server Software:        Apache
Server Hostname:        localhost
Server Port:            8080

Document Path:          /examples/jsp/dates/date.jsp
Document Length:        452 bytes

Concurrency Level:      200
Time taken for tests:   44.850752 seconds
Complete requests:      10000
Failed requests:        0

Server Software:        Apache
Server Hostname:        localhost
Server Port:            8080

TC Test started on 12:11:01 secs (first we have X, then XX seconds)

Document Path:          /examples/jsp/dates/date.jsp
Document Length:        452 bytes

Concurrency Level:      200
Time taken for tests:   40.644117 seconds
Complete requests:      10000
Failed requests:        7966
   (Connect: 0, Length: 7966, Exceptions: 0)


MT


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>