Perl : Counting occurences of IP addresses in Apache logs
Tuesday, March 2nd, 2010This Perl one-liner is intended to print the 10 most frequent client IP addresses in an Apache log file. It can easily be recycled to count anything, though.
(more…)
MySQL uses the so called binary log files to implement master/slaves replication.


