Build precise queries to find exactly what you need
Press ESC to close
Your review has been submitted and is pending approval.
Nagios plugin for MySQL. Checks the MySQL processlist for long running threads.
Current Version
1.0
Last Release Date
2014-05-03
Owner
Jean Paul Galea
Website
https://github.com/jeanpaulgalea/check_mysql_threads
Download URL
https://github.com/jeanpaulgalea/check_mysql_threads/archive/master.zip
License
BSD
Nagios plugin for MySQL.
Checks the MySQL processlist for long running threads.
Threads which have been running for a long time could signal that something is very wrong within MySQL, such as hung queries wasting CPU cycles.
This could be caused by application contention, for example, when trying to acquire locks on the same rows.
However, long running threads could also be caused by DDL statements, such as running ALTER on large tables.
This plugin can be helpful in monitoring the overall health of an infrastructure, when combined with other standard checks.
For example, a webserver might not be responding to clients' requests.
In such situations, it's tempting to focus only on the webserver, to try and figure out what is wrong.
Although in fact, it might be MySQL who is causing the actual problem, because it can't keep up with SQL queries from the application.
You must be logged in to submit a review.
To:
From: