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

相关文章
相关标签/搜索