Open harshadyeola opened 10 years ago
It's a useful and well known tool, but it's 6 years old script based on standard MySQL of that time... I wouldn't rely on it, I'd rather look for slow queries via built-in slow_query_log and mysqldumpslow (built-in as well).
Is there any modern alternative? Something which is based on mysql 5.6
Well, I usually check slow_query_log (with a basic tail -f a for realtime-ish experience), but there are other solutions like Innotop that is even suggested by people at Percona.
ps I found a link that talks about the former approach I suggested: https://www.digitalocean.com/community/tutorials/how-to-use-mysql-query-profiling
Note to myself: need to check how it will work with docker
Nice tool for monitoring mysql server activities Mytop