InnoDB buffer pool监控【Mysql InnoD

2019-08-14  本文已影响0人  judeshawn

监控命令


SHOW ENGINE INNODB STATUS是InnoDB标准监控的命令,其输出结果中的BUFFER POOL AND MEMORY部分用于监控缓冲池的使用。这部分的输出结果如下所示:

----------------------
BUFFER POOL AND MEMORY
----------------------
Total large memory allocated 2198863872
Dictionary memory allocated 776332
Buffer pool size   131072
Free buffers       124908
Database pages     5720
Old database pages 2071
Modified db pages  910
Pending reads 0
Pending writes: LRU 0, flush list 0, single page 0
Pages made young 4, not young 0
0.10 youngs/s, 0.00 non-youngs/s
Pages read 197, created 5523, written 5060
0.00 reads/s, 190.89 creates/s, 244.94 writes/s
Buffer pool hit rate 1000 / 1000, young-making rate 0 / 1000 not
0 / 1000
Pages read ahead 0.00/s, evicted without access 0.00/s, Random read
ahead 0.00/s
LRU len: 5720, unzip_LRU len: 0
I/O sum[0]:cur[0], unzip sum[0]:cur[0]

注意:

平均每秒的统计时段是从上次执行show engine innodb status之后到现在这段时间

各统计项的含义


上一篇 下一篇

猜你喜欢

热点阅读