in reply to How to get more information on CGIs I'm watching with Unix's "top" command

What abount modifying index.cgi slightly so that every time it runs, it append the query string to a logfile? On second thoughts I think Apache will do this anyway, so have a look at your Apache access.log too.

just another cpan module author
  • Comment on Re: How to get more information on CGIs I'm watching with Unix's "top" command

Replies are listed 'Best First'.
Re^2: How to get more information on CGIs I'm watching with Unix's "top" command
by AidanLee (Chaplain) on Jul 27, 2007 at 15:38 UTC
    I considered that (using the access log), but i needed to identify which PID was the culprit, as there could be many instances of index.cgi running at the same time.