Last active
September 16, 2017 09:16
-
-
Save juslintek/a95720e26aa426028dea5baf77c55b81 to your computer and use it in GitHub Desktop.
Queries
This file contains 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 STATUS LIKE 'Qcache%'; | |
+-------------------------+-----------+ | |
| Variable_name | Value | | |
+-------------------------+-----------+ | |
| Qcache_free_blocks | 1 | | |
| Qcache_free_memory | 264909760 | | |
| Qcache_hits | 3208 | | |
| Qcache_inserts | 1232 | | |
| Qcache_lowmem_prunes | 0 | | |
| Qcache_not_cached | 504 | | |
| Qcache_queries_in_cache | 1203 | | |
| Qcache_total_blocks | 2640 | | |
+-------------------------+-----------+ | |
8 rows in set (0.00 sec) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment