Skip to content

Commit 3928c0a

Browse files
Moved server network metrics (#7123)
1 parent b80af32 commit 3928c0a

File tree

1 file changed

+46
-46
lines changed

1 file changed

+46
-46
lines changed

source/reference/command/serverStatus.txt

Lines changed: 46 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -2117,6 +2117,52 @@ metrics
21172117

21182118
.. versionadded:: 5.0
21192119

2120+
.. serverstatus:: metrics.network
2121+
2122+
.. versionadded:: 6.3
2123+
2124+
A document that reports server network metrics.
2125+
2126+
.. serverstatus:: metrics.network.totalEgressConnectionEstablishmentTimeMillis
2127+
2128+
.. versionadded:: 6.3
2129+
2130+
The total time in milliseconds to establish server connections.
2131+
2132+
.. serverstatus:: metrics.network.totalIngressTLSConnections
2133+
2134+
.. versionadded:: 6.3
2135+
2136+
The total number of incoming connections to the server that use TLS.
2137+
The number is cumulative and is the total after the server was
2138+
started.
2139+
2140+
.. serverstatus:: metrics.network.totalIngressTLSHandshakeTimeMillis
2141+
2142+
.. versionadded:: 6.3
2143+
2144+
The total time in milliseconds that incoming connections to the
2145+
server have to wait for the TLS network handshake to complete. The
2146+
number is cumulative and is the total after the server was started.
2147+
2148+
.. serverstatus:: metrics.network.totalTimeForEgressConnectionAcquiredToWireMicros
2149+
2150+
.. versionadded:: 6.3
2151+
2152+
The total time in microseconds that operations wait between
2153+
acquisition of a server connection and writing the bytes to send to
2154+
the server over the network. The number is cumulative and is the
2155+
total after the server was started.
2156+
2157+
.. serverstatus:: metrics.network.totalTimeToFirstNonAuthCommandMillis
2158+
2159+
.. versionadded:: 6.3
2160+
2161+
The total time in milliseconds from accepting incoming connections to
2162+
the server and receiving the first operation that isn't part of the
2163+
connection authentication handshake. The number is cumulative and is
2164+
the total after the server was started.
2165+
21202166
.. serverstatus:: metrics.operation
21212167

21222168
A document that holds counters for several types of update and query
@@ -5864,52 +5910,6 @@ transactions
58645910
When run on a :binary:`~bin.mongos`, a document with data about the
58655911
:doc:`transactions </core/transactions>` run on the instance.
58665912

5867-
.. serverstatus:: metrics.network
5868-
5869-
.. versionadded:: 6.3
5870-
5871-
A document that reports server network metrics.
5872-
5873-
.. serverstatus:: metrics.network.totalEgressConnectionEstablishmentTimeMillis
5874-
5875-
.. versionadded:: 6.3
5876-
5877-
The total time in milliseconds to establish server connections.
5878-
5879-
.. serverstatus:: metrics.network.totalIngressTLSConnections
5880-
5881-
.. versionadded:: 6.3
5882-
5883-
The total number of incoming connections to the server that use TLS.
5884-
The number is cumulative and is the total after the server was
5885-
started.
5886-
5887-
.. serverstatus:: metrics.network.totalIngressTLSHandshakeTimeMillis
5888-
5889-
.. versionadded:: 6.3
5890-
5891-
The total time in milliseconds that incoming connections to the
5892-
server have to wait for the TLS network handshake to complete. The
5893-
number is cumulative and is the total after the server was started.
5894-
5895-
.. serverstatus:: metrics.network.totalTimeForEgressConnectionAcquiredToWireMicros
5896-
5897-
.. versionadded:: 6.3
5898-
5899-
The total time in microseconds that operations wait between
5900-
acquisition of a server connection and writing the bytes to send to
5901-
the server over the network. The number is cumulative and is the
5902-
total after the server was started.
5903-
5904-
.. serverstatus:: metrics.network.totalTimeToFirstNonAuthCommandMillis
5905-
5906-
.. versionadded:: 6.3
5907-
5908-
The total time in milliseconds from accepting incoming connections to
5909-
the server and receiving the first operation that isn't part of the
5910-
connection authentication handshake. The number is cumulative and is
5911-
the total after the server was started.
5912-
59135913
.. serverstatus:: transactions.retriedCommandsCount
59145914

59155915
|mongod-only|

0 commit comments

Comments
 (0)