获取网站请求书的前20个IP

[root@:vg_adn_tidbCkhsTest:172.31.30.62 ~]#netstat -anlp|grep 80|grep tcp|awk '{print $5}'|awk -F: '{print $1}'|sort|uniq -c|sort -nr|head -n20
05-11 11:07