IOPS計測

iometerのdocumentより

  • For maximum throughput (Megabytes per second), try changing the Transfer

Request Size to 64K, the Percent Read/Write Distribution to 100% Read, and
the Percent Random/Sequential Distribution to 100% Sequential.

  • For the maximum I/O rate (I/O operations per second), try changing the

Transfer Request Size to 512 bytes, the Percent Read/Write Distribution to
100% Read, and the Percent Random/Sequential Distribution to 100%
Sequential.

どちらもシーケンシャル100%でREAD100%にすると最高の値が得られる。
64KBとか512Bって値は何か根拠があるのかわからないけど
スループットのためにはなるべく大きなサイズを一度に読む、
逆にIOPSのためにはなるべく小さいサイズをたくさん読む、
ということのようだ。

ちなみにデフォルトは以下の動きをするそうだ。
The default is 2-Kilobyte random I/Os with a mix of 67% reads and 33% writes,
which represents a typical database workload. You can leave it alone or change it.
Press OK to close the dialog when you are through.