If you're looking for a useful log analysis program, check out Analog. This powerful, fast tool creates Web pages based on the analysis of Apache log files. If your Linux vendor doesn't provide binary ...
The httpd_log_exporter is a tool designed for reading Apache2 combined log files and exposing Prometheus metrics. The metrics comprise sent bytes, received bytes, request count and request processing ...
I mean tail is ok, right now i just use tail -n 20 /var/log/httpd/access_log<P>and it spits out the lines np, but i am sure there is some viewer that'll refresh the ...