Skip to content

minor: update serverStatus #2552

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions source/reference/command/serverStatus.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ all :ref:`server-status-repl` information in the output:

.. code-block:: javascript

db.runCommand( { serverStatus: 1, rangeDeleter: 1, repl: 1 } )
db.runCommand( { serverStatus: 1, rangeDeleter: 1, repl: 1 } )

Output
------
Expand Down Expand Up @@ -333,14 +333,13 @@ dur (Journaling)

:serverstatus:`dur` (journaling) information only appears for
:program:`mongod` instances that use the :doc:`MMAPv1
</core/mmapv1>` storage engine. storage engine and have journaling
enabled.
</core/mmapv1>` storage engine and have journaling enabled.

.. serverstatus:: dur

A document that reports on the :program:`mongod` instance's
A document that reports the :program:`mongod` instance's
:doc:`journaling-related operations </core/journaling>` and
performance. The MongoDB reports on this data based on 3 second
performance. MongoDB reports on this data based on 3 second
intervals, collected between 3 and 6 seconds in the past.

.. serverstatus:: dur.commits
Expand Down