Skip to content

Instantly share code, notes, and snippets.

@fumihito
Last active December 23, 2015 17:29
Show Gist options
  • Save fumihito/6668966 to your computer and use it in GitHub Desktop.
Save fumihito/6668966 to your computer and use it in GitHub Desktop.
StorCenter IX2 Benchmarks
iSCSI mount
----------------
$ date ; dd if=/dev/zero of=test.zero bs=1M count=10240; sync;sync; date
2013年 9月 23日 月曜日 20:39:43 JST
10240+0 レコード入力
10240+0 レコード出力
10737418240 バイト (11 GB) コピーされました、 261.651 秒、 41.0 MB/秒
2013年 9月 23日 月曜日 20:44:05 JST
NFS mount
----------------
$ date ; dd if=/dev/zero of=test.zero bs=1M count=10240; sync;sync; date
2013年 9月 23日 月曜日 20:06:35 JST
10240+0 レコード入力
10240+0 レコード出力
10737418240 バイト (11 GB) コピーされました、 1510.42 秒、 7.1 MB/秒
2013年 9月 23日 月曜日 20:31:45 JST
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment