@@ -1325,21 +1325,26 @@ network
1325
1325
1326
1326
.. serverstatus:: network
1327
1327
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.
1329
1336
1330
1337
.. serverstatus:: network.bytesIn
1331
1338
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.
1336
1342
1337
1343
.. serverstatus:: network.bytesOut
1338
1344
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.
1343
1348
1344
1349
.. serverstatus:: network.numSlowDNSOperations
1345
1350
@@ -1412,8 +1417,8 @@ network
1412
1417
.. versionadded:: 4.4
1413
1418
1414
1419
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.
1417
1422
1418
1423
opLatencies
1419
1424
~~~~~~~~~~~
0 commit comments