You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Warning: Cannot compute advanced MySQL metrics; cannot read mysql pid file /var/run/mysqld/mysqld.pid
It is true that the pid file isn't readable, but the check compute advanced metrics (such as 'mysql.performance.user_time'). It gets the pid with _get_server_pid, using ps.
In fact, the warning command isn't where it should be in the code.
We just have to move it (I will do it), but it is also the good opportunity to refactor this part of the code (to include it in _get_server_pid).
The text was updated successfully, but these errors were encountered:
From info page, on a Debian Squeeze:
It is true that the pid file isn't readable, but the check compute advanced metrics (such as 'mysql.performance.user_time'). It gets the pid with
_get_server_pid
, usingps
.In fact, the warning command isn't where it should be in the code.
We just have to move it (I will do it), but it is also the good opportunity to refactor this part of the code (to include it in
_get_server_pid
).The text was updated successfully, but these errors were encountered: