Skip to content
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

Improve performance monitoring #1190

Merged
merged 3 commits into from
Sep 9, 2023
Merged

Improve performance monitoring #1190

merged 3 commits into from
Sep 9, 2023

Conversation

vbabanin
Copy link
Member

@vbabanin vbabanin commented Sep 6, 2023

This PR introduces enhancements to performance monitoring:

  • Adds dedicated distro rhel90-dbx-perf-large for performance testing.
  • Uses patch-pinned v6 server (6.0.6) as v6.0-perf alias.

JAVA-5065

… distro and using patched pinned v6.0.6 server version.

JAVA-5065
@vbabanin vbabanin changed the title Improve performance monitoring by integrating 'rhel90-dbx-perf-large'… Improve performance monitoring Sep 6, 2023
@@ -148,7 +148,7 @@ functions:
params:
script: |
${PREPARE_SHELL}
REQUIRE_API_VERSION=${REQUIRE_API_VERSION} LOAD_BALANCER=${LOAD_BALANCER} MONGODB_VERSION=${VERSION} TOPOLOGY=${TOPOLOGY} AUTH=${AUTH} SSL=${SSL} STORAGE_ENGINE=${STORAGE_ENGINE} ORCHESTRATION_FILE=${ORCHESTRATION_FILE} sh ${DRIVERS_TOOLS}/.evergreen/run-orchestration.sh
REQUIRE_API_VERSION=${REQUIRE_API_VERSION} LOAD_BALANCER=${LOAD_BALANCER} MONGODB_VERSION=${VERSION} TOPOLOGY=${TOPOLOGY} AUTH=${AUTH} SSL=${SSL} STORAGE_ENGINE=${STORAGE_ENGINE} ORCHESTRATION_FILE=${ORCHESTRATION_FILE} SKIP_LEGACY_SHELL=${SKIP_LEGACY_SHELL} sh ${DRIVERS_TOOLS}/.evergreen/run-orchestration.sh
Copy link
Member Author

@vbabanin vbabanin Sep 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The performance test distro, linux-rhel-9*, is missing a corresponding MongoDB version 5, causing a failure in downloading the legacy shell. To address this, the SKIP_LEGACY_SHELL flag has been added to bootstrap mongo-orchestration function. This prevents the download-mongodb.sh script from prompting to download version 5.0.

List of available versions for the performance test distro

- name: "perf"
- name: "perf"
vars:
VERSION: "v6.0-perf"
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Driver evergreen tools exposes the patch pinned v6 server version 6.0.6 that can be referenced via the v6.0-perf version alias (the analogous perf-stable v7 version will be added later)

@vbabanin vbabanin requested a review from jyemin September 7, 2023 16:55
@vbabanin
Copy link
Member Author

vbabanin commented Sep 7, 2023

Performance trend charts can be found here: link

Copy link
Collaborator

@jyemin jyemin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Allows viewing performance results in Trend Charts Tab

Is running on rhel90-dbx-perf-large what enables this? Or something else?

@vbabanin
Copy link
Member Author

vbabanin commented Sep 7, 2023

Actually, it is neither. It is the perf.send command and Performance Plugin which enable Trend Chart.

I have removed it from the PR description:

Allows viewing performance results in Trend Charts Tab

@vbabanin vbabanin requested a review from jyemin September 7, 2023 23:33
@vbabanin vbabanin merged commit d3d3c16 into mongodb:master Sep 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants