Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
spiritLHLS authored Jun 24, 2024
1 parent 945e306 commit ba14259
Showing 1 changed file with 30 additions and 1 deletion.
31 changes: 30 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@

更新时间:2024.06.24

下载及安装

```shell
curl https://raw.githubusercontent.com/oneclickvirt/disktest/main/disktest_install.sh -sSf | sh
```
Expand All @@ -39,6 +41,33 @@ curl https://raw.githubusercontent.com/oneclickvirt/disktest/main/disktest_insta
curl https://cdn.spiritlhl.net/https://raw.githubusercontent.com/oneclickvirt/disktest/main/disktest_install.sh -sSf | sh
```

使用

```
disktest
```


```
./disktest
```

进行测试

```
Usage of disktest:
-d string
Enable multi disk check parameter (single or multi, default is single)
-l string
Language parameter (en or zh)
-m string
Specific Test Method (dd or fio)
-p string
Specific Test Disk Path (default is /root or C:)
-v show version
```

有环境依赖,Linux/Unix相关系统请确保本地至少安装有```dd``````fio```工具其中之一,更多架构请查看 https://github.com/oneclickvirt/disktest/releases/tag/output

dd测试:
Expand All @@ -57,4 +86,4 @@ winsat测试:

```
go get github.com/oneclickvirt/disktest@latest
```
```

0 comments on commit ba14259

Please sign in to comment.