parse apache access log entries to find top user agents, top urls and top IPs
This script will allow you to see the top user agents, urls, IPs for your log files: Script name: ls-httpd #!/bin/bash # Usage # ls-httpd type count # Eg: # ls-httpd url 1000 # will find top URLs in…