> ## Documentation Index
> Fetch the complete documentation index at: https://private-7c7dfe99-fix-nav-issues.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

> 使用 ClickHouse 测试和评估硬件性能指南

# 如何使用 ClickHouse 测试您的硬件

<CloudNotSupportedBadge />

<Note>
  本页不适用于 [ClickHouse Cloud](https://clickhouse.com/cloud)。本文档介绍的功能不适用于 ClickHouse Cloud 服务。
  更多信息，请参阅 ClickHouse 的 [Cloud Compatibility](/zh/products/cloud/guides/cloud-compatibility) 指南。
</Note>

您可以在任何服务器上运行基础的 ClickHouse 性能测试，无需安装 ClickHouse 软件包。

<div id="automated-run">
  ## 自动化运行
</div>

你可以通过一个脚本运行基准测试。

1. 下载脚本。

```bash theme={null}
wget https://raw.githubusercontent.com/ClickHouse/ClickBench/main/hardware/hardware.sh
```

2. 运行脚本。

```bash theme={null}
chmod a+x ./hardware.sh
./hardware.sh
```

3. 复制输出结果并发送至 [feedback@clickhouse.com](mailto:feedback@clickhouse.com)

所有结果均发布于此：[https://clickhouse.com/benchmark/hardware/](https://clickhouse.com/benchmark/hardware/)
