Skip to content

Instantly share code, notes, and snippets.

@kareypowell
Created September 27, 2016 19:09
Show Gist options
  • Save kareypowell/d33170aad2c5950377da54886de78230 to your computer and use it in GitHub Desktop.
Save kareypowell/d33170aad2c5950377da54886de78230 to your computer and use it in GitHub Desktop.
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