mirror of
https://github.com/kemko/nomad.git
synced 2026-01-03 08:55:43 +03:00
* seo operation section * other specifications section * Update website/content/docs/other-specifications/variables.mdx Co-authored-by: Jeff Boruszak <104028618+boruszak@users.noreply.github.com> --------- Co-authored-by: Jeff Boruszak <104028618+boruszak@users.noreply.github.com>
20 lines
800 B
Plaintext
20 lines
800 B
Plaintext
---
|
|
layout: docs
|
|
page_title: Benchmark and load test Nomad
|
|
description: |-
|
|
Use the Nomad Bench project to benchmark and load test Nomad servers.
|
|
---
|
|
|
|
# Benchmark and load test Nomad
|
|
|
|
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
|