Re: [PERFORM] Benchmark

2003-08-15 Thread Balazs Wellisch
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 -Origi

Re: [PERFORM] Benchmark

2003-08-15 Thread Jeff
On Fri, 15 Aug 2003, Richard Huxton wrote: > If you do find some flexible, scriptable web testing system that can read/fill > out forms etc please post to the list - I've had no luck finding anything I > like. > There was a tool created by altavista R&D called "WebL" that I used on a project. I t

Re: [PERFORM] Benchmark

2003-08-15 Thread Josh Berkus
Mixo, > 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 I'd suggest Perl LWP. There's even a good article on

Re: [PERFORM] Benchmark

2003-08-15 Thread Richard Huxton
On Friday 15 August 2003 07:33, mixo wrote: > I have the following setup : > Apache 2 + mod_perl 2 > Postgres 7.3.2 > > 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 use

Re: [PERFORM] On Linux Filesystems

2003-08-15 Thread Toni Schlichting
Christopher, I appreciate your comments. At the end it goes down to personal experience with one or the other file system. From that I can tell, that I have made good experience with UFS, EXT2, and XFS. I made catastrophic ex- perience with ReiserFS (not during operation but you are a looser when

Re: [PERFORM] Benchmark

2003-08-15 Thread Tomka Gergely
2003-08-15 ragyogó napján mixo ezt üzente: > 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 sim

[PERFORM] Benchmark

2003-08-15 Thread mixo
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 a