SHOW STATUS like '%innodb_buffer_pool%';
SHOW ENGINE INNODB STATUS;
=====================================
2020-12-28 15:13:44 0x7f481b30c700 INNODB MONITOR OUTPUT
=====================================
Per second averages calculated from the last 45 seconds
----------------------
BUFFER POOL AND MEMORY
----------------------
Total large memory allocated 137428992 总大小
Dictionary memory allocated 3539530
Buffer pool size 8192 总页数
Free buffers 1024 空闲页
Database pages 7007 缓存页
Old database pages 2566 冷数据页数
Modified db pages 105 脏页
Pending reads 0
Pending writes: LRU 0, flush list 0, single page 0
Pages made young 1234998, not young 63788318
2.49 youngs/s, 0.56 non-youngs/s
Pages read 1131122, created 21905, written 43518
0.09 reads/s, 0.00 creates/s, 6.00 writes/s
Buffer pool hit rate 1000 / 1000, young-making rate 7 / 1000 not 1 / 1000
Pages read ahead 0.00/s, evicted without access 0.00/s, Random read ahead 0.00/s
LRU len: 7007, unzip_LRU len: 0
I/O sum[357]:cur[7], unzip sum[0]:cur[0]
----------------------------
END OF INNODB MONITOR OUTPUT
============================