----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files.  Don't make us guess your problem!!!
----------------------------------------------------------------

hi, I have my Apachejsev running now on a INTEL celeron 533
with 128MB RaM
I contacted this machien with a other computer, that fired
100 requests at ones at the server this
the results where ... wel see voor your self:

It took all the prosecor power it could get, 22MB of ram
and the results: are displayt bellow(and so are my 
configfiles and is the source of the Hello servlet I ran)
the top one was ran first and the secont one well you can gess:-)

-----------------------------------------------------------------------
Server Software:       
Apache/1.3.12                                      
Server Hostname:        goofy
Server Port:            80

Document Path:          /losser/Hello
Document Length:        198 bytes

Concurrency Level:      100
Time taken for tests:   10.958 seconds
Complete requests:      1000
Failed requests:        0
Total transferred:      370000 bytes
HTML transferred:       198000 bytes
Requests per second:    91.26
Transfer rate:          33.77 kb/s received

Connnection Times (ms)
              min   avg   max
Connect:        0     0    10
Processing:    88   683  9159
Total:         88   683  9169
----------------------------------------------------------------------
Server Software:       
Apache/1.3.12                                      
Server Hostname:        goofy
Server Port:            80

Document Path:          /losser/Hello
Document Length:        198 bytes

Concurrency Level:      100
Time taken for tests:   187.692 seconds
Complete requests:      10000
Failed requests:        0
Total transferred:      3700000 bytes
HTML transferred:       1980000 bytes
Requests per second:    53.28
Transfer rate:          19.71 kb/s received

Connnection Times (ms)
              min   avg   max
Connect:        0     0    70
Processing:   106  1280 93372
Total:        106  1280 93442

my jserv.conf(I include this file in the httpd.conf):
LoadModule jserv_module /usr/local/apache/libexec/mod_jserv.so
<IfModule mod_jserv.c>
ApJServManual off
ApJServProperties /usr/local/apache/conf/jserv/jserv.properties
ApJServDefaultHost localhost
ApJServLogFile /usr/local/apache/logs/mod_jserv.log
ApJServDefaultProtocol ajpv12
ApJServDefaultPort 8007
ApJServSecretKey DISABLED 
ApJServMount /losser /hero
ApJServMount /windows /linux
</IfModule>

my jserv.properties:
wrapper.bin=/usr/local/jdk118_v1/bin/java
wrapper.classpath=/usr/local/apache/libexec/ApacheJServ.jar
wrapper.classpath=/usr/local/jsdk/lib/jsdk.jar
bindaddress=localhost
port=8007
zones=hero,linux
hero.properties=/usr/local/apache/conf/jserv/hero.properties
linux.properties=/usr/local/apache/conf/jserv/linux.properties
security.allowedAddresses=localhost
security.authentication=false
log=true
log.file=/usr/local/apache/logs/jserv.log
log.timestamp=true
log.dateFormat=[dd/MM/yyyy HH:mm:ss:SSS zz]
log.channel.servletException=true
log.channel.jservException=true
log.channel.warning=true
log.channel.servletLog=true
log.channel.critical=true

my linux.properties and hero.properties:
repositories=/usr/local/apache/servlets


--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search Archives: 
<http://www.mail-archive.com/java-apache-users%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to