|
maxctrl list liteners shows raw output in each of four horizontal columns resulting in a not-very-legible, redundant display 520 characters wide:
~# maxctrl list listeners Read-Write-Service
|
┌──────────────────────────────────────────┬──────────────────────────────────────────┬──────────────────────────────────────────┬──────────────────────────────────────────┐
|
│ Name │ Port │ Host │ State │
|
├──────────────────────────────────────────┼──────────────────────────────────────────┼──────────────────────────────────────────┼──────────────────────────────────────────┤
|
│ { │ { │ { │ { │
|
│ "id": "Read-Write-Listener", │ "id": "Read-Write-Listener", │ "id": "Read-Write-Listener", │ "id": "Read-Write-Listener", │
|
│ "type": "listeners", │ "type": "listeners", │ "type": "listeners", │ "type": "listeners", │
|
│ "attributes": { │ "attributes": { │ "attributes": { │ "attributes": { │
|
│ "state": "Running", │ "state": "Running", │ "state": "Running", │ "state": "Running", │
|
│ "parameters": { │ "parameters": { │ "parameters": { │ "parameters": { │
|
│ "address": "::", │ "address": "::", │ "address": "::", │ "address": "::", │
|
│ "port": 3306, │ "port": 3306, │ "port": 3306, │ "port": 3306, │
|
│ "protocol": "MariaDBClient", │ "protocol": "MariaDBClient", │ "protocol": "MariaDBClient", │ "protocol": "MariaDBClient", │
|
│ "authenticator": "MySQLAuth" │ "authenticator": "MySQLAuth" │ "authenticator": "MySQLAuth" │ "authenticator": "MySQLAuth" │
|
│ }, │ }, │ }, │ }, │
|
│ "authenticator_diagnostics": [ │ "authenticator_diagnostics": [ │ "authenticator_diagnostics": [ │ "authenticator_diagnostics": [ │
|
│ { │ { │ { │ { │
|
│ "user": "max", │ "user": "max", │ "user": "max", │ "user": "max", │
|
│ "host": "%" │ "host": "%" │ "host": "%" │ "host": "%" │
|
│ }, │ }, │ }, │ }, │
|
│ { │ { │ { │ { │
|
│ "user": "max", │ "user": "max", │ "user": "max", │ "user": "max", │
|
│ "host": "localhost" │ "host": "localhost" │ "host": "localhost" │ "host": "localhost" │
|
│ } │ } │ } │ } │
|
│ ] │ ] │ ] │ ] │
|
│ } │ } │ } │ } │
|
│ } │ } │ } │ } │
|
└──────────────────────────────────────────┴──────────────────────────────────────────┴──────────────────────────────────────────┴──────────────────────────────────────────┘
|
|