Created
January 14, 2014 20:05
-
-
Save dfarrell-bloom/8424704 to your computer and use it in GitHub Desktop.
lst all proxy ports and hostnames from mysql proxy
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
rs_tag -q 'bh_mysqlproxy:port=*'| egrep '(hostname|port)=' | |
# blarg, stupid crappy RS doc. Supports wildcards in version only would be an acceptable usage message!!! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment