mysql -e "SHOW GLOBAL STATUS LIKE 'Qcache%'"
root@tmnhost:/home/droni4# mysql -e "SHOW GLOBAL STATUS LIKE 'Qcache%'"
+-------------------------+----------+
| Variable_name | Value |
+-------------------------+----------+
| Qcache_free_blocks | 460 |
| Qcache_free_memory | 62703440 |
| Qcache_hits | 15971382 |
| Qcache_inserts | 15247050 |
| Qcache_lowmem_prunes | 2134139 |
| Qcache_not_cached | 37077 |
| Qcache_queries_in_cache | 1145 |
| Qcache_total_blocks | 2894 |
+-------------------------+----------+