@@ -366,32 +366,32 @@ Output
366366.. data:: connPoolStats.totalAvailable
367367
368368 Reports the total number of available outgoing connections from the
369- current :binary:`~bin. mongod`/ :binary:`~bin. mongos` instance to other members
369+ current :binary:`mongod` / :binary:`mongos` instance to other members
370370 of the :term:`sharded cluster` or :term:`replica set`.
371371
372372.. data:: connPoolStats.totalCreated
373373
374374 Reports the total number of outgoing connections ever created by the
375- current :binary:`~bin. mongod`/ :binary:`~bin. mongos` instance to other members
375+ current :binary:`mongod` / :binary:`mongos` instance to other members
376376 of the :term:`sharded cluster` or :term:`replica set`.
377377
378378.. data:: connPoolStats.totalInUse
379379
380380 Reports the total number of outgoing connections from the current
381- :binary:`~bin. mongod`/ :binary:`~bin. mongos` instance to other members of the
381+ :binary:`mongod` / :binary:`mongos` instance to other members of the
382382 :term:`sharded cluster` or :term:`replica set` that are currently in use.
383383
384384.. data:: connPoolStats.totalRefreshing
385385
386386 Reports the total number of outgoing connections from the
387- current :binary:`~bin. mongod`/ :binary:`~bin. mongos` instance to other
387+ current :binary:`mongod` / :binary:`mongos` instance to other
388388 members of the :term:`sharded cluster` or :term:`replica set` that
389389 are currently being refreshed.
390390
391391.. data:: connPoolStats.totalWasNeverUsed
392392
393393 Reports the total number of outgoing connections from the
394- current :binary:`~bin. mongod`/ :binary:`~bin. mongos` instance to other
394+ current :binary:`mongod` / :binary:`mongos` instance to other
395395 members of the :term:`sharded cluster` or :term:`replica set` that
396396 were closed having never been used.
397397
@@ -479,7 +479,7 @@ Output
479479.. data:: connPoolStats.numClientConnection
480480
481481 Reports the number of active and stored outgoing **synchronous**
482- connections from the current :binary:`~bin. mongod`/ :binary:`~bin. mongos` instance
482+ connections from the current :binary:`mongod` / :binary:`mongos` instance
483483 to other members of the :term:`sharded cluster` or :term:`replica set`.
484484
485485 These connections are a part of a pool that is a subset of the data
@@ -490,7 +490,7 @@ Output
490490
491491 Reports the number of active and stored outgoing **scoped
492492 synchronous** connections from the current
493- :binary:`~bin. mongod`/ :binary:`~bin. mongos` instance to other members of the
493+ :binary:`mongod` / :binary:`mongos` instance to other members of the
494494 :term:`sharded cluster` or :term:`replica set`.
495495
496496 These connections are a part of a pool that is a subset of the data
@@ -553,7 +553,7 @@ Output
553553 *Available if the command is run on a member of a sharded cluster.*
554554
555555 Displays the pool statistics for the connections between the
556- current :binary:`~bin. mongod`/ :binary:`~bin. mongos` instance and other
556+ current :binary:`mongod` / :binary:`mongos` instance and other
557557 members of the sharded cluster.
558558
559559 .. data:: connPoolStats.pools.NetworkInterfaceTL-Replication
@@ -587,7 +587,7 @@ Output
587587 use/available/created/refreshing) grouped by the hosts.
588588
589589 Contains :term:`documents<document>` that represent a report of connections
590- between the current :binary:`~bin. mongod`/ :binary:`~bin. mongos` instance and
590+ between the current :binary:`mongod` / :binary:`mongos` instance and
591591 each member of the :term:`sharded cluster` or :term:`replica set`.
592592
593593 .. data:: connPoolStats.hosts.[host].available
@@ -622,12 +622,12 @@ Output
622622
623623 Contains :term:`documents <document>` that represent a report of
624624 information related to each replica set connected to the current
625- :binary:`~bin. mongod`/ :binary:`~bin. mongos`.
625+ :binary:`mongod` / :binary:`mongos`.
626626
627627 .. data:: connPoolStats.replicaSets.replicaSet
628628
629629 Reports on each :term:`replica set` connected to the
630- current :binary:`~bin. mongod`/ :binary:`~bin. mongos`.
630+ current :binary:`mongod` / :binary:`mongos`.
631631
632632 .. data:: connPoolStats.replicaSets.[replicaSets].hosts
633633
0 commit comments