Carl is Yet Another Python tool for analyzing log files, this time those of the RSync daemon. Tallies usage by IPs and shows a Top-N list of users by byte count and sessions. The tar.gz also contains an ebuild for Gentoo systems.
Carl analyzes rsync logfiles and creates a top ten list of users (or rather: IPs) both regarding volume and number of sessions.
Carl can be installed using the distutils method ("python setup.py install") or it can be run from its directory.
Carl automatically uses Psyco if it is installed.
Product's homepage
Requirements:
· Python
· Python Psyco