Au début j'étais là 🐙 et puis je me suis mis à 🕴 et finalement c'est tout 🍆
Merci SpaceFox, effectivement le cache est problématique, je vais probablement devoir relancer mysql un coup.
J'ai relancé mysql après avoir changé la config SpaceFox, c'est bon d'après moi, à voir si Munin pige. P-e que le format a changé avec MySQL5.6 et que Munin doit être adapté.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37 | mysql> SHOW VARIABLES LIKE 'have_query_cache';
+------------------+-------+
| Variable_name | Value |
+------------------+-------+
| have_query_cache | YES |
+------------------+-------+
1 row in set (0,00 sec)
mysql> SHOW STATUS LIKE 'Qcache%';
+-------------------------+----------+
| Variable_name | Value |
+-------------------------+----------+
| Qcache_free_blocks | 153 |
| Qcache_free_memory | 12861416 |
| Qcache_hits | 3084 |
| Qcache_inserts | 2822 |
| Qcache_lowmem_prunes | 0 |
| Qcache_not_cached | 7 |
| Qcache_queries_in_cache | 1444 |
| Qcache_total_blocks | 3101 |
+-------------------------+----------+
8 rows in set (0,00 sec)
mysql> SHOW STATUS LIKE 'Qcache%';
+-------------------------+----------+
| Variable_name | Value |
+-------------------------+----------+
| Qcache_free_blocks | 248 |
| Qcache_free_memory | 11857384 |
| Qcache_hits | 6425 |
| Qcache_inserts | 4957 |
| Qcache_lowmem_prunes | 0 |
| Qcache_not_cached | 59 |
| Qcache_queries_in_cache | 2203 |
| Qcache_total_blocks | 4710 |
+-------------------------+----------+
8 rows in set (0,01 sec)
|
Je confirme c'est rebon pour le cache. screenshot