Skip to content

Instantly share code, notes, and snippets.

@funwarioisii
Created July 8, 2023 03:36
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 funwarioisii/6b6837bc146e82798c22aed29e79c7d4 to your computer and use it in GitHub Desktop.
Save funwarioisii/6b6837bc146e82798c22aed29e79c7d4 to your computer and use it in GitHub Desktop.

外部ストレージへの書き込み速度を調べる

環境は macOS 13.4.1

dd if=/dev/zero bs=1024k of=/Volumes/Untitled/testfile count=1024
1024+0 records in
1024+0 records out
1073741824 bytes transferred in 12.298094 secs (87309613 bytes/sec)

dd コマンドで測定までやってくれるんだねー。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment