View MySQL Processes
To view MySQL connections, query:
> SHOW PROCESSLIST;
The above query won’t be useful for web applications that use a single user for DB. However, “mytop” (a console based tool) can be used for monitoring the threads and performance of MySQL.
To learn more about mytop, click here.