processlist
Posted igoodful
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了processlist相关的知识,希望对你有一定的参考价值。
select * from information_schema.processlist show full processlist
# 获得
select user,substring_index(host,‘:‘,1) as ip,count(1) as total from information_schema.processlist group by ip order by total desc;
以上是关于processlist的主要内容,如果未能解决你的问题,请参考以下文章
mysqladmin processlist; show processlist; show status;
MySQL中 show processlist 和 show full processlist命令详解
MySQL中 show processlist 和 show full processlist命令详解