Skip to content
Merged
Show file tree
Hide file tree
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
10 changes: 5 additions & 5 deletions source/administration/monitoring.txt
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,9 @@ operation.
operations by type (e.g. insert, query, update, delete, etc.). These
counts report on the load distribution on the server.

Use :binary:`~bin.mongostat` to understand the distribution of operation types
and to inform capacity planning. See the :doc:`mongostat manual
</reference/program/mongostat>` for details.
Use :binary:`~bin.mongostat` to understand the distribution of operation
types and to inform capacity planning. See the :binary:`~bin.mongostat`
reference page for details.

``mongotop``
````````````
Expand All @@ -104,8 +104,8 @@ activity of a MongoDB instance, and reports these statistics on a per
collection basis.

Use :binary:`~bin.mongotop` to check if your database activity and use
match your expectations. See the :doc:`mongotop manual
</reference/program/mongotop>` for details.
match your expectations. See the :binary:`~bin.mongotop` reference page
for details.

.. _http-console:

Expand Down
7 changes: 3 additions & 4 deletions source/core/replica-set-rollbacks.txt
Original file line number Diff line number Diff line change
Expand Up @@ -162,10 +162,9 @@ is not written to the rollback data directory.
Read Rollback Data
~~~~~~~~~~~~~~~~~~

To read the contents of the rollback files, use :doc:`bsondump
</reference/program/bsondump>`. Based on the content and the knowledge
of their applications, administrators can decide the next course of
action to take.
To read the contents of the rollback files, use :binary:`~bin.bsondump`.
Based on the content and the knowledge of their applications,
administrators can decide the next course of action to take.

.. _rollback-avoid:

Expand Down
4 changes: 2 additions & 2 deletions source/faq/concurrency.txt
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ methods:

- :method:`db.serverStatus()`,
- :method:`db.currentOp()`,
- :doc:`mongotop </reference/program/mongotop>`,
- :doc:`mongostat </reference/program/mongostat>`, and/or
- :binary:`~bin.mongotop`,
- :binary:`~bin.mongostat`, and/or
- the |mms-home| or
:products:`Ops Manager, an on-premise solution available in
MongoDB Enterprise Advanced
Expand Down
2 changes: 1 addition & 1 deletion source/reference/command/serverStatus.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ wrapper for the :dbcommand:`serverStatus` command.

Much of the output of :dbcommand:`serverStatus` is also displayed
dynamically by :binary:`~bin.mongostat`. See the
:doc:`/reference/program/mongostat` command for more information.
:binary:`~bin.mongostat` command for more information.

Behavior
--------
Expand Down
2 changes: 1 addition & 1 deletion source/reference/parameters.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1108,7 +1108,7 @@ General Parameters
the :doc:`/tutorial/evaluate-operation-performance` and
:doc:`/tutorial/optimize-query-performance-with-indexes-and-projections`
sections and using the :parameter:`logLevel` parameter,
:doc:`/reference/program/mongostat` and :ref:`profiling
:binary:`~bin.mongostat` and :ref:`profiling
<database-profiling>`.

Don't run production :binary:`~bin.mongod` instances with
Expand Down
2 changes: 1 addition & 1 deletion source/release-notes/1.2.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ mongoimport
-----------

- ``mongoimportjson`` has been removed and is replaced with
:doc:`mongoimport </reference/program/mongoimport>` that can do json/csv/tsv
:binary:`~bin.mongoimport` that can do json/csv/tsv

field filter changing
---------------------
Expand Down
2 changes: 1 addition & 1 deletion source/release-notes/1.4.txt
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Deployment and Production
command (db.serverStatus()) - counters and :ref:`replication lag
<replica-set-replication-lag>` stats

- new :doc:`mongostat </reference/program/mongostat>` tool
- new :binary:`~bin.mongostat` tool

Query Language Improvements
---------------------------
Expand Down
3 changes: 1 addition & 2 deletions source/release-notes/2.2.txt
Original file line number Diff line number Diff line change
Expand Up @@ -181,8 +181,7 @@ operations with the following improvements:
To reflect these changes, MongoDB now provides changed and improved
reporting for concurrency and use. See :ref:`locks`, :v2.2:`recordStats
</reference/server-status>`, :method:`db.currentOp()`,
:doc:`mongotop </reference/program/mongotop>`, and :doc:`mongostat
</reference/program/mongostat>`.
:binary:`~bin.mongotop`, and :binary:`~bin.mongostat`.

.. todo:: add links to current op output documentation when it happens.

Expand Down