Open Source tools to visualise MySQL/MariaDB performance metrics (show global status with interval)

dba.stackexchange https://dba.stackexchange.com/questions/144121

문제

I'm searching for an Open Source tool to visualise MySQL/MariaDB performance metrics (output of show global status in nice graphs).

In MongoDB world there is the Closed Source Ops Manager and the Open Source mtools. I'm searching for something similar.

In official Oracle training for MySQL 5.6 there are diagrams like

enter image description here

While searching the internet I also found some RRDtool based graphs.

enter image description here

So my question is how to generate ad hoc nice visualisations from MariaDB performance metrics? Is there some Open Source project which helps in this task? How do other DBAs do this?

도움이 되었습니까?

해결책

There's a lot of choices out there:

Equally capable but not on-premise (afaik) is Vividcortex.

다른 팁

Get MonYog through MariaDB. https://www.webyog.com/product/monyog

Note: anything that works with MySQL, MariaDB, or Percona, will probably work well with the others.

I looked at lots of tools, but came away thinking that most graphs were measuring either stuff that never changes. My favorite tool metric is the number of slowlog entries. If that goes up, there are problems. At that point, sometimes the other graphs lead to useful info, but usually fixing a query is the real solution to a performance problem.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 dba.stackexchange
scroll top