Re: Looking for bottleneck during load test

From: Bill Moran <wmoran(at)collaborativefusion(dot)com>
To: "Hell, Robert" <Robert(dot)Hell(at)fabasoft(dot)com>
Cc: pgsql-performance(at)postgresql(dot)org
Subject: Re: Looking for bottleneck during load test
Date: 2008-04-07 20:20:08
Message-ID: 20080407162008.c70fbb38.wmoran@collaborativefusion.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

In response to "Hell, Robert" <Robert(dot)Hell(at)fabasoft(dot)com>:

> I tried different other tools for random IO (including a self written one which does random lseek and read).
>
> This tool, started during one of our tests, achieves 2 iops (8k each).
> Started alone I get something about 1,500 iops with an avg latency of 100 ms.
>
> We are using SAN (EMC CLARiiON CX 300) - are those ~7 MB/s really our bottleneck?
> Any other tuning ideas?

You know, with all the performance problems people have been bringing up
with regard to SANs, I'm putting SAN in the same category as RAID-5 ...

> -----Original Message-----
> From: pgsql-performance-owner(at)postgresql(dot)org [mailto:pgsql-performance-owner(at)postgresql(dot)org] On Behalf Of Ivan Voras
> Sent: Montag, 07. April 2008 14:38
> To: pgsql-performance(at)postgresql(dot)org
> Subject: Re: [PERFORM] Looking for bottleneck during load test
>
> Hell, Robert wrote:
> > We have a PostgreSQL 8.2.7 database (~230 GB) running on a machine with 8 Intel Xeon Cores and 32 GB RAM (64-bit Linux 2.6.18). Data is stored on an EMC² CLARiiON on RAID 1/0 (8 x 146 GB 15k rpm).
> > When we do random I/O with a small test tool (reading random 8k blocks from big files in 200 threads) on the disk we retrieve data with about 25 MB/s.
>
> How do you test random IO? Do you use this utility:
> http://arctic.org/~dean/randomio/ ?
>
> If not, try using it, with same parameters. It might be that the latency
> is destroying your performance. Do you use NFS or are you accessing the
> storage as SAN?
>
>
> --
> Sent via pgsql-performance mailing list (pgsql-performance(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-performance
>
> --
> Sent via pgsql-performance mailing list (pgsql-performance(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-performance

--
Bill Moran
Collaborative Fusion Inc.
http://people.collaborativefusion.com/~wmoran/

wmoran(at)collaborativefusion(dot)com
Phone: 412-422-3463x4023

****************************************************************
IMPORTANT: This message contains confidential information and is
intended only for the individual named. If the reader of this
message is not an intended recipient (or the individual
responsible for the delivery of this message to an intended
recipient), please be advised that any re-use, dissemination,
distribution or copying of this message is prohibited. Please
notify the sender immediately by e-mail if you have received
this e-mail by mistake and delete this e-mail from your system.
E-mail transmission cannot be guaranteed to be secure or
error-free as information could be intercepted, corrupted, lost,
destroyed, arrive late or incomplete, or contain viruses. The
sender therefore does not accept liability for any errors or
omissions in the contents of this message, which arise as a
result of e-mail transmission.
****************************************************************

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Greg Smith 2008-04-07 20:40:13 Re: Looking for bottleneck during load test
Previous Message Hell, Robert 2008-04-07 20:12:23 Re: Looking for bottleneck during load test