ubuntu 运维相关的命令

  • # 找出请求量最大的 IP awk '{print $1}' /var/log/nginx/access.log | sort | uniq -c | sort -rn | head -30
友情链接