List number of requests from specific IPs from Nginx access-Logs Pastesbash, nginx, number, overview, requests less access.log | awk '{print $1}' | sort | uniq -c | sort -n | tail