2020-04-03 13:23:32 +00:00
|
|
|
---
|
2022-08-28 14:53:34 +00:00
|
|
|
slug: /en/operations/performance-test
|
2022-04-09 13:29:05 +00:00
|
|
|
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
|
|
|
---
|
|
|
|
|
2022-10-04 11:36:59 +00:00
|
|
|
import SelfManaged from '@site/docs/en/_snippets/_self_managed_only_no_roadmap.md';
|
|
|
|
|
|
|
|
<SelfManaged />
|
|
|
|
|
2022-07-13 12:02:09 +00:00
|
|
|
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
|
|
|
|
|
2022-07-13 12:02:09 +00:00
|
|
|
You can run the benchmark with a single script.
|
2021-07-28 18:06:02 +00:00
|
|
|
|
|
|
|
1. Download the script.
|
|
|
|
```
|
2022-07-12 18:25:40 +00:00
|
|
|
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
|
|
|
|
2021-09-19 20:05:54 +00:00
|
|
|
All the results are published here: https://clickhouse.com/benchmark/hardware/
|