update
This commit is contained in:
commit
670fcd28c6
24
README.md
Normal file
24
README.md
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
|
||||||
|
|
||||||
|
# SSH Benchmark
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 工具目前实现的功能
|
||||||
|

|
||||||
|
|
||||||
|
## 工具打包编译
|
||||||
|
|
||||||
|
```bash
|
||||||
|
go mod tidy
|
||||||
|
go build -o ssh-benchmark main.go
|
||||||
|
```
|
||||||
|
|
||||||
|
## 使用方法
|
||||||
|
|
||||||
|
1. 更改 config.json 中的配置
|
||||||
|
2. 执行该工程预编译的 ssh-benchmark 文件
|
||||||
|
|
||||||
|
```bash
|
||||||
|
./ssh-benchmark
|
||||||
|
```
|
@ -4,4 +4,5 @@
|
|||||||
"Username": "root",
|
"Username": "root",
|
||||||
"Password": "123456",
|
"Password": "123456",
|
||||||
"Geekbench_License": "1934531619@qq.com JDN2X-DHS55-OAYJX-JNR32-BFQXZ-ASDRJ-QYANY-CC7NX-JV3QW"
|
"Geekbench_License": "1934531619@qq.com JDN2X-DHS55-OAYJX-JNR32-BFQXZ-ASDRJ-QYANY-CC7NX-JV3QW"
|
||||||
}
|
"Password": "xxxx"
|
||||||
|
}
|
||||||
|
BIN
images/xmind.png
Normal file
BIN
images/xmind.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 168 KiB |
Loading…
x
Reference in New Issue
Block a user