In my request report, I want to see a separate count for every distinct
set of arguments passed to cgi scripts. That is the default behavior and
is working great. But it also prints an extra line that shows the grand
total for all hits to the script. Is there a way to supress that line? 

I'm using the command "OUTPUT COMPUTER" to pipe the data into another
program. In this format, the grand total line is not distinguishable
from the other lines and therefore, those requests essentially get
counted twice.

Here is a sample of the COMPUTER format for those of you not familiar
with it. The third field is the number of requests:

r,RD,3,2000,07,12,00,00,/cgi-bin/script.pl # grand total line
r,RD,1,2000,07,12,00,00,/cgi-bin/script.pl?x=1
r,RD,1,2000,07,12,00,00,/cgi-bin/script.pl?x=2
r,RD,1,2000,07,12,00,00,/cgi-bin/script.pl?x=3

The server in question is running Linux 2.2.10.with analog version 3.11
(I can upgrade analog if necessary).

Thanks in advance for any help!

-Sam


-- 
Sam Choukri
[EMAIL PROTECTED]
------------------------------------------------------------------------
This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/[email protected]/
------------------------------------------------------------------------

Reply via email to