Is there any top-similar command to monitor mysql processes?
0
votes
0
answers
42
views
I would like to know if exists any command to live monitor processes of a mysql server.
I currently use
show processlist;
but this is a mysql command (not a bash command) and it doesn't refresh automatically.
Is there any tool for this purpose?
I need it to check long queries and locks.
Asked by Tobia
(211 rep)
Dec 21, 2024, 03:48 PM