Re: Performance decreasing if access.log enabled

2006-10-10 Thread Leon Rosenberg
iles (to have >> >>>>>>statistics with AWstats) or disable them (to have more performance) >> ... >> >>>>>> >> >>>>>>Frank >> >>>>>> >> >>>>>> >> >>>>>>Frank Niedermann wrote: >> >>>>>> >> >>>>>> >> >>>>>> &

Re: Performance decreasing if access.log enabled

2006-10-09 Thread Frank Niedermann
gt;>>>Frank >> >>>>>> >> >>>>>> >> >>>>>>Frank Niedermann wrote: >> >>>>>> >> >>>>>> >> >>>>>> >> >>>>>> >> >>&g

Re: Performance decreasing if access.log enabled

2006-10-09 Thread Leon Rosenberg
e after the response is sent >>>>>>>>to >>>>>>>>the client. >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> &

Re: Performance decreasing if access.log enabled

2006-10-09 Thread Leon Rosenberg
;>>>>>to >>>>>>>>the client. >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>

Re: Performance decreasing if access.log enabled

2006-10-09 Thread Frank Niedermann
>>>>>>>Unless you are max'd on working threads - access logging should not be >>>>>>>>a >>>>>>>>performance hit. Access logging takes pace after the response is sent >>>>>>>>to >>>>>>>>the client. >>>>>>>> >>>>>>&

Re: Performance decreasing if access.log enabled

2006-10-09 Thread David Smith
But I'm not sure it would show as a disk bottleneck. If you have frequent small writes to a disk and each write is delayed while antivirus checks the datastream for virus signatures, the many tiny delays could aggegate in to a much bigger file i/o slow down. The system may experience a higher

Re: Performance decreasing if access.log enabled

2006-10-09 Thread Tim Funk
You can have conditional access logging. http://tomcat.apache.org/tomcat-5.0-doc/catalina/docs/api/org/apache/catalina/valves/AccessLogValve.html condition='foo' If set the Valve will look in the ServletRequest for an attribute called foo. If it exists then the request is logged. (Of course you

Re: Performance decreasing if access.log enabled

2006-10-09 Thread Frank Niedermann
>>>>> >>>>The log files are under 20 MB, that should be fine, shoundn't it? The >>>>disk >>>>is way far from beeing full and it's a RAID1 with SCSI disks so they >>>>should >>>>have enough performance. >>>>

Re: Performance decreasing if access.log enabled

2006-10-09 Thread David Smith
I think a long time ago in a galaxy far, far away I remember something about antivirus impacting file I/O performance. Would your box happen to have antivirus enabled? If so, any chance you could exclude your logs from it and/or disable it for the purpose of a test? --David Frank Niedermann

Re: Performance decreasing if access.log enabled

2006-10-09 Thread Frank Niedermann
a RAID1 with SCSI disks so they >> should >> have enough performance. >> >> I'm now totally unsure if I should enable access.log-files (to have >> statistics with AWstats) or disable them (to have more performan

Re: Performance decreasing if access.log enabled

2006-10-09 Thread Tim Funk
Something seems odd with your system. I have pounded some tomcat installations with old unix hardware with and without access logging and could hardly tell the difference. In linux - i was able to tell more of a difference, but not enough to turn off logging. I am at a loss of where the bott

Re: Performance decreasing if access.log enabled

2006-10-09 Thread Frank Niedermann
w totally unsure if I should enable access.log-files (to have statistics with AWstats) or disable them (to have more performance) ... Frank -- View this message in context: http://www.nabble.com/Performance-decreasing-if-acc

Re: Performance decreasing if access.log enabled

2006-10-09 Thread Frank Niedermann
w totally unsure if I should enable access.log-files (to have statistics with AWstats) or disable them (to have more performance) ... Frank -- View this message in context: http://www.nabble.com/Performance-decreasing-if-access.log-enabled-tf2408485.html#a6715909 Sent from the Tomcat - User

Re: Performance decreasing if access.log enabled

2006-10-09 Thread Tim Funk
Unless you are max'd on working threads - access logging should not be a performance hit. Access logging takes pace after the response is sent to the client. BUT if the access logs are big, AND you a re low on disk, AND/OR your disk is SLW then that could be a problem. The overhead of log

Performance decreasing if access.log enabled

2006-10-09 Thread Frank Niedermann
from Tomcat - but I don't know how to evaluate this. Regards, Frank -- View this message in context: http://www.nabble.com/Performance-decreasing-if-access.log-enabled-tf2408485.html#a6713340 Sent from the Tomcat - User mailing list archive at Nabbl