Created
April 10, 2015 21:06
-
-
Save qix/5cd8573968da4c4760e7 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 LEAVES; | |
+---------------+------+--------------------+---------------+-----------+---------+--------------------+------------------------------+ | |
| Host | Port | Availability_Group | Pair_Host | Pair_Port | State | Opened_Connections | Average_Roundtrip_Latency_ms | | |
+---------------+------+--------------------+---------------+-----------+---------+--------------------+------------------------------+ | |
| memsql-leaf7 | 3306 | 1 | memsql-leaf8 | 3306 | online | 131 | 1.448 | | |
| memsql-leaf8 | 3306 | 2 | memsql-leaf7 | 3306 | offline | 1 | NULL | | |
| memsql-leaf9 | 3306 | 1 | memsql-leaf10 | 3306 | online | 66 | 1.205 | | |
| memsql-leaf10 | 3306 | 2 | memsql-leaf9 | 3306 | offline | 9 | NULL | | |
+---------------+------+--------------------+---------------+-----------+---------+--------------------+------------------------------+ |
Author
qix
commented
Apr 10, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment