Description of Watch Weblog :
This utility will allow you to watch, interactively, an Apache access_log for a website. It shows you the domain accessing (resolved to a name if possible), how many times they have done so, and what page or resource they are requesting. This utility accepts input from standard in (STDIN) so it is best coupled with 'tail' It also employs a DNS cache to speed lookups. Typical use is coupled with 'tail' IE: tail -f path/to/access_log | watch_weblog.pl