Percona 5.6 performance

Hi,

I have a VPS Web server (Apache 2.4/PHP 7.x + Varnish 4.1) running with Percona 5.6. I have 20 Gb of RAM. I serve Wordpress sites mainly all using innodb.

So I´m thinking of ways of improving MySQL performance and of course for that, you need to measure.

Currently I´m checking, there are no slow queries and read and writes perform well. I have enabled slow queries logging but the truth is that most queries logged are not slow, they are just slow when the web server load is too high, so when you try to check those queries at other time, there isn´t anything wrong with them.

So I migrated from Percona 5.5 to 5.6 and enabled query cache. I´ve heard you can use memcached for caching reads and writes but not sure about this.

So I started to look into graphical open source tools to measure my server (mostly MySQL) performance before doing any change.

Sincerely, I´m overwhelmed on the possibilities, kibana, grafana, etc and I don´t know which one to choose.

For starters I was thinking of setting up a virtual machine on my laptop and configure one of those and get the data from the server (not sure if this is feasible without loosing information when the VM is not running).

What do you guys recommend me?

Thanks!

Miguel

Hi Miguel
Does Percona Monitoring and Management work for you? This is a client-server based solution, it is installed locally and grabs data from your database(s).
[URL=“Percona Monitoring and Management”]https://www.percona.com/software/dat...and-management[/URL]
There is a self-service demo here if you would like to check it out [url]https://pmmdemo.percona.com/[/url] with lots of info about the demo in this blog post [URL=“A Guide to the Percona Monitoring and Management Demo - Percona Database Performance Blog”]https://www.percona.com/blog/2016/10...nagement-demo/[/URL]

PMM is free and open source and combines several tools - like Grafana, Prometheus and Consul - in one interface.