Top IPs by request count nginx

Top 10 client IPs hitting the server

awk '{print $1}' /var/log/nginx/access.log | sort | uniq -c | sort -rn | head -10
more nginx all 15 commands →