Skip to content

haydenjames/mysqlmonitor-script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 

Repository files navigation

MySQL Monitor Script

MySQL Monitor Script Output

This is a lightweight bash script designed to provide sysadmins and DBAs with a quick overview of MySQL metrics. It displays critical metrics like InnoDB buffer usage, query performance, and system memory, along with brief explanations of each variable.

How to Install and Use

Cut and paste each step.

Step 1: Download the script

curl -O https://raw.githubusercontent.com/haydenjames/mysqlmonitor-script/main/mysqlmonitor.sh

Step 2: Make the script executable

chmod +x mysqlmonitor.sh

Step 3: Run the script

./mysqlmonitor.sh

Done!


or...

Single command install and run

Simply cut and paste. This command will download and run mysqlmonitor.sh immediately.

curl -O https://raw.githubusercontent.com/haydenjames/mysqlmonitor-script/main/mysqlmonitor.sh && \
chmod +x mysqlmonitor.sh && \
./mysqlmonitor.sh

Blog Article

Linuxblog.io: MySQL Monitor: A Simple MySQL Monitoring Script

About

A lightweight MySQL monitoring script for sysadmins and DBAs.

Topics

Resources

License

Stars

Watchers

Forks

Languages