Skip to content

Commit 21b1b6c

Browse files
author
Sam Kleinman
committed
DOCS-158 clarification about use case and applicability
1 parent ec43c21 commit 21b1b6c

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
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.

source/reference/connection-pool-stats.txt

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,15 @@ Synopsis
99

1010
:program:`mongos` instances maintain a pool of connections for
1111
interacting 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+
..
1821
Output
1922
------
2023

0 commit comments

Comments
 (0)