+1
Under review

MYSQL Connections & Processes

G C Solutions 10 years ago updated by Konstantin (Here to help) 10 years ago 4
It would be very nice to track actual connections into MYSQL VS  %. Also would be nice to track processes. Same concept being used via phpMYAdmin status monitor.
Under review
Hi,
Looks like it is already available with other monitors. Though I agree with you, it makes sense to build it in.
Could you please clarify what you mean with "VS %" and what in particular you want to track in processes?
Thanks.
Hi,

In MYSQL monitor it shows "Connections usage (%)" In effect this shows a % of connections from some known number. "VS" may not have been the proper term to use. As I might have just said a "option to monitor number of current connections".


Frank
An update here.
Connection usage is a % of max_connections: http://dev.mysql.com/doc/refman/5.5/en/server-system-variables.html#sysvar_max_connections which is a kind of quite constant value. So I'm not sure that it makes sense to replace this with the number of connections. What do you think?