Skip to content

Instantly share code, notes, and snippets.

@torgeir
Created December 1, 2021 21:58
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 torgeir/274903d9c68cf32b21ab2833a9af7515 to your computer and use it in GitHub Desktop.
Save torgeir/274903d9c68cf32b21ab2833a9af7515 to your computer and use it in GitHub Desktop.
Linux test disk write speed
dd if=/dev/zero of=test.img bs=1G count=5 oflag=dsync && rm test.img
# 5+0 records in
# 5+0 records out
# 5368709120 bytes (5,4 GB, 5,0 GiB) copied, 3,69591 s, 1,5 GB/s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment