| From: | Greg Smith <greg(at)2ndQuadrant(dot)com> |
|---|---|
| To: | amul sul <sul_amul(at)yahoo(dot)co(dot)in> |
| Cc: | "pgsql-performance(at)postgresql(dot)org" <pgsql-performance(at)postgresql(dot)org> |
| Subject: | Re: Fw: [osdldbt-general] Running DBT5 on remote database server |
| Date: | 2013-07-31 16:02:50 |
| Message-ID: | 51F9352A.6070000@2ndQuadrant.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-performance |
On 7/22/13 10:13 PM, amul sul wrote:
> I want test the PostgreSQL performance using DBT5, where my PostgreSQL
> running on server (say 192.168.56.101) and want to test the performance
> executing DBT5 on other machine (say 192.168.56.102).
You can do this. Here's the help for the run_workload.sh command:
usage: run_workload.sh -c <number of customers> -d <duration of test> -u
<number of users>
other options:
-a <pgsql>
-b <database parameters>
-f <scale factor. (default 500)>
-h <database host name. (default localhost)>
...
"-h" is the setting that points toward another server. You will also
need to setup the postgresql.conf and pg_hba.conf on the system to allow
remote connections, the same way as this is normally done with Postgres.
--
Greg Smith 2ndQuadrant US greg(at)2ndQuadrant(dot)com Baltimore, MD
PostgreSQL Training, Services, and 24x7 Support www.2ndQuadrant.com
| From | Date | Subject | |
|---|---|---|---|
| Next Message | KONDO Mitsumasa | 2013-08-01 02:02:06 | Re: PG performance issues related to storage I/O waits |
| Previous Message | Tomas Vondra | 2013-07-31 12:40:54 | Re: PG performance issues related to storage I/O waits |