首页 >> 文档中心 >> 建站资讯
# 查看500错误 awk '$9 == 500' access.log # 统计IP访问频率 awk '{print $1}' access.log | sort | uniq -c | sort -rn | head -20 # 查找爬虫访问 grep -i "bot|spider|crawler" access.log
扫码关注我们