古城热线 发表于 2016-12-28 10:25:22

对 nginx access log 的ip排序

cat access.log | awk '{print $1}'| sort -n | uniq -c | sort -nr | head -20
页: [1]
查看完整版本: 对 nginx access log 的ip排序