Thread
:
Count number of occourences of a IP address in a log file.
View Single Post
Dec 21st, 2007, 11:13 AM
#
6
Sane
Programming Guru
Join Date: Apr 2005
Location: Waterloo, Ontario
Posts: 1,869
Rep Power:
5
Re: Count number of occourences of a IP address in a log file.
And in case you think 100kb is unreasonably large for a log file... a request every 13 seconds can fill that up in less than one day.
(
Toggle Plain Text
)
print ( 3600*24 ) / ( 100*1024/16.0 )
print ( 3600*24 ) / ( 100*1024/16.0 )
Sane
View Public Profile
Find More Posts by Sane