Created
January 17, 2021 14:59
-
-
Save harisfi/3a7c8f09c057728f40dfe52f60ef8519 to your computer and use it in GitHub Desktop.
Calculate HDD speed (100MB/s = normal)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
dd bs=1M count=512 if=/dev/zero of=test conv=fdatasync; rm -f test |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment