On Mon, 2005-05-09 at 14:46 -0400, Sam Tregar wrote: > On Mon, 9 May 2005, Igor Chudov wrote: > > > I would like to at least have a log that lists pid, > > page requested, parameters, starting memory and memory > > after the request was processed. O rsome other ideas > > like that. Any thoughts? > > Check out GTop.pm. You should be able to write a LogHandler which > produces the stats you want.
Or use the subs in Apache::SizeLimit for calculating size. In fact, expanding the logging in SizeLimit would be a nice patch if you're interested and can do it without adding overhead for users that don't want it. - Perrin (Who is sitting right next to Sam, amusingly enough...)
