This repository was archived by the owner on Aug 20, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ all :ref:`server-status-repl` information in the output:
5151
5252.. code-block:: javascript
5353
54- db.runCommand( { serverStatus: 1, rangeDeleter: 1, repl: 1 } )
54+ db.runCommand( { serverStatus: 1, rangeDeleter: 1, repl: 1 } )
5555
5656Output
5757------
@@ -333,14 +333,13 @@ dur (Journaling)
333333
334334 :serverstatus:`dur` (journaling) information only appears for
335335 :program:`mongod` instances that use the :doc:`MMAPv1
336- </core/mmapv1>` storage engine. storage engine and have journaling
337- enabled.
336+ </core/mmapv1>` storage engine and have journaling enabled.
338337
339338.. serverstatus:: dur
340339
341- A document that reports on the :program:`mongod` instance's
340+ A document that reports the :program:`mongod` instance's
342341 :doc:`journaling-related operations </core/journaling>` and
343- performance. The MongoDB reports on this data based on 3 second
342+ performance. MongoDB reports on this data based on 3 second
344343 intervals, collected between 3 and 6 seconds in the past.
345344
346345.. serverstatus:: dur.commits
You can’t perform that action at this time.
0 commit comments