Skip to content

Commit

Permalink
docs: add operations benchmarking page with nomad-bench link. (#22393)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrasell committed May 30, 2024
1 parent 1412e65 commit 6cb9bed
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
19 changes: 19 additions & 0 deletions website/content/docs/operations/benchmarking.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
layout: docs
page_title: Benchmarking Nomad
description: |-
Load testing Nomad by utilizing the Nomad Bench project.
---

# Nomad Bench

The Nomad Bench project provides reusable infrastructure automation to run test scenarios in order
to collect metrics and data from Nomad clusters running at scale. The core goal of the project is
to achieve reproducible large scale test scenarios so we can better understand how Nomad scales
and uncover problems that are only detected in large cluster deployments. It is also used to
perform release soak testing, among other things.

The [repository][bench-repo] contains all the infrastructure and details to get started with your
own load testing.

[bench-repo]: https://github.com/hashicorp-forge/nomad-bench
4 changes: 4 additions & 0 deletions website/data/docs-nav-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -2348,6 +2348,10 @@
{
"title": "Considerations for Stateful Workloads",
"path": "operations/stateful-workloads"
},
{
"title": "Benchmarking Nomad",
"path": "operations/benchmarking"
}
]
},
Expand Down

0 comments on commit 6cb9bed

Please sign in to comment.