国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁(yè) > 數(shù)據(jù)庫(kù) > MySQL > 正文

MySQL數(shù)據(jù)庫(kù)維護(hù)中監(jiān)控所用到的常用命令

2024-07-24 13:04:48
字體:
供稿:網(wǎng)友

status = show status like ‘%%' [例:show status like 'Com_select']
variables = show variables like ‘%%' [例:show variables like 'query_cache_size']

1、MySQL查詢次數(shù)(status)
Com_select;Com_update;Com_insert;Com_delete;Com_change_db

2、查詢緩存空間大小:query_cache_size(variables)
查詢緩存最大查詢數(shù)據(jù)集大小:query_cache_limit(variables);
緩存中的查詢個(gè)數(shù):Qcache_inserts(status);
查詢緩存命中率:(Qcache_hits/(Qcache_hits+Qcache_inserts))*100% (status)

3、索引緩存命中率
索引緩存空間大?。簁ey_buffer_size (variables)
索引緩存命中率:(Key_reads/Key_read_requests)*100% (status)

4、并發(fā)連接數(shù)
最大充許連接數(shù):max_connections(variables)
實(shí)際最大連接數(shù):max_used_connections(status)
當(dāng)前連接數(shù):Threads_connected(status)
活躍連接數(shù):Threads_running(status)
緩存連接數(shù):Threads_cache(status)

5、流量統(tǒng)計(jì)(status)
Bytes_received ,Bytes_sent(status)

6、連接次數(shù)
每秒連接次數(shù):Connections(status)
每秒實(shí)際創(chuàng)建連接次數(shù):Threads_created(status)

7、表鎖定統(tǒng)計(jì)
立即釋放的表鎖數(shù):Table_locks_immediate(status)
需要等待的表鎖數(shù):Table_locks_waited(status)

發(fā)表評(píng)論 共有條評(píng)論
用戶名: 密碼:
驗(yàn)證碼: 匿名發(fā)表
主站蜘蛛池模板: 绥宁县| 汤原县| 大连市| 成安县| 沧源| 成都市| 乡城县| 纳雍县| 吉水县| 东光县| 柯坪县| 宣城市| 错那县| 神农架林区| 建宁县| 舟曲县| 双鸭山市| 乐山市| 大兴区| 陆川县| 新竹市| 盐山县| 中西区| 邹平县| 新兴县| 罗定市| 鹤壁市| 安平县| 葫芦岛市| 长岭县| 财经| 临澧县| 太和县| 丰台区| 鹰潭市| 华蓥市| 平顺县| 怀安县| 张家川| 辽中县| 临安市|