获取网站请求书的前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

 

相关文章:

  • 2022-02-16
  • 2021-05-21
  • 2021-11-18
  • 2022-12-23
  • 2021-12-29
  • 2022-12-23
  • 2021-12-13
  • 2021-04-18
猜你喜欢
  • 2021-11-23
  • 2022-01-30
  • 2021-07-21
  • 2021-09-11
  • 2021-04-15
  • 2021-12-19
  • 2022-12-23
相关资源
相似解决方案