检测Nginx访问成功(状态码200)的IP及次数

cat  access.log |awk '{print $1,$9}'|grep '200'|sort | uniq -c|awk '{print $2" "$1}'awk

相关文章
相关标签/搜索