File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 11.. note ::
22
33 :dbcommand: `connPoolStats ` only returns meaningful results for
4- :program: `mongos ` program.
4+ :program: `mongos ` instances and for :program: `mongod ` instances
5+ in shard clusters.
Original file line number Diff line number Diff line change @@ -9,12 +9,15 @@ Synopsis
99
1010:program:`mongos` instances maintain a pool of connections for
1111interacting with constituent members of the :term:`shard clusters
12- <shard cluster>`. The :dbcommand:`connPoolStats` command returns
13- statistics regarding these connections between the :program:`mongos`
14- and :program:`mongod` instances.
12+ <shard cluster>`. Additionally, :program:`mongod` instances maintain
13+ connection with other shards in the cluster for migrations. The
14+ :dbcommand:`connPoolStats` command returns statistics regarding these
15+ connections between the :program:`mongos` and :program:`mongod`
16+ instances or between the :program:`mongod` instances in a shard
17+ cluster.
1518
1619.. include:: /includes/note-conn-pool-stats
17-
20+ ..
1821Output
1922------
2023
You can’t perform that action at this time.
0 commit comments