select SUBSTRING_INDEX(host,':',1) as ip , count(*) from information_schema.processlist group by ip;

Mysql中查看每个IP的连接数

 

相关文章:

  • 2022-12-23
  • 2021-08-19
  • 2022-12-23
  • 2021-08-16
  • 2021-12-12
  • 2022-12-23
  • 2021-12-07
  • 2021-12-10
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-11-23
  • 2021-11-23
  • 2021-12-03
相关资源
相似解决方案