70
Effective MySQL Monitoring Baron Schwartz March 2012

Effective MySQL Monitoring - Percona...MySQL Enterprise New Relic Circonus MRTG Munin Monit MonYOG Zenoss … and many more Percona Monitoring Plugins The philosophy: Don't create

  • Upload
    others

  • View
    15

  • Download
    0

Embed Size (px)

Citation preview

Page 1: Effective MySQL Monitoring - Percona...MySQL Enterprise New Relic Circonus MRTG Munin Monit MonYOG Zenoss … and many more Percona Monitoring Plugins The philosophy: Don't create

Effective MySQL MonitoringBaron Schwartz

March 2012

Page 2: Effective MySQL Monitoring - Percona...MySQL Enterprise New Relic Circonus MRTG Munin Monit MonYOG Zenoss … and many more Percona Monitoring Plugins The philosophy: Don't create

www.percona.com

Who Am I?

Page 3: Effective MySQL Monitoring - Percona...MySQL Enterprise New Relic Circonus MRTG Munin Monit MonYOG Zenoss … and many more Percona Monitoring Plugins The philosophy: Don't create

www.percona.com

Who Am I?

Page 4: Effective MySQL Monitoring - Percona...MySQL Enterprise New Relic Circonus MRTG Munin Monit MonYOG Zenoss … and many more Percona Monitoring Plugins The philosophy: Don't create

www.percona.com

Who Am I?

● Maatkit● Innotop● Aspersa● JavaScript Libraries

● Percona Toolkit● Monitoring Plugins● Online Tools

Page 5: Effective MySQL Monitoring - Percona...MySQL Enterprise New Relic Circonus MRTG Munin Monit MonYOG Zenoss … and many more Percona Monitoring Plugins The philosophy: Don't create

www.percona.com

● Consulting

● Support

● Training

● Conferences

● Engineering

● Percona Server

● Percona XtraBackup

● Percona XtraDB Cluster

● Percona Toolkit

● Many More

Page 6: Effective MySQL Monitoring - Percona...MySQL Enterprise New Relic Circonus MRTG Munin Monit MonYOG Zenoss … and many more Percona Monitoring Plugins The philosophy: Don't create

www.percona.com

Agenda

● What Kind of Monitoring?● Historical Data, Graphing● Fault Detection and Alerting

● What to Monitor● Tools● Overview of Nagios Plugins● Demo of Cacti Templates

Page 7: Effective MySQL Monitoring - Percona...MySQL Enterprise New Relic Circonus MRTG Munin Monit MonYOG Zenoss … and many more Percona Monitoring Plugins The philosophy: Don't create

www.percona.com

Two Kinds of Monitoring

● Capturing metrics● Detecting faults

Page 8: Effective MySQL Monitoring - Percona...MySQL Enterprise New Relic Circonus MRTG Munin Monit MonYOG Zenoss … and many more Percona Monitoring Plugins The philosophy: Don't create

www.percona.com

Capturing Metrics

● Useful for troubleshooting, diagnosis, and “noticing things”

● Very handy for graphs/charts● Typical problem: you're missing the one thing

you want● What to monitor: everything?

Page 9: Effective MySQL Monitoring - Percona...MySQL Enterprise New Relic Circonus MRTG Munin Monit MonYOG Zenoss … and many more Percona Monitoring Plugins The philosophy: Don't create

www.percona.com

Fault Detection

● Monitor system health● Alert when there are problems

Page 10: Effective MySQL Monitoring - Percona...MySQL Enterprise New Relic Circonus MRTG Munin Monit MonYOG Zenoss … and many more Percona Monitoring Plugins The philosophy: Don't create

www.percona.com

Fault Detection

● Monitor system health● Alert when there are problems● Typical problem: spammy alerts

● Non-actionable● False positives● /dev/null email filters

Page 11: Effective MySQL Monitoring - Percona...MySQL Enterprise New Relic Circonus MRTG Munin Monit MonYOG Zenoss … and many more Percona Monitoring Plugins The philosophy: Don't create

www.percona.com

Fault Detection

● Monitor system health● Alert when there are problems● Typical problem: spammy alerts

● Non-actionable● False positives● /dev/null email filters

● What to monitor: only as much as needed?

Page 12: Effective MySQL Monitoring - Percona...MySQL Enterprise New Relic Circonus MRTG Munin Monit MonYOG Zenoss … and many more Percona Monitoring Plugins The philosophy: Don't create

www.percona.com

Why not do both in one tool?

● Caching● Consistency● Staleness

Page 13: Effective MySQL Monitoring - Percona...MySQL Enterprise New Relic Circonus MRTG Munin Monit MonYOG Zenoss … and many more Percona Monitoring Plugins The philosophy: Don't create

www.percona.com

Monitoring Tools

Page 14: Effective MySQL Monitoring - Percona...MySQL Enterprise New Relic Circonus MRTG Munin Monit MonYOG Zenoss … and many more Percona Monitoring Plugins The philosophy: Don't create

www.percona.com

Why So Many?

Page 15: Effective MySQL Monitoring - Percona...MySQL Enterprise New Relic Circonus MRTG Munin Monit MonYOG Zenoss … and many more Percona Monitoring Plugins The philosophy: Don't create

www.percona.com

Why So Many?

Thus is bornYet Another Tool

Page 16: Effective MySQL Monitoring - Percona...MySQL Enterprise New Relic Circonus MRTG Munin Monit MonYOG Zenoss … and many more Percona Monitoring Plugins The philosophy: Don't create

www.percona.com

Popular Tools

● Nagios● Cacti● Zabbix● MySQL Enterprise● New Relic● Circonus

● MRTG● Munin● Monit● MonYOG● Zenoss● … and many more

Page 17: Effective MySQL Monitoring - Percona...MySQL Enterprise New Relic Circonus MRTG Munin Monit MonYOG Zenoss … and many more Percona Monitoring Plugins The philosophy: Don't create

www.percona.com

Percona Monitoring Plugins

● The philosophy:● Don't create Yet Another Tool● Make existing tools better and easier to use● Nagios and Cacti are good enough for most

● The plugins are 100% free and open source● See http://www.percona.com/software

Page 18: Effective MySQL Monitoring - Percona...MySQL Enterprise New Relic Circonus MRTG Munin Monit MonYOG Zenoss … and many more Percona Monitoring Plugins The philosophy: Don't create

www.percona.com

Monitoring with Nagios

Page 19: Effective MySQL Monitoring - Percona...MySQL Enterprise New Relic Circonus MRTG Munin Monit MonYOG Zenoss … and many more Percona Monitoring Plugins The philosophy: Don't create

www.percona.com

Using Nagios

● Nagios is primarily for fault detection

Page 20: Effective MySQL Monitoring - Percona...MySQL Enterprise New Relic Circonus MRTG Munin Monit MonYOG Zenoss … and many more Percona Monitoring Plugins The philosophy: Don't create

www.percona.com

Using Nagios

● Nagios is primarily for fault detection● Works via plugins

● Executables that follow specific conventions● Exit code● Text to STDOUT

Page 21: Effective MySQL Monitoring - Percona...MySQL Enterprise New Relic Circonus MRTG Munin Monit MonYOG Zenoss … and many more Percona Monitoring Plugins The philosophy: Don't create

www.percona.com

Using Nagios

● Nagios is primarily for fault detection● Works via plugins

● Executables that follow specific conventions● Exit code● Text to STDOUT

● Nagios plugins are pretty universal● Portable to many/most similar systems● Zabbix, etc

Page 22: Effective MySQL Monitoring - Percona...MySQL Enterprise New Relic Circonus MRTG Munin Monit MonYOG Zenoss … and many more Percona Monitoring Plugins The philosophy: Don't create

www.percona.com

Nagios Plugins for MySQL

● There are too many plugins, too!● My suggestion:

● The official plugins (there are only a couple)● Plus Percona's (there is a decent selection)

Page 23: Effective MySQL Monitoring - Percona...MySQL Enterprise New Relic Circonus MRTG Munin Monit MonYOG Zenoss … and many more Percona Monitoring Plugins The philosophy: Don't create

www.percona.com

Why Percona's Plugins?

● Targeted towards avoiding spammy alerts● High quality● Good documentation● Free

Page 24: Effective MySQL Monitoring - Percona...MySQL Enterprise New Relic Circonus MRTG Munin Monit MonYOG Zenoss … and many more Percona Monitoring Plugins The philosophy: Don't create

www.percona.com

Why Percona's Plugins?

● Integrates with other Percona tools● Easy to extend and customize

● Highly structured● Designed for testability● Written in Bourne shell

Page 25: Effective MySQL Monitoring - Percona...MySQL Enterprise New Relic Circonus MRTG Munin Monit MonYOG Zenoss … and many more Percona Monitoring Plugins The philosophy: Don't create

www.percona.com

Why Percona's Plugins?

Page 26: Effective MySQL Monitoring - Percona...MySQL Enterprise New Relic Circonus MRTG Munin Monit MonYOG Zenoss … and many more Percona Monitoring Plugins The philosophy: Don't create

www.percona.com

Why Percona's Plugins?

This makes the pluginsunit-testable for quality.

Page 27: Effective MySQL Monitoring - Percona...MySQL Enterprise New Relic Circonus MRTG Munin Monit MonYOG Zenoss … and many more Percona Monitoring Plugins The philosophy: Don't create

www.percona.com

Overview of Percona Plugins

● Operating Environment:● LVM snapshots● Deleted files● Privileges● PID files● System memory

Page 28: Effective MySQL Monitoring - Percona...MySQL Enterprise New Relic Circonus MRTG Munin Monit MonYOG Zenoss … and many more Percona Monitoring Plugins The philosophy: Don't create

www.percona.com

Overview of Percona Plugins

● MySQL:● Table checksums● Replication● Processes● InnoDB status● Deadlocks● Arbitrary status counters

Page 29: Effective MySQL Monitoring - Percona...MySQL Enterprise New Relic Circonus MRTG Munin Monit MonYOG Zenoss … and many more Percona Monitoring Plugins The philosophy: Don't create

www.percona.com

What to Monitor

● Everything appropriate from the previous slides● Carefully selected status counters

● Uptime. If too small, server has restarted● Threads_connected approaches max_connections

Page 30: Effective MySQL Monitoring - Percona...MySQL Enterprise New Relic Circonus MRTG Munin Monit MonYOG Zenoss … and many more Percona Monitoring Plugins The philosophy: Don't create

www.percona.com

What NOT to Monitor

● In general, be cautious with...● Cache hit ratios● $variable-per-second● Threshold-based alerts

Page 31: Effective MySQL Monitoring - Percona...MySQL Enterprise New Relic Circonus MRTG Munin Monit MonYOG Zenoss … and many more Percona Monitoring Plugins The philosophy: Don't create

www.percona.com

What NOT to Monitor

● Why?● A single “right” threshold is hard to find● These are usually not reliable indicators● They are also usually not actionable

● They generate spam alerts!

Page 32: Effective MySQL Monitoring - Percona...MySQL Enterprise New Relic Circonus MRTG Munin Monit MonYOG Zenoss … and many more Percona Monitoring Plugins The philosophy: Don't create

www.percona.com

Writing Custom Checks

● Use the pmp-check-mysql-status plugin● You can easily monitor counters, ratios...● Example:

● -x Threads_running -w 20 -c 40● See the documentation for more examples

Page 33: Effective MySQL Monitoring - Percona...MySQL Enterprise New Relic Circonus MRTG Munin Monit MonYOG Zenoss … and many more Percona Monitoring Plugins The philosophy: Don't create

www.percona.com

Monitoring with Cacti

Page 34: Effective MySQL Monitoring - Percona...MySQL Enterprise New Relic Circonus MRTG Munin Monit MonYOG Zenoss … and many more Percona Monitoring Plugins The philosophy: Don't create

www.percona.com

Cacti

● Cacti is for metrics collection and graphing● Good: easy to install, easy to get started● Bad: tedious to template-ize

Page 35: Effective MySQL Monitoring - Percona...MySQL Enterprise New Relic Circonus MRTG Munin Monit MonYOG Zenoss … and many more Percona Monitoring Plugins The philosophy: Don't create

www.percona.com

Cacti

● Cacti is for metrics collection and graphing● Good: easy to install, easy to get started● Bad: tedious to template-ize

● Percona Monitoring Plugins fixes this● Ready-made templates● Template-generation utilities● Easy to extend and customize

Page 36: Effective MySQL Monitoring - Percona...MySQL Enterprise New Relic Circonus MRTG Munin Monit MonYOG Zenoss … and many more Percona Monitoring Plugins The philosophy: Don't create

www.percona.com

Page 37: Effective MySQL Monitoring - Percona...MySQL Enterprise New Relic Circonus MRTG Munin Monit MonYOG Zenoss … and many more Percona Monitoring Plugins The philosophy: Don't create

www.percona.com

Page 38: Effective MySQL Monitoring - Percona...MySQL Enterprise New Relic Circonus MRTG Munin Monit MonYOG Zenoss … and many more Percona Monitoring Plugins The philosophy: Don't create

www.percona.com

Page 39: Effective MySQL Monitoring - Percona...MySQL Enterprise New Relic Circonus MRTG Munin Monit MonYOG Zenoss … and many more Percona Monitoring Plugins The philosophy: Don't create

www.percona.com

Page 40: Effective MySQL Monitoring - Percona...MySQL Enterprise New Relic Circonus MRTG Munin Monit MonYOG Zenoss … and many more Percona Monitoring Plugins The philosophy: Don't create

www.percona.com

Page 41: Effective MySQL Monitoring - Percona...MySQL Enterprise New Relic Circonus MRTG Munin Monit MonYOG Zenoss … and many more Percona Monitoring Plugins The philosophy: Don't create

www.percona.com

Page 42: Effective MySQL Monitoring - Percona...MySQL Enterprise New Relic Circonus MRTG Munin Monit MonYOG Zenoss … and many more Percona Monitoring Plugins The philosophy: Don't create

www.percona.com

Page 43: Effective MySQL Monitoring - Percona...MySQL Enterprise New Relic Circonus MRTG Munin Monit MonYOG Zenoss … and many more Percona Monitoring Plugins The philosophy: Don't create

www.percona.com

Page 44: Effective MySQL Monitoring - Percona...MySQL Enterprise New Relic Circonus MRTG Munin Monit MonYOG Zenoss … and many more Percona Monitoring Plugins The philosophy: Don't create

www.percona.com

Page 45: Effective MySQL Monitoring - Percona...MySQL Enterprise New Relic Circonus MRTG Munin Monit MonYOG Zenoss … and many more Percona Monitoring Plugins The philosophy: Don't create

www.percona.com

Page 46: Effective MySQL Monitoring - Percona...MySQL Enterprise New Relic Circonus MRTG Munin Monit MonYOG Zenoss … and many more Percona Monitoring Plugins The philosophy: Don't create

www.percona.com

Page 47: Effective MySQL Monitoring - Percona...MySQL Enterprise New Relic Circonus MRTG Munin Monit MonYOG Zenoss … and many more Percona Monitoring Plugins The philosophy: Don't create

www.percona.com

Page 48: Effective MySQL Monitoring - Percona...MySQL Enterprise New Relic Circonus MRTG Munin Monit MonYOG Zenoss … and many more Percona Monitoring Plugins The philosophy: Don't create

www.percona.com

Page 49: Effective MySQL Monitoring - Percona...MySQL Enterprise New Relic Circonus MRTG Munin Monit MonYOG Zenoss … and many more Percona Monitoring Plugins The philosophy: Don't create

www.percona.com

Page 50: Effective MySQL Monitoring - Percona...MySQL Enterprise New Relic Circonus MRTG Munin Monit MonYOG Zenoss … and many more Percona Monitoring Plugins The philosophy: Don't create

www.percona.com

Page 51: Effective MySQL Monitoring - Percona...MySQL Enterprise New Relic Circonus MRTG Munin Monit MonYOG Zenoss … and many more Percona Monitoring Plugins The philosophy: Don't create

www.percona.com

Page 52: Effective MySQL Monitoring - Percona...MySQL Enterprise New Relic Circonus MRTG Munin Monit MonYOG Zenoss … and many more Percona Monitoring Plugins The philosophy: Don't create

www.percona.com

Page 53: Effective MySQL Monitoring - Percona...MySQL Enterprise New Relic Circonus MRTG Munin Monit MonYOG Zenoss … and many more Percona Monitoring Plugins The philosophy: Don't create

www.percona.com

Page 54: Effective MySQL Monitoring - Percona...MySQL Enterprise New Relic Circonus MRTG Munin Monit MonYOG Zenoss … and many more Percona Monitoring Plugins The philosophy: Don't create

www.percona.com

Page 55: Effective MySQL Monitoring - Percona...MySQL Enterprise New Relic Circonus MRTG Munin Monit MonYOG Zenoss … and many more Percona Monitoring Plugins The philosophy: Don't create

www.percona.com

Page 56: Effective MySQL Monitoring - Percona...MySQL Enterprise New Relic Circonus MRTG Munin Monit MonYOG Zenoss … and many more Percona Monitoring Plugins The philosophy: Don't create

www.percona.com

Page 57: Effective MySQL Monitoring - Percona...MySQL Enterprise New Relic Circonus MRTG Munin Monit MonYOG Zenoss … and many more Percona Monitoring Plugins The philosophy: Don't create

www.percona.com

Page 58: Effective MySQL Monitoring - Percona...MySQL Enterprise New Relic Circonus MRTG Munin Monit MonYOG Zenoss … and many more Percona Monitoring Plugins The philosophy: Don't create

www.percona.com

Page 59: Effective MySQL Monitoring - Percona...MySQL Enterprise New Relic Circonus MRTG Munin Monit MonYOG Zenoss … and many more Percona Monitoring Plugins The philosophy: Don't create

www.percona.com

Page 60: Effective MySQL Monitoring - Percona...MySQL Enterprise New Relic Circonus MRTG Munin Monit MonYOG Zenoss … and many more Percona Monitoring Plugins The philosophy: Don't create

www.percona.com

Page 61: Effective MySQL Monitoring - Percona...MySQL Enterprise New Relic Circonus MRTG Munin Monit MonYOG Zenoss … and many more Percona Monitoring Plugins The philosophy: Don't create

www.percona.com

Page 62: Effective MySQL Monitoring - Percona...MySQL Enterprise New Relic Circonus MRTG Munin Monit MonYOG Zenoss … and many more Percona Monitoring Plugins The philosophy: Don't create

www.percona.com

Page 63: Effective MySQL Monitoring - Percona...MySQL Enterprise New Relic Circonus MRTG Munin Monit MonYOG Zenoss … and many more Percona Monitoring Plugins The philosophy: Don't create

www.percona.com

Page 64: Effective MySQL Monitoring - Percona...MySQL Enterprise New Relic Circonus MRTG Munin Monit MonYOG Zenoss … and many more Percona Monitoring Plugins The philosophy: Don't create

www.percona.com

Page 65: Effective MySQL Monitoring - Percona...MySQL Enterprise New Relic Circonus MRTG Munin Monit MonYOG Zenoss … and many more Percona Monitoring Plugins The philosophy: Don't create

www.percona.com

Page 66: Effective MySQL Monitoring - Percona...MySQL Enterprise New Relic Circonus MRTG Munin Monit MonYOG Zenoss … and many more Percona Monitoring Plugins The philosophy: Don't create

www.percona.com

Take-away Points

● Record metrics eagerly● Alert cautiously● Try not to reinvent the wheel● Nothing's perfect; usually 2 systems are best

● One for graphing/trending/metrics● One for fault detection

Page 67: Effective MySQL Monitoring - Percona...MySQL Enterprise New Relic Circonus MRTG Munin Monit MonYOG Zenoss … and many more Percona Monitoring Plugins The philosophy: Don't create

www.percona.com

Monitoring Resources

● Blog posts about our plugins: http://goo.gl/PceN3 and http://goo.gl/i2XNA

● White papers about preventing downtime: percona.com/about-us/mysql-white-papers

Page 68: Effective MySQL Monitoring - Percona...MySQL Enterprise New Relic Circonus MRTG Munin Monit MonYOG Zenoss … and many more Percona Monitoring Plugins The philosophy: Don't create

www.percona.com

Page 69: Effective MySQL Monitoring - Percona...MySQL Enterprise New Relic Circonus MRTG Munin Monit MonYOG Zenoss … and many more Percona Monitoring Plugins The philosophy: Don't create

www.percona.com

● Public and on-premises courses● Upcoming dates:

● Dallas – May 14● London – May 21● Raleigh – June 18● Chicago – July 9

● See http://www.percona.com/training/

Page 70: Effective MySQL Monitoring - Percona...MySQL Enterprise New Relic Circonus MRTG Munin Monit MonYOG Zenoss … and many more Percona Monitoring Plugins The philosophy: Don't create

www.percona.com/live

MySQL Conference & ExpoApril 10-12, Santa Clara

[email protected]@xaprb