504
504
See :doc:`/core/replication` for more information on replication.
505
505
506
506
opcounters
507
- -----------
507
+ ----------
508
508
509
509
.. status:: opcounters
510
510
@@ -553,45 +553,45 @@ opcounters
553
553
instance last started.
554
554
555
555
opcountersRepl
556
- -----------
556
+ --------------
557
557
558
558
.. status:: opcountersRepl
559
559
560
- The :status:`opcountersRepl` data structure, similar to the
560
+ The :status:`opcountersRepl` data structure, similar to the
561
561
: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
563
563
analyze the load on the replica in more granular manner. These
564
564
values only appear when the current host has replication enabled.
565
565
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.
569
569
570
570
These numbers will grow over time and in response to database
571
571
use. Analyze these values over time to track database utilization.
572
572
573
573
.. status:: opcountersRepl.insert
574
574
575
575
: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
577
577
last started.
578
578
579
579
.. status:: opcountersRepl.query
580
580
581
581
: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
583
583
started.
584
584
585
585
.. status:: opcountersRepl.update
586
586
587
587
: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
589
589
last started.
590
590
591
591
.. status:: opcountersRepl.delete
592
592
593
593
: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
595
595
last started.
596
596
597
597
.. status:: opcountersRepl.getmore
@@ -605,7 +605,7 @@ opcountersRepl
605
605
.. status:: opcountersRepl.command
606
606
607
607
: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
609
609
:program:`mongod` instance last started.
610
610
611
611
asserts
0 commit comments