Re: benchmark suite

Поиск
Список
Период
Сортировка
От Dimitri Fontaine
Тема Re: benchmark suite
Дата
Msg-id 200609291858.08878.dim@dalibo.com
обсуждение исходный текст
Ответ на Re: benchmark suite  (Andrew Sullivan <ajs@crankycanuck.ca>)
Список pgsql-general
Le vendredi 29 septembre 2006 15:54, Andrew Sullivan a écrit :
> On Fri, Sep 29, 2006 at 07:27:49PM +0530, km wrote:
> > Is there any good benchmark suite for testing postgresql performance?
> I suggest looking at the excellent software provided by OSDL.
> http://www.osdl.org/lab_activities/kernel_testing/osdl_database_test_suite/

You could also take a look at tsung software :
  http://tsung.erlang-projects.org/

This distributed load testing tool supports pgsql protocol.
You can define some sessions using transactions, requests and think-time, mix
them (preferring session A 80% of the time for example), and then configure
it to launch as many users as wanted on some interval (1 user a second, for
example), during some arrival phases. All this in a XML file.

It supports several client machines participating on the same benchmark test,
and produces some graphic reports to analyze results thereafter.
It also comes with a good documentation.

I've beginning to work on dbt2 testing part, re-using its database schema and
database populating code from Mark Wong (OSDL). The tricky part here is
porting SQL input parameters generator, and trying to have comparable test
behavior.
I hope to get some usefull results to show soon, including comparing 8.1 and
8.2 versions, for some acceptable value of soon :)

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

Вложения

В списке pgsql-general по дате отправления:

Предыдущее
От: "John D. Burger"
Дата:
Сообщение: Re: Array assignment behavior (was Re: [ADMIN] Stored procedure array limits)
Следующее
От: "Paul B. Anderson"
Дата:
Сообщение: Re: Array assignment behavior (was Re: [ADMIN] Stored procedure array