Re: Benchmarking a large server

From: David Boreham <david_list(at)boreham(dot)org>
To: PGSQL Performance <pgsql-performance(at)postgresql(dot)org>
Subject: Re: Benchmarking a large server
Date: 2011-05-09 20:59:01
Message-ID: 4DC85595.5070909@boreham.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance


> hm, if it was me, I'd write a small C program that just jumped
> directly on the device around and did random writes assuming it wasn't
> formatted. For sequential read, just flush caches and dd the device
> to /dev/null. Probably someone will suggest better tools though.
I have a program I wrote years ago for a purpose like this. One of the
things it can
do is write to the filesystem at the same time as dirtying pages in a
large shared
or non-shared memory region. The idea was to emulate the behavior of a
database
reasonably accurately. Something like bonnie++ would probably be a good
starting
point these days though.

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Ben Chobot 2011-05-09 20:59:47 Re: Benchmarking a large server
Previous Message Merlin Moncure 2011-05-09 20:50:51 Re: Benchmarking a large server