From: | Jayadevan M <maymala(dot)jayadevan(at)gmail(dot)com> |
---|---|
To: | "carlosinfl (dot)" <carlos(dot)mennens(at)gmail(dot)com> |
Cc: | "pgsql-novice(at)postgresql(dot)org" <pgsql-novice(at)postgresql(dot)org> |
Subject: | Re: Front End Examples |
Date: | 2013-09-06 04:06:40 |
Message-ID: | CAFS1N4i6wY=nJg92j2zpWPOr6rpYKH4_GW_p+crqpsWtdTJk3Q@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-novice |
Hi,
If all you want to do is mimic multiple connections interacting with your
database (inserting/selecting/updating), have a look at jmeter. It has an
SQL option. You can specify how many connections you want to simulate, for
what duration etc.
This will be directly interacting with the database, So if you also wanted
to consider the web/app server latency, the direct SQL approach may not
work.
Regards,
Jayadevan
On Fri, Sep 6, 2013 at 12:29 AM, carlosinfl . <carlos(dot)mennens(at)gmail(dot)com>wrote:
> Are there any PHP or front end examples of code I can use to populate
> data into my PostgreSQL 9.2 database server? I know PHP is very common
> and simple but I've never coded and web language before and I really
> am trying to see how my database handles multiple connections and
> populate it with bogus values...
>
> Thanks for any info and or recommendations...
>
> --
> Carlos Mennens
>
>
> --
> Sent via pgsql-novice mailing list (pgsql-novice(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-novice
>
From | Date | Subject | |
---|---|---|---|
Next Message | Jayadevan M | 2013-09-06 04:09:17 | Re: Front End Examples |
Previous Message | carlosinfl . | 2013-09-05 18:59:01 | Front End Examples |