Mysql中查看每个IP的连接数
select SUBSTRING_INDEX(host,':',1) as ip , count(*) from information_schema.processlist group by ip;
Powered by: 博客园 Copyright © 2024 许爱琪 Powered by .NET 9.0 on Kubernetes