查看mysql资源使用情况

use sys 
select event_name,current_alloc from sys.memory_global_by_current_bytes limit 10;

select host,current_allocated from memory_by_host_by_current_bytes;

select thread_id,user,current_allocated from memory_by_thread_by_current_bytes limit 5;
View Code

https://www.iplayio.cn/post/1673886632 

posted @ 2022-11-03 10:15  hanwei666  阅读(13)  评论(0编辑  收藏  举报
……