diff --git a/README.md b/README.md new file mode 100644 index 0000000..2ba930b --- /dev/null +++ b/README.md @@ -0,0 +1,24 @@ + + +# SSH Benchmark + +--- + +## 工具目前实现的功能 +![image-xmind](images/xmind.png) + +## 工具打包编译 + +```bash +go mod tidy +go build -o ssh-benchmark main.go +``` + +## 使用方法 + + 1. 更改 config.json 中的配置 + 2. 执行该工程预编译的 ssh-benchmark 文件 + + ```bash + ./ssh-benchmark + ``` \ No newline at end of file diff --git a/config.json b/config.json index ca76e6a..e040295 100644 --- a/config.json +++ b/config.json @@ -4,4 +4,5 @@ "Username": "root", "Password": "123456", "Geekbench_License": "1934531619@qq.com JDN2X-DHS55-OAYJX-JNR32-BFQXZ-ASDRJ-QYANY-CC7NX-JV3QW" -} \ No newline at end of file + "Password": "xxxx" +} diff --git a/images/xmind.png b/images/xmind.png new file mode 100644 index 0000000..c0761b1 Binary files /dev/null and b/images/xmind.png differ