Skip to content

Commit c30086c

Browse files
committed
DOCS-11591: remove mongoperf in 4.0
1 parent bb2633c commit c30086c

10 files changed

+15
-241
lines changed

config/redirects

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1377,10 +1377,14 @@ raw: /master/release-notes/3.0-general-improvements -> ${base}/release-notes/3.0
13771377
[v3.6-*]: /${version}/reference/method/cursor.snapshot -> ${base}/${version}/reference/method/
13781378
[v3.6-*]: /${version}/administration/replica-sets -> ${base}/${version}/replication
13791379

1380+
# Redirects for 4.0 and greater
1381+
13801382
[v4.0-*]: /${version}/core/security-mongodb-cr -> ${base}/${version}/core/security-scram
13811383
[v4.0-*]: /${version}/reference/command/authSchemaUpgrade -> ${base}/${version}/core/security-scram
13821384
[v4.0-*]: /${version}/reference/command/copydbgetnonce -> ${base}/${version}/reference/command/copydb
13831385
[v4.0-*]: /${version}/source/reference/command/resync -> ${base}/${version}/core/master-slave
1386+
[v4.0-*]: /${version}/source/reference/program/mongoperf -> ${base}/${version}/reference/program
1387+
13841388

13851389
# 2.8 compatibility
13861390
[*]: /${version}/release-notes/2.8-downgrade -> ${base}/${version}/release-notes

source/includes/extracts-run-from-cmd.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,6 @@ inherit:
5151
replacement:
5252
command: :binary:`~bin.mongotop`
5353
---
54-
ref: require-cmd-line-mongoperf
55-
inherit:
56-
file: extracts-run-from-cmd.yaml
57-
ref: _require-cmd-line
58-
replacement:
59-
command: :binary:`~bin.mongoperf`
60-
---
6154
ref: require-cmd-line-mongoreplay
6255
inherit:
6356
file: extracts-run-from-cmd.yaml

source/includes/list-mongodb-enterprise-packages.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ repository. This repository contains the following packages:
2626
- Contains the following MongoDB tools: :binary:`~bin.mongoimport`
2727
:binary:`~bin.bsondump`, :binary:`~bin.mongodump`, :binary:`~bin.mongoexport`,
2828
:binary:`~bin.mongofiles`,
29-
:binary:`~bin.mongoperf`, :binary:`~bin.mongorestore`, :binary:`~bin.mongostat`,
29+
:binary:`~bin.mongorestore`, :binary:`~bin.mongostat`,
3030
and :binary:`~bin.mongotop`.

source/includes/list-mongodb-org-packages.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ repository contains the following packages:
2929
- Contains the following MongoDB tools: :binary:`~bin.mongoimport`
3030
:binary:`~bin.bsondump`, :binary:`~bin.mongodump`, :binary:`~bin.mongoexport`,
3131
:binary:`~bin.mongofiles`,
32-
:binary:`~bin.mongoperf`, :binary:`~bin.mongorestore`, :binary:`~bin.mongostat`,
32+
:binary:`~bin.mongorestore`, :binary:`~bin.mongostat`,
3333
and :binary:`~bin.mongotop`.
3434

3535
The ``mongodb-org-server`` package provides an initialization script

source/includes/options-mongoperf.yaml

Lines changed: 0 additions & 44 deletions
This file was deleted.

source/includes/steps-install-mongodb-on-windows-unattended.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ pre: |
3939
* - ``ImportExportTools``
4040
- ``mongodump.exe``, ``mongorestore.exe``, ``mongoexport.exe``, ``mongoimport.exe``
4141
* - ``MiscellaneousTools``
42-
- ``bsondump.exe``, ``mongofiles.exe``, ``mongoperf.exe``
42+
- ``bsondump.exe``, ``mongofiles.exe``
4343
4444
For instance, to install *only* the MongoDB utilities, invoke:
4545

source/reference/program.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ LDAP configuration options against a running LDAP server or set of servers.
9696

9797
/reference/program/mongostat
9898
/reference/program/mongotop
99-
/reference/program/mongoperf
10099
/reference/program/mongoreplay
101100
/reference/program/mongoldap
102101

source/reference/program/mongoperf.txt

Lines changed: 0 additions & 184 deletions
This file was deleted.

source/release-notes/3.0.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -589,8 +589,8 @@ components. For information, see :doc:`/reference/log-messages`.
589589
MongoDB Tools Enhancements
590590
~~~~~~~~~~~~~~~~~~~~~~~~~~
591591

592-
All MongoDB tools except for :binary:`~bin.mongosniff` and
593-
:binary:`~bin.mongoperf` are now written in Go and maintained as a separate
592+
All MongoDB tools except for ``mongosniff`` and
593+
``mongoperf`` are now written in Go and maintained as a separate
594594
project.
595595

596596
- New options for parallelized :binary:`~bin.mongodump` and

source/release-notes/4.0-compatibility.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,3 +84,9 @@ uses master-slave replication, you must upgrade to a replica set.
8484
To convert your master-slave replication, see
8585
:ref:`convert-master-slave-to-replica-set`.
8686

87+
General
88+
-------
89+
90+
- Remove ``mongoperf``.
91+
92+

0 commit comments

Comments
 (0)