List number of requests from specific IPs from Nginx access-Logs

less access.log | awk '{print $1}' | sort | uniq -c | sort -n | tail

Kommentare

Leave a Reply

Your email address will not be published. Required fields are marked *