运维网's Archiver
论坛
›
nginx
› 对 nginx access log 的ip排序
古城热线
发表于 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排序