Saturday, January 20, 2018

MySQL Metrics (Part 1): Throughput

DZone Database Zone
MySQL Metrics (Part 1): Throughput
MySQL Metrics (Part 1): Throughput

In a perfect world, this blog post is about MySQL metrics and monitoring throughput in MySQL. In reality, this post is about understanding data visualizations, querying appropriately, and failing constantly-as a byproduct, I'm also monitoring throughput in MySQL. Let's get started. (Note: If you're only interested in throughput and you don't care about my failures, skip the sections labeled Failure.)

There are lots of reasons you might want to monitor throughput-maybe you have slow load times, dropped connections, server crashes, or you're just curious. But before you have a problem, you can monitor throughput to gain insight into your traffic.

No comments:

Fun With SQL: Functions in Postgres

DZone Database Zone Fun With SQL: Functions in Postgres In our previous  Fun with SQL  post on the  Citus Data  blog, we covered w...