摘要: 查看缓存相关的命令1.show status like 'qc%';结果Qcache_free_blocks:目前还处于空闲状态的 Query Cache 中内存 Block 数目 Qcache_free_memory:目前还处于空闲状态的 Query Cache 内存总量 Qcache_hits:Query Cache 命中次数 Qcache_inserts:向 Query Cache 中插入新的 Query Cache 的次数,也就是没有命中的次数 Qcache_lowmem_prunes:当 Query Cache 内存容量不够,需要从中删除老的 Query Cache 阅读全文
posted @ 2012-11-24 15:45 bobsoft 阅读(282) 评论(0) 推荐(0) 编辑