Skip to content

Commit c1807a6

Browse files
committed
DOCS-13977 clarify serverStatus.network ingress only
1 parent bcba065 commit c1807a6

File tree

1 file changed

+16
-11
lines changed

1 file changed

+16
-11
lines changed

source/reference/command/serverStatus.txt

Lines changed: 16 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1325,21 +1325,26 @@ network
13251325

13261326
.. serverstatus:: network
13271327

1328-
A document that reports data on MongoDB's network use.
1328+
A document that reports data on MongoDB's network use. These
1329+
statistics measure *ingress connections* only, i.e. traffic
1330+
seen by the :binary:`~bin.mongod` / :binary:`~bin.mongos` over
1331+
network connections initiated by clients or other
1332+
:binary:`~bin.mongod` / :binary:`~bin.mongos` instances. Traffic from
1333+
network connections initiated by this :binary:`~bin.mongod` /
1334+
:binary:`~bin.mongos` instance (i.e. *egress connections*) is *not*
1335+
measured in these statistics.
13291336

13301337
.. serverstatus:: network.bytesIn
13311338

1332-
The number of bytes that reflects the amount of network traffic
1333-
received *by* this database. Use this value to ensure that network
1334-
traffic sent to the :binary:`~bin.mongod` process is consistent with
1335-
expectations and overall inter-application traffic.
1339+
The total number of bytes that the server has *received* over network
1340+
connections initiated by clients or other :binary:`~bin.mongod` /
1341+
:binary:`~bin.mongos` instances.
13361342

13371343
.. serverstatus:: network.bytesOut
13381344

1339-
The number of bytes that reflects the amount of network traffic sent
1340-
*from* this database. Use this value to ensure that network traffic
1341-
sent by the :binary:`~bin.mongod` process is consistent with
1342-
expectations and overall inter-application traffic.
1345+
The total number of bytes that the server has *sent* over network
1346+
connections initiated by clients or other :binary:`~bin.mongod` /
1347+
:binary:`~bin.mongos` instances.
13431348

13441349
.. serverstatus:: network.numSlowDNSOperations
13451350

@@ -1412,8 +1417,8 @@ network
14121417
.. versionadded:: 4.4
14131418

14141419
The total number of accepted incoming TCP Fast Open (TFO) connections
1415-
to the :binary:`~bin.mongod`/:binary:`~bin.mongos` since the
1416-
``mongod/mongos`` last started.
1420+
to the :binary:`~bin.mongod` / :binary:`~bin.mongos` since the
1421+
``mongod / mongos`` last started.
14171422

14181423
opLatencies
14191424
~~~~~~~~~~~

0 commit comments

Comments
 (0)