nginx 代理取top IP

netstat -anp |grep ":80"|awk '{print $5}'|awk -F: '{print $1}'|grep -v "10"|sort -n |uniq -c |sort -nr |head -20 ide

相關文章
相關標籤/搜索