摘要: 第一步:分析NGINX日志 分析日志主要目的是寻找那些异常活跃的IP地址,通过以下命令可以快速找出。 cat access.log | awk '{print$1}' |sort|uniq -c|sort -rn|head -10cat access.log | awk '{print$1}' |s 阅读全文
posted @ 2024-06-09 12:14 xiaobingch 阅读(663) 评论(0) 推荐(0) 编辑