[PATCH] add --throttle to pgbench (submission 3)

Поиск
Список
Период
Сортировка
От Fabien COELHO
Тема [PATCH] add --throttle to pgbench (submission 3)
Дата
Msg-id alpine.DEB.2.02.1305011048580.25330@localhost6.localdomain6
обсуждение исходный текст
Ответы Re: [PATCH] add --throttle to pgbench (submission 3)
Re: [PATCH] add --throttle to pgbench (submission 3)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [COMMITTERS] pgsql: Add regression test for bug fixed by recent refactoring.
Следующее
От: Atri Sharma
Дата:
Сообщение: Re: Graph datatype addition