1- :orphan:
2-
3- ===================
4- Server Status Index
5- ===================
1+ ==========================
2+ Server Status Output Index
3+ ==========================
64
75.. default-domain:: mongodb
86
@@ -23,6 +21,7 @@ documentation of the content of this output, see
2321 kind of node, including :program:`mongos`, :program:`mongod` or
2422 :term:`replica set` member.
2523
24+ .. _server-status-example-instance-information:
2625
2726The ":ref:`server-status-instance-information`" section displays
2827information regarding the specific :program:`mongod` and
@@ -40,6 +39,8 @@ information regarding the specific :program:`mongod` and
4039 "uptimeEstimate" : <num>,
4140 "localTime" : ISODate(""),
4241
42+ .. _server-status-example-locks:
43+
4344The ":ref:`server-status-locks`" section reports data that reflect the
4445state and use of both global (i.e. ``.``) and database specific locks:
4546
@@ -88,6 +89,8 @@ state and use of both global (i.e. ``.``) and database specific locks:
8889 }
8990 },
9091
92+ .. _server-status-example-globallock:
93+
9194The ":ref:`server-status-globallock`" field reports on MongoDB's
9295global system lock. In most cases the :ref:`locks <locks>` document
9396provides more fine grained data that reflects lock use:
@@ -109,6 +112,7 @@ provides more fine grained data that reflects lock use:
109112 }
110113 },
111114
115+ .. _server-status-example-memory:
112116
113117The ":ref:`server-status-memory`" field reports on MongoDB's
114118current memory use:
@@ -124,6 +128,8 @@ current memory use:
124128 "mappedWithJournal" : <num>
125129 },
126130
131+ .. _server-status-example-connections:
132+
127133The ":ref:`server-status-connections`" field reports on MongoDB's
128134current memory use by the MongoDB process:
129135
@@ -134,6 +140,8 @@ current memory use by the MongoDB process:
134140 "available" : <num>
135141 },
136142
143+ .. _server-status-example-extrainfo:
144+
137145The fields in the ":ref:`server-status-extra-info`" document provide
138146platform specific information. The following example block is from a
139147Linux-based system:
@@ -146,6 +154,7 @@ Linux-based system:
146154 "page_faults" : <num>
147155 },
148156
157+ .. _server-status-example-indexcounters:
149158
150159The ":ref:`server-status-indexcounters`" document reports on index
151160use:
162171 }
163172 },
164173
174+ .. _server-status-example-backgroundflushing:
175+
165176The ":ref:`server-status-backgroundflushing`" document reports on the
166177process MongoDB uses to write data to disk:
167178
@@ -175,6 +186,7 @@ process MongoDB uses to write data to disk:
175186 "last_finished" : ISODate("")
176187 },
177188
189+ .. _server-status-example-cursors:
178190
179191The ":ref:`server-status-cursors`" document reports on current cursor
180192use and state:
@@ -187,6 +199,8 @@ use and state:
187199 "timedOut" : <num>
188200 },
189201
202+ .. _server-status-example-network:
203+
190204The ":ref:`server-status-network`" document reports on network use and
191205state:
192206
@@ -198,6 +212,8 @@ state:
198212 "numRequests" : <num>
199213 },
200214
215+ .. _server-status-example-repl:
216+
201217The ":ref:`server-status-repl`" document reports on the state of
202218replication and the :term:`replica set`. This document only appears
203219for replica sets.
@@ -217,6 +233,8 @@ for replica sets.
217233 "me" : <hostname>
218234 },
219235
236+ .. _server-status-example-opcountersrepl:
237+
220238The ":ref:`server-status-opcounters-repl`" document reports the number
221239of replicated operations:
222240
@@ -231,6 +249,8 @@ of replicated operations:
231249 "command" : <num>
232250 },
233251
252+ .. _server-status-example-replnetworkqueue:
253+
234254The ":ref:`server-status-repl-network-queue`" document holds
235255information regarding the queue that :term:`secondaries <secondary>`
236256use to poll data from other members of their set:
@@ -243,6 +263,8 @@ use to poll data from other members of their set:
243263 "numBytes" : <num>
244264 },
245265
266+ .. _server-status-example-opcounters:
267+
246268The ":ref:`server-status-opcounters`" document reports the number of
247269operations this MongoDB instance has processed:
248270
@@ -257,6 +279,8 @@ operations this MongoDB instance has processed:
257279 "command" : <num>
258280 },
259281
282+ .. _server-status-example-asserts:
283+
260284The ":ref:`server-status-asserts`" document reports the number of
261285assertions or errors produced by the server:
262286
@@ -270,13 +294,17 @@ assertions or errors produced by the server:
270294 "rollovers" : <num>
271295 },
272296
273- The ":ref:`server-status-writebacks`" document reports the number of
297+ .. _server-status-example-writebacksqueued:
298+
299+ The ":ref:`server-status-writebacksqueued`" document reports the number of
274300:term:`writebacks`:
275301
276302.. code-block:: javascript
277303
278304 "writeBacksQueued" : <num>,
279305
306+ .. _server-status-example-journaling:
307+
280308The ":ref:`server-status-journaling`" document reports data that
281309reflect this :program:`mongod` journaling related operations and
282310performance:
@@ -299,6 +327,8 @@ performance:
299327 }
300328 },
301329
330+ .. _server-status-example-recordstats:
331+
302332The ":ref:`server-status-recordstats`" document reports data on
303333MongoDB's ability to predict page faults and yield write operations
304334when required data isn't in memory:
0 commit comments