Re: Download link for 'Bristlecone' - Mailing list pgsql-general

From Abdul Rahman
Subject Re: Download link for 'Bristlecone'
Date
Msg-id 128548.56340.qm@web65705.mail.ac4.yahoo.com
Whole thread Raw
In response to Download link for 'Bristlecone'  (Abdul Rahman <abr_ora@yahoo.com>)
Responses Re: Download link for 'Bristlecone'  (Richard Huxton <dev@archonet.com>)
Re: Download link for 'Bristlecone'  (Gerd König <koenig@transporeon.com>)
List pgsql-general
Thanks Huxton & Gerd;

I think pgbench is not suitable for those who want to test application on desired tables. pgbench is highly hard coded and tests only self generated tables. I used Mercury LoadRunner but it is not freeware. The link http://bristlecone.continuent.org/HomePage only has details about this software but not the download link. Secondly it is for Unix not for Windows. And I found AppLoader freeware but it does not include PostgreSQL in its database list. My research is ongoiung and will prompt you as I get something fruitful and expecting the same from you.

Regards,
Abdul Rehman.



From: Richard Huxton <dev@archonet.com>
To: Abdul Rahman <abr_ora@yahoo.com>
Cc: pgsql-general@postgresql.org; ashishka@synechron.com
Sent: Wednesday, February 18, 2009 2:13:27 PM
Subject: Re: [GENERAL] Download link for 'Bristlecone'

Abdul Rahman wrote:
> Dear All,
>
> I searched a lot but failed to find any download link for Bristlecone. Kindly help me. Or let me know about any open source Load Tester for PostgreSQL based application.
> Ashish, according to my search Bristlecone is open source. Thanks in advance.

Sorry - never heard of Bristlecone.

You might want to start with "pgbench" which is in the contrib/
directory of the source distribution:
  http://www.postgresql.org/docs/current/static/pgbench.html
Make sure you read the manual page above, and also search the
mailing-list archives for tips on how to get useful information from it.

You might also be interested in the sourceforge DBT project
  http://sourceforge.net/projects/osdldbt/
Read this msg first though, there is more up-to-date code available than
the sf.net download page.
  http://archives.postgresql.org/pdxpug/2008-12/msg00010.php

Really though, unless you're doing this as part of an academic paper
you'll want to write your own test cases. It doesn't matter whether
PostgreSQL is fast or slow on the tests above, what matters is how it
performs *for your purposes*. The only way to test that is to generate
the sort of data and workload that you plan to have.

Oh, and it's very easy to end up with data that tells you nothing
useful. Make sure your tests are long enough, and that they're not too
sensitive to minor changes in configuration or load.

HTH

--
  Richard Huxton
  Archonet Ltd

pgsql-general by date:

Previous
From: Schwaighofer Clemens
Date:
Subject: Re: Strange Grant behavior in postgres 8.3
Next
From: Richard Huxton
Date:
Subject: Re: Download link for 'Bristlecone'