Re: Benchmark

From: "Balazs Wellisch" <balazs(at)neusolutions(dot)com>
To: <pgsql-performance(at)postgresql(dot)org>
Subject: Re: Benchmark
Date: 2003-08-15 18:47:21
Message-ID: 001e01c3635d$afb74dc0$3a00a8c0@MOBILE01
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

You might want to check out these links:

http://www.loadtestingtool.com/download.html
http://www.opensta.org/
http://www.microsoft.com/technet/treeview/default.asp?url=/TechNet/itsol
utions/intranet/downloads/webstres.asp?frame=true
http://www.softwareqatest.com/qatweb1.html

Balazs

-----Original Message-----
From: pgsql-performance-owner(at)postgresql(dot)org
[mailto:pgsql-performance-owner(at)postgresql(dot)org] On Behalf Of mixo
Sent: Thursday, August 14, 2003 11:34 PM
To: pgsql-performance(at)postgresql(dot)org
Subject: [PERFORM] Benchmark

I have the following setup :
Apache 2 + mod_perl 2
Postgres 7.3.2

I need to is measure the perfomance of a ticketing system (written in
perl)
which has web interface (html::mason, apache2) with Pg as a backend.
Users
of the ticketing system can only connect to the backend via the web
interface
and they usually login to the system at the begining of the the day and
remain
connected untill they knock of. I have setup two test machines, one with
Pg
and the other with Mysql. Both machine have the same data (sample).

I am looking for a benchmark utilty that the simulate a user session.
For example, a user login in, displaying a ticket and searching for
tickets;
all these invlove a user connecting to the a url, like for search, a
user needs
to open "somehost.domain/path/to/search.html?with=arguments". The
utiltly needs
to simulate these actions.

The following tools currently have so far caught my attention:
Apache Jmeter
ab

I need suggestions for other utilities.

---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
(send "unregister YourEmailAddressHere" to majordomo(at)postgresql(dot)org)

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Shridhar Daithankar 2003-08-16 08:40:15 Insert performance
Previous Message Jeff 2003-08-15 18:24:01 Re: Benchmark