forums › forums › Monyog › Using Monyog › Percentage Of Max Allowed Reached
- This topic is empty.
-
AuthorPosts
-
-
August 31, 2010 at 4:53 pm #31273
peterlaursen
ParticipantPlease try to execute the statements (from any client):
SHOW GLOBAL STATUS LIKE 'Max_used_connections';
SHOW GLOBAL VARIABLES LIKE 'max_connections';
That is what MONyog does. The formula is “Max_used_connections / max_connections”.
Note that this counter does not tell a shapshot of what situation is *now* – but tells what was the 'worst' situation in this respect that has occurred since server was restarted or FLUSH STATUS was executed.
-
September 1, 2010 at 7:03 am #31274
mauso
MemberIs true
thank
this problem is solved
'peterlaursen' wrote on '31:Please try to execute the statements (from any client):
SHOW GLOBAL STATUS LIKE 'Max_used_connections';
SHOW GLOBAL VARIABLES LIKE 'max_connections';
That is what MONyog does. The formula is “Max_used_connections / max_connections”.
Note that this counter does not tell a shapshot of what situation is *now* – but tells what was the 'worst' situation in this respect that has occurred since server was restarted or FLUSH STATUS was executed.
-
October 10, 2010 at 2:55 pm #31275
steven11
MemberYes the solution works. I had the same problem. This is very quick to do. Thank you. 😉
'peterlaursen' wrote:Please try to execute the statements (from any client):
SHOW GLOBAL STATUS LIKE 'Max_used_connections';
SHOW GLOBAL VARIABLES LIKE 'max_connections';
That is what MONyog does. The formula is “Max_used_connections / max_connections”.
Note that this counter does not tell a shapshot of what situation is *now* – but tells what was the 'worst' situation in this respect that has occurred since server was restarted or FLUSH STATUS was executed.
-
October 18, 2010 at 7:24 am #31276
Shalmali
MemberWe are working on clearing alerts with out executing FLUSH STATUS.
This feature should be out in the next few weeks.
–Shalmali
-
-
AuthorPosts
- You must be logged in to reply to this topic.