檢測Nginx訪問成功(狀態碼200)的IP及次數

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

相關文章
相關標籤/搜索