[PATCH] add --throttle to pgbench (submission 3) - Mailing list pgsql-hackers

From Fabien COELHO
Subject [PATCH] add --throttle to pgbench (submission 3)
Date
Msg-id alpine.DEB.2.02.1305011048580.25330@localhost6.localdomain6
Whole thread Raw
Responses Re: [PATCH] add --throttle to pgbench (submission 3)  (Greg Smith <greg@2ndQuadrant.com>)
Re: [PATCH] add --throttle to pgbench (submission 3)  (Jan Wieck <JanWieck@Yahoo.com>)
List pgsql-hackers
Add --throttle to pgbench

Each client is throttled to the specified rate, which can be expressed in 
tps or in time (s, ms, us). Throttling is achieved by scheduling 
transactions along a Poisson-distribution.

This is an update of the previous proposal which fix a typo in the sgml 
documentation.

The use case of the option is to be able to generate a continuous gentle 
load for functional tests, eg in a practice session with students or for 
testing features on a laptop.

-- 
Fabien.

pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: [COMMITTERS] pgsql: Add regression test for bug fixed by recent refactoring.
Next
From: Atri Sharma
Date:
Subject: Re: Graph datatype addition