How to view real-time under linux mysql current number of connections? ? Command is what?

mysqadmin -uroot -p processlist
Details can be seen in connection.

If you just want to see the number of connections.
Direct hit mysqladmin status
Threads is the number of connections

Leave a Comment