Skip to content

Commit d5df5dc

Browse files
author
Sam Kleinman
committed
DOCS-209: minor edits
1 parent 0d062a7 commit d5df5dc

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

source/reference/server-status.txt

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@ repl
504504
See :doc:`/core/replication` for more information on replication.
505505

506506
opcounters
507-
-----------
507+
----------
508508

509509
.. status:: opcounters
510510

@@ -553,45 +553,45 @@ opcounters
553553
instance last started.
554554

555555
opcountersRepl
556-
-----------
556+
--------------
557557

558558
.. status:: opcountersRepl
559559

560-
The :status:`opcountersRepl` data structure, similar to the
560+
The :status:`opcountersRepl` data structure, similar to the
561561
:status:`opcounters` data structure, provides an overview of
562-
database replication operations by type and makes it possible to
562+
database replication operations by type and makes it possible to
563563
analyze the load on the replica in more granular manner. These
564564
values only appear when the current host has replication enabled.
565565

566-
These values will differ from the primary :status:`opcounters` because
567-
of how operations are serialized during replication. See
568-
:doc:`/core/replication` for more information on replication.
566+
These values will differ from the :status:`opcounters` values
567+
because of how MongoDB serializes operations during replication.
568+
See :doc:`/core/replication` for more information on replication.
569569

570570
These numbers will grow over time and in response to database
571571
use. Analyze these values over time to track database utilization.
572572

573573
.. status:: opcountersRepl.insert
574574

575575
:status:`opcountersRepl.insert` provides a counter of the total number
576-
of replicated insert operations since the :program:`mongod` instance
576+
of replicated insert operations since the :program:`mongod` instance
577577
last started.
578578

579579
.. status:: opcountersRepl.query
580580

581581
:status:`opcountersRepl.query` provides a counter of the total number
582-
of replicated queries since the :program:`mongod` instance last
582+
of replicated queries since the :program:`mongod` instance last
583583
started.
584584

585585
.. status:: opcountersRepl.update
586586

587587
:status:`opcountersRepl.update` provides a counter of the total number
588-
of replicated update operations since the :program:`mongod` instance
588+
of replicated update operations since the :program:`mongod` instance
589589
last started.
590590

591591
.. status:: opcountersRepl.delete
592592

593593
:status:`opcountersRepl.delete` provides a counter of the total number
594-
of replicated delete operations since the :program:`mongod` instance
594+
of replicated delete operations since the :program:`mongod` instance
595595
last started.
596596

597597
.. status:: opcountersRepl.getmore
@@ -605,7 +605,7 @@ opcountersRepl
605605
.. status:: opcountersRepl.command
606606

607607
:status:`opcountersRepl.command` provides a counter of the total number
608-
of replicated commands issued to the database since the
608+
of replicated commands issued to the database since the
609609
:program:`mongod` instance last started.
610610

611611
asserts

0 commit comments

Comments
 (0)