pgbench: Support Multiple Simultaneous Runs (with Mean and Std. Dev.)

From: "Thomas F(dot) O'Connell" <tfo(at)sitening(dot)com>
To: PgSQL - Patches <pgsql-patches(at)postgresql(dot)org>
Subject: pgbench: Support Multiple Simultaneous Runs (with Mean and Std. Dev.)
Date: 2006-01-25 06:23:21
Message-ID: 7C40BFCB-6D55-4E09-8827-E3A92319A4D6@sitening.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

I created a version of this a while back for a comparison of 7.4.x to
8.0.x. Now that 8.1.x has come out, I've decided to go ahead and put
it in patch form for potential inclusion in contrib.

The main addition is the addition of a -x option that allows
specification of a number of successive runs of pgbench for use in
sanity-checking basic benchmark results to reduce the potential for
noise in a single run.

At the end of a series of runs, the mean tps and standard deviations
are reported.

I only patched the English README.

I didn't test compatibility with the new file code, but a cursory
glance at the code makes me think it would work.

The following patch is against a fresh pull from anonymous CVS.

Attachment Content-Type Size
pgbench.patch application/octet-stream 19.6 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2006-01-25 06:46:01 Re: pgbench: Support Multiple Simultaneous Runs (with Mean and Std. Dev.)
Previous Message Andrew Dunstan 2006-01-25 03:36:08 Re: plperl / locale / win32