ubuntu统计访问次数最多的IP,分析打印内容含义 1年前 (2024-06-16) ubuntu统计访问次数最多的IP,分析打印内容含义已关闭评论 root@Ubuntu:~# awk '{print $1}' /var/log/nginx/access.log | sort | uniq -c | sort -nr | head -n 10 243099 194.164.60.90 139680 159.65... 阅读原文