
GoAccess is an open source real-time web log analyzer and interactive viewer that runs in a terminal in *nix systems. It provides fast and valuable HTTP statistics for system administrators that require a visual server report on the fly.
yum install goaccess
Edit `/etc/goaccess.conf`
Add line:
time-format %T
goaccess -f /var/log/apache2/access.log -a
save to file
goaccess -f /var/log/apache2/access.log -a > report.html