Created
April 26, 2020 11:47
-
-
Save arpitbbhayani/c0de8ec415416e10d70154b9160b354a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ SHOW ENGINE INNODB STATUS | |
---------------------- | |
BUFFER POOL AND MEMORY | |
---------------------- | |
Total memory allocated 137363456; in additional pool allocated 0 | |
Dictionary memory allocated 159646 | |
Buffer pool size 8191 | |
Free buffers 7741 | |
Database pages 449 | |
Old database pages 0 | |
... | |
Pages made young 12, not young 0 | |
43.00 youngs/s, 27.00 non-youngs/s | |
... | |
Buffer pool hit rate 997 / 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 | |
... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment