[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cobalt-users] Reference Values for Log Analyis Program



Hello all,

I am currently writing a log analyzer. I am just testing the first routine.
This routine does analyse the whole server log /home/log/httpd/access and
creates a list containing each domain access with the total number of
requests and total transfer size.

I don't know how fast my program should be to be run on a RaQ2, but perhaps
one of you knows.

I have tested my program with a 16 MB log file that contains 300 MB of
transfer and about 70.000 http requests. On my local Pentium III, 600 MHz,
64 MB, my stats program (compiled as dos 16 bit exe but run at the dos
prompt under windows 98) takes about 8 seconds for analyzing this log file.

Is this value good, bad or average ?

Thanks
Manuel