Re: Testing FusionIO - Mailing list pgsql-performance

From Yeb Havinga
Subject Re: Testing FusionIO
Date
Msg-id 4B950FF8.9090206@gmail.com
Whole thread Raw
In response to Testing FusionIO  (Devrim GÜNDÜZ <devrim@gunduz.org>)
List pgsql-performance
Devrim GÜNDÜZ wrote:
> Hi,
>
> I have a FusionIO drive
Cool!!
>  to test for a few days. I already ran iozone and
> bonnie++ against it. Does anyone have more suggestions for it?
>
Oracle has a tool to test drives specifically for database loads kinds
called orion - its free software and comes with a good manual. Download
without registration etc at
http://www.oracle.com/technology/software/tech/orion/index.html

Quickstart

create file named named 'fusion.lun' with the device name, e.g.
/dev/sda1

Invoke orion tool with something like
<orion binary> -run advanced -testname fusion -num_disks 50 -size_small
4 -size_large 1024 -type rand -simulate concat -verbose -write 25
-duration 15 -matrix detailed -cache_size 256

cache size is in MB's but not so important for random io.
num disks doesn't have to match physical disks but it's used by the tool
to determine how large the test matrix should be. E.g. 1 disk gives a
small matrix with small number of concurrent io requests. So I set it to 50.

Another idea: pgbench?

regards,
Yeb Havinga


pgsql-performance by date:

Previous
From: Devrim GÜNDÜZ
Date:
Subject: Testing FusionIO
Next
From: Łukasz Jagiełło
Date:
Subject: Re: Testing FusionIO