设为首页 加入收藏

TOP

MySQL系统变量优化详述(二)
2018-04-13 06:06:32 】 浏览:235
Tags:MySQL 系统 变量 优化 详述
d    | 0                                                |
| Innodb_buffer_pool_read_ahead        | 0                                                |
| Innodb_buffer_pool_read_ahead_evicted | 0                                                |
| Innodb_buffer_pool_read_requests      | 91375799                                        |
| Innodb_buffer_pool_reads              | 380                                              |
| Innodb_buffer_pool_wait_free          | 0                                                |
| Innodb_buffer_pool_write_requests    | 41378543                                        |
+---------------------------------------+--------------------------------------------------+
 mysql> SHOW ENGINE INNODB STATUS \G
 *************************** 1. row ***************************
  Type: InnoDB
  Name:
 Status:
 =====================================
 2018-04-10 14:29:36 0x7f6777c37700 INNODB MONITOR OUTPUT
 =====================================
 Per second averages calculated from the last 4 seconds
 -----------------
 BACKGROUND THREAD
 -----------------
 srv_master_thread loops: 327 srv_active, 0 srv_shutdown, 942463 srv_idle
 srv_master_thread log flush and writes: 942790
 ----------
 SEMAPHORES
 ----------
 OS WAIT ARRAY INFO: reservation count 2095
 OS WAIT ARRAY INFO: signal count 2039
 RW-shared spins 0, rounds 469, OS waits 237
 RW-excl spins 0, rounds 9654, OS waits 322
 RW-sx spins 148, rounds 4422, OS waits 145
 Spin rounds per wait: 469.00 RW-shared, 9654.00 RW-excl, 29.88 RW-sx
 ------------
 TRANSACTIONS
 ------------
 Trx id counter 10166
 Purge done for trx's n:o < 10166 undo n:o < 0 state: running but idle
 History list length 56
 LIST OF TRANSACTIONS FOR EACH SESSION:
 ---TRANSACTION 421558371456848, not started
 0 lock struct(s), heap size 1136, 0 row lock(s)
 --------
 FILE I/O
 --------
 I/O thread 0 state: waiting for i/o request (insert buffer thread)
 I/O thread 1 state: waiting for i/o request (log thread)
 I/O thread 2 state: waiting for i/o request (read thread)
 I/O thread 3 state: waiting for i/o request (read thread)
 I/O thread 4 state: waiting for i/o request (read thread)
 I/O thread 5 state: waiting for i/o request (read thread)
 I/O thread 6 state: waiting for i/o request (write thread)
 I/O thread 7 state
首页 上一页 1 2 3 4 下一页 尾页 2/4/4
】【打印繁体】【投稿】【收藏】 【推荐】【举报】【评论】 【关闭】 【返回顶部
上一篇如何在Ubuntu上安装MySQL/MariaDB 下一篇MySQL索引管理优化详述

最新文章

热门文章

Hot 文章

Python

C 语言

C++基础

大数据基础

linux编程基础

C/C++面试题目