DiskIOの性能を軽く測ってみる

Oracle ORION というものを使います

http://www.oracle.com/technetwork/jp/topics/index-096484-ja.html

こちらのページから「orion_linux_x86-64.gz」をダウンロードします。

yum install libaio
gunzip orion_linux_x86-64.gz
chmod +x orion_linux_x86-64
df -h

で性能を測りたいDiskの名前を取得します(/dev/xvda1など)

vim simpletest.lun
---------------------
/dev/xvda1
---------------------
./orion_linux_x86-64 -run simple -testname simpletest -num_disks 1

と実行します。

Maximum Large MBPS=74.46 @ Small=0 and Large=2
Maximum Small IOPS=1026 @ Small=5 and Large=0
Minimum Small Latency=4.09 @ Small=1 and Large=0

こんな結果が出ます。