Created
September 27, 2016 19:09
-
-
Save kareypowell/d33170aad2c5950377da54886de78230 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mysql> show status like '%onn%'; | |
+--------------------------+---------+ | |
| Variable_name | Value | | |
+--------------------------+---------+ | |
| Aborted_connects | 50 | | |
| Connections | 1003668 | | |
| Max_used_connections | 729 | | |
| Ssl_client_connects | 0 | | |
| Ssl_connect_renegotiates | 0 | | |
| Ssl_finished_connects | 0 | | |
| Threads_connected | 195 | | |
+--------------------------+---------+ | |
7 rows in set (0.01 sec) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment