1、外部查看MySQL内存占用80% 2、内部查看MySQL使用的内存情况 (1)方式一:SELECT (@@key_buffer_size + @@innodb_buffer_pool_size + @@innodb_log_buffer_size + (select count(HOST) from information_schema.processlist)/*@@max_connections*/*(@@read_buffer_size + @@read_rnd_buffer_size + @@sort_buffer_size + @@join_buffer_size + @@binlog_cache_size + @@tmp_table_size +@@thread_stack))/1024/1024/1024\G (2)方式二:计算以下两种内存之和 select * from memory_global_total; + select * from memory_by_thread_by_current_bytes; 3、疑问:从内部查看MySQL的使用内存情况总小于外部查看的内存占用情况?有时候发现小的还挺多的,有点对不上 |
yejr
2023-12-15 08:45:47
| ||
KAiTO
2023-12-21 17:06:35
| ||
yejr
2023-12-21 17:16:32
| ||
合作电话:010-64087828
社区邮箱:greatsql@greatdb.com