---
title: 工具安装步骤
description: "1. 获取工具安装包compatibility_testing.tar.gz(https://mirrors.huaweicloud.com/kunpeng/archive/compatibility_testing/)。"
url: https://www.hikunpeng.com/document/detail/zh/techcert/certtest/testexct/kunpengcomtestool_06_0007.html
sourcePath: /source/zh/techcert/certtest/testexct/kunpengcomtestool_06_0007.html
indexId: 47a48fe240f12f5f3d4fccefd8c59be22619c2a7c796dfb59d1bac3cfab6bd7668
---
# 工具安装步骤

1. 获取工具安装包compatibility_testing.tar.gz(https://mirrors.huaweicloud.com/kunpeng/archive/compatibility_testing/)。
2. 使用WinSCP/FlashFXP/Xftp等工具将安装包compatibility_testing.tar.gz上传到服务器（集群部署情况下，上传到主节点/控制节点服务器），要确保上传目录所在磁盘有足够空间存储后续的软件包。例如：“/home/compatibility_testing”。

```
cd /home/compatibility_testing
tar -xzvf compatibility_testing.tar.gz
cd compatibility_testing/Chinese
```


  compatibility_testing/Chinese目录以下三个文件请重点关注，后续测试时会用到。
  - compatibility_testing.sh，主要脚本工具。
  - compatibility_testing.conf，工具配置文件，配置被测试应用进程名称、应用软件的启动脚本和停止脚本、压力测试工具启动命令。
  - README，简要说明文档。
