Skip to content

Instantly share code, notes, and snippets.

@askdaddy
Last active April 3, 2020 09:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save askdaddy/710ca40a56be380e1e46be3a1985c4c9 to your computer and use it in GitHub Desktop.
Save askdaddy/710ca40a56be380e1e46be3a1985c4c9 to your computer and use it in GitHub Desktop.
磁盘io测试
```
dd if=/dev/zero of=/mnt/hdd0/test.img bs=512M count=8 oflag=dsync
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment