ClickHouse/docs/en/operations/performance-test.md

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

33 lines
753 B
Markdown
Raw Normal View History

2020-04-03 13:23:32 +00:00
---
2022-08-28 14:53:34 +00:00
slug: /en/operations/performance-test
sidebar_position: 54
sidebar_label: Testing Hardware
2022-08-28 21:34:50 +00:00
title: "How to Test Your Hardware with ClickHouse"
2020-04-03 13:23:32 +00:00
---
import SelfManaged from '@site/docs/en/_snippets/_self_managed_only_no_roadmap.md';
<SelfManaged />
You can run a basic ClickHouse performance test on any server without installation of ClickHouse packages.
2021-07-28 18:06:02 +00:00
## Automated Run
You can run the benchmark with a single script.
2021-07-28 18:06:02 +00:00
1. Download the script.
```
wget https://raw.githubusercontent.com/ClickHouse/ClickBench/main/hardware/hardware.sh
2021-07-28 18:06:02 +00:00
```
2. Run the script.
```
chmod a+x ./hardware.sh
./hardware.sh
```
2021-10-29 16:37:56 +00:00
3. Copy the output and send it to feedback@clickhouse.com
2021-07-28 18:06:02 +00:00
All the results are published here: https://clickhouse.com/benchmark/hardware/