[ic] Logging slow pages

Stefan Hornburg (Racke) racke at linuxia.de
Mon Jun 12 09:04:29 EDT 2006


Bill Carr wrote:
> Hello,
> 
> I would like to set up logging for pages that load slow similar to 
> MySQL's slow query log. A separate slow page log would be used to log 
> the catalog name, page name, time and perhaps some other stuff ($CGI, 
> $Session, etc.) if the page took longer than some user configurable 
> time to be served. Has something like this already been done? Could I 
> have some direction on how and where to hook this up?

1. AutoLoad/AutoEnd

   remember Unix time in AutoLoad
   compare to Unix time in AutoEnd, if time is exceeded, write a logfile entry

2. Apache Logs

   the time needed to deliver a page/image/... can be logged in the access log

Bye
	Racke


-- 
LinuXia Systems => http://www.linuxia.de/
Expert Interchange Consulting and System Administration
ICDEVGROUP => http://www.icdevgroup.org/
Interchange Development Team



More information about the interchange-users mailing list