Details
-
New Feature
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
Currently we dont have any option to find out the "Max number of connections ever open at the same time.".
Having such option will provide us the reference to verify max-connection used by maxscale overall.
We do have output of "Connections": is the current number of connections and "Total Connections": is how many connections have been created through that service
|
maxctrl: list services
|
┌────────────────────────┬────────────────┬─────────────┬───────────────────┬────────────────────────────┐
|
│ Service │ Router │ Connections │ Total Connections │ Servers │
|
├────────────────────────┼────────────────┼─────────────┼───────────────────┼────────────────────────────┤
|
│ Splitter-Service │ readwritesplit │ 1 │ 1 │ gcn_01, gcn_02, gcn_03 │
|
├────────────────────────┼────────────────┼─────────────┼───────────────────┼────────────────────────────┤
|
│ ReadWriteSplit-Service │ readwritesplit │ 1 │ 1 │ master, slave_01, slave_02 │
|
└────────────────────────┴────────────────┴─────────────┴───────────────────┴────────────────────────────┘
|