1.统计IP访问次数

awk '{print $3}' default |sort -n|uniq -c|sort -rn|head

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-04-25
  • 2021-04-03
  • 2021-12-13
  • 2021-09-13
  • 2022-12-23
猜你喜欢
  • 2021-09-10
  • 2021-10-23
  • 2022-12-23
  • 2021-12-27
  • 2021-08-23
  • 2021-07-20
  • 2021-08-23
相关资源
相似解决方案