Re: Easy read-heavy benchmark kicking around?

From: Dimitri Fontaine <dim(at)dalibo(dot)com>
To: pgsql-performance(at)postgresql(dot)org
Subject: Re: Easy read-heavy benchmark kicking around?
Date: 2006-11-07 10:49:05
Message-ID: 200611071149.07756.dim@dalibo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Hi,

Le lundi 6 novembre 2006 21:47, Brian Hurt a écrit :
> So the question is: is there an easy to install and run, read-heavy
> benchmark out there that I can wave at them to get them to fix the
> problem? I have a second database running on a single SATA drive, so I
> can use that as a comparison point- "look, we're getting 1/3rd the read
> speed of a single SATA drive- this sucks!"
>
> Any advice?

Tsung is an easy to use open-source multi-protocol distributed load testing
tool. The more simple way to use it to stress test your machine would be
using pgfouine to setup a test from postgresql logs:
http://tsung.erlang-projects.org/
http://pgfouine.projects.postgresql.org/tsung.html

Tsung will easily simulate a lot (more than 1000) of concurrent users playing
your custom defined load scenario. Then it will give you some plots to
analyze results, for disk io though you'll have to use some other tool(s)
while tests are running.

Regards,
--
Dimitri Fontaine
http://www.dalibo.com/

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Josh Berkus 2006-11-07 17:42:26 Re: Context switching
Previous Message Mark Kirkwood 2006-11-07 01:52:09 Re: Easy read-heavy benchmark kicking around?