the number of unused incoming connections available
the number of incoming connections from clients to the database server
the count of all incoming connections created to the server.
(serverStatusConnections: StringAdd).self
(serverStatusConnections: StringFormat).self
(serverStatusConnections: ArrowAssoc[ServerStatusConnections]).x
(Since version 2.10.0) Use leftOfArrow instead
(serverStatusConnections: Ensuring[ServerStatusConnections]).x
(Since version 2.10.0) Use resultOfEnsuring instead
the number of incoming connections from clients to the database server
the number of unused incoming connections available
the count of all incoming connections created to the server.
https://docs.mongodb.com/manual/reference/command/serverStatus/
ServerStatusResult