1830265 Members
2580 Online
110000 Solutions
New Discussion

Load Testing

 
SOLVED
Go to solution
Nobody's Hero
Valued Contributor

Load Testing

I am testing an RX7620 Itanium Server for a proof of concept running Oracle and PeopleSoft.

I need to push this system, simulate users pounding the box so we can get some benchmarks.

Is there any software available that pushes the box, simulates users to get benchmarking?
UNIX IS GOOD
5 REPLIES 5
Jeff Schussele
Honored Contributor

Re: Load Testing

Hi Robert,

We use LoadRunner from Mercury:

http://www.mercury.com/us/products/performance-center/loadrunner/

HTH,
Jeff
PERSEVERANCE -- Remember, whatever does not kill you only makes you stronger!
baiju_3
Esteemed Contributor

Re: Load Testing

Hi ,

Microsoft is also having a software similar like load runner .I forgot the product name , I used it 1 year back to do performance testing of out CRM Server.Please search in microsoft.com and this is free down loadable.

But remember these tools are for web based applications .


Thanks,
BL.








Good things Just Got better (Plz,not stolen from advertisement -:) )
baiju_3
Esteemed Contributor

Re: Load Testing


The Product name is WAS and is available at

http://www.microsoft.com/downloads/details.aspx?FamilyID=e2c0585a-062a-439e-a67d-75a89aa36495&DisplayLang=en

I don't know whether peoplesoft front end is web based , try this software .


Thanks,
BL.

Good things Just Got better (Plz,not stolen from advertisement -:) )
Arunvijai_4
Honored Contributor
Solution

Re: Load Testing

For load testing, Load runner is the best available tool today. Take a look at the following links,

http://www.softwareqatest.com/qatweb1.html
http://www.opensta.org
http://opensourcetesting.org/performance.php

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
VEL_1
Valued Contributor

Re: Load Testing

Hi,

Use Apache benchmark tool "ab". This tool comes with the apache. Using this tool, u can simulate number of users & number of concurrent query to the database using php script.

Thanks.