Re: Testing FusionIO

From: Yeb Havinga <yebhavinga(at)gmail(dot)com>
To: Devrim GÜNDÜZ <devrim(at)gunduz(dot)org>
Cc: PostgreSQL - Performance <pgsql-performance(at)postgresql(dot)org>
Subject: Re: Testing FusionIO
Date: 2010-03-08 14:55:52
Message-ID: 4B950FF8.9090206@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Kevin Kempter 2010-03-08 17:24:56 prepared statements and partitioning (partition elimination not working)
Previous Message Łukasz Jagiełło 2010-03-08 14:53:41 Re: Testing FusionIO