Monitoring MySQL Queries Using Bash Script

Monitoring MySQL Queries Using Bash Script

Note: This article will be emailed to your friend.

Monitoring MySQL queries is a favorite pastime of MySQL administrators especially for performance reasons. Here is a simple bash script to monitor long running MySQL queries in realtime using the ubiquitous ’show processlist’. The best part about this script is that you can use it to log your queries over time for later evaluation.

#!/bin/bash
while [ [...]

Read the rest of this article (213 words)

Please fill in the following fields

* - Required

Your Name: *

Your E-Mail: *

Your Remarks:

Friend's Name: *

Friend's E-Mail: *

Protected by Comment Guard Pro