Skip to content

Instantly share code, notes, and snippets.

@juslintek
Last active September 16, 2017 09:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save juslintek/a95720e26aa426028dea5baf77c55b81 to your computer and use it in GitHub Desktop.
Save juslintek/a95720e26aa426028dea5baf77c55b81 to your computer and use it in GitHub Desktop.
Queries
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