Nginx Log日志统计分析常用命令 IP相关统计 统计IP访问量(独立ip访问数量)awk '{print $1}' access.log | sort -n | uniq | wc -l 查看某一时间段的IP访问量(4-5点)grep... 2019年5月21日 Linux 427 viewsNginx Log日志统计分析常用命令已关闭评论 阅读全文