|
maxctrl list sessions will now show more information about the client.
maxadmin list clients will not be altered, as it shows internal data of MaxScale that really shouldn't be exposed and as maxadmin on the whole is being phased out.
$ maxctrl list sessions
|
┌────┬────────┬───────────┬──────────────────────────┬────────┬──────────────────┐
|
│ Id │ User │ Host │ Connected │ Idle │ Service │
|
├────┼────────┼───────────┼──────────────────────────┼────────┼──────────────────┤
|
│ 23 │ wikman │ localhost │ Tue Nov 13 15:52:18 2018 │ 5595.7 │ MaxAdmin-Service │
|
├────┼────────┼───────────┼──────────────────────────┼────────┼──────────────────┤
|
│ 24 │ johan │ localhost │ Tue Nov 13 15:57:52 2018 │ 5915.9 │ RWS │
|
└────┴────────┴───────────┴──────────────────────────┴────────┴──────────────────┘
|
|