Re: JDBC Connection Config

2009-05-07 Thread kirk
Himanshu Ghai wrote: :-) i am yet to see an app that worked so well in first go.. I have on a couple of occasions but in those cases performance was taken seriously from the beginning and integrated into the development process. i'd still contend it's not irrelevant..how do you know when it bre

Re: JDBC Connection Config

2009-05-07 Thread Himanshu Ghai
:-) i am yet to see an app that worked so well in first go..i'd still contend it's not irrelevant..how do you know when it breaks at 6000, if after 5000 it degraded drastically or after 50? for when you're testing what is expected to have more noise 5000/500 or 50? what if it didn't even like 5 use

Re: JDBC Connection Config

2009-05-07 Thread kirk
Himanshu Ghai wrote: "Why take the low road. If the requirement is for 6000, test for 6000. If it works, you're done without all the extra testing." i differ, if the system isn't deployed yet and breaks at 6000, it is advisable to see if it scales a lower load.. How do you know that it will b

Re: JDBC Connection Config

2009-05-06 Thread Himanshu Ghai
"Why take the low road. If the requirement is for 6000, test for 6000. If it works, you're done without all the extra testing." i differ, if the system isn't deployed yet and breaks at 6000, it is advisable to see if it scales a lower load.. it helps to segregate problem as well without adding ext

Re: JDBC Connection Config

2009-05-05 Thread kirk
it would be recommended to run it for less number of users first to see if your servers can handle such load..100/500/1000 Why take the low road. If the requirement is for 6000, test for 6000. If it works, you're done without all the extra testing. If it doesn't work then you have a differ

RE: JDBC Connection Config

2009-05-05 Thread C.Vijayakumar
test plan parallely on different hosts at the same time . Thanking you . With warm regards., Vijayakumar.C -Original Message- From: Himanshu Ghai [mailto:himanshug...@gmail.com] Sent: Wednesday, May 06, 2009 5:28 AM To: JMeter Users List Subject: Re: JDBC Connection Config it wou

Re: JDBC Connection Config

2009-05-05 Thread Himanshu Ghai
it would be recommended to run it for less number of users first to see if your servers can handle such load..100/500/1000 Himanshu On Tue, May 5, 2009 at 3:37 AM, sebb wrote: > On 04/05/2009, C.Vijayakumar wrote: >> Hi Sebb / Matt , >> >> Am using JMeter for Load testing our Java application

Re: JDBC Connection Config

2009-05-05 Thread sebb
On 04/05/2009, C.Vijayakumar wrote: > Hi Sebb / Matt , > > Am using JMeter for Load testing our Java application . I have some doubts > on using JMeter . Could you please help me to solve my doubts pls ? > > My Tuning Parameters are as follows > > set HEAP=-Xms512m -Xmx1024m > set NEW=-XX:New

RE: JDBC Connection Config

2009-05-04 Thread Yesu Grover, Noida
da Subject: RE: JDBC Connection Config Hi I went through the Distributed Testing PDF file and configured all the setting as described in it . While am running the test plan I am getting the following error message as " Connection refused to host 192.168.1.78;n

JDBC Connection Config

2009-05-04 Thread C.Vijayakumar
nt: Monday, May 04, 2009 12:10 PM To: JMeter Users List Subject: RE: JDBC Connection Config Hi Vijayakumar, It seems that u r trying to put load through one machine only.Try to distribute load across different machine and use Distributed Testing(http://jakarta.apache.org/jmeter/

RE: JDBC Connection Config

2009-05-04 Thread C.Vijayakumar
ay, May 04, 2009 12:10 PM To: JMeter Users List Subject: RE: JDBC Connection Config Hi Vijayakumar, It seems that u r trying to put load through one machine only.Try to distribute load across different machine and use Distributed Testing(http://jakarta.apache.org/jmeter/usermanual/jmeter_distrib

RE: JDBC Connection Config

2009-05-03 Thread Yesu Grover, Noida
your problem Thanks Yesu From: Suvendu_Mohapatra [suvendu_mohapa...@satyam.com] Sent: Monday, May 04, 2009 11:46 AM To: JMeter Users List Subject: RE: JDBC Connection Config Please visit the following link[2.4 Run Jmeter] http://jakarta.apache.org

RE: JDBC Connection Config

2009-05-03 Thread Suvendu_Mohapatra
t' Cc: Suvendu_Mohapatra Subject: RE: JDBC Connection Config Still am getting the following error for 6000 concurrent users Uncaught Exception java.lang.OutOfMemoryError: unable to create new native thread. See log file for details. Thats why I asked for how to use non-gui mode ? Thanking you .

RE: JDBC Connection Config

2009-05-03 Thread C.Vijayakumar
- From: Suvendu_Mohapatra [mailto:suvendu_mohapa...@satyam.com] Sent: Monday, May 04, 2009 11:26 AM To: JMeter Users List Subject: RE: JDBC Connection Config The changes whatever you have does not solve your problem in gui mode?? With Regards, Suvendu -Original Message- From

RE: JDBC Connection Config

2009-05-03 Thread Suvendu_Mohapatra
.com] Sent: Monday, May 04, 2009 11:01 AM To: JMeter Users List Subject: RE: JDBC Connection Config Please make changes in the following way..it may help you... set HEAP=-Xms512m -Xmx1024m set NEW=-XX:NewSize=128m -XX:MaxNewSize=512m set SURVIVOR=-XX:SurvivorRatio=8 -XX:TargetSurvivorRatio=50% se

RE: JDBC Connection Config

2009-05-03 Thread C.Vijayakumar
: Monday, May 04, 2009 11:01 AM To: JMeter Users List Subject: RE: JDBC Connection Config Please make changes in the following way..it may help you... set HEAP=-Xms512m -Xmx1024m set NEW=-XX:NewSize=128m -XX:MaxNewSize=512m set SURVIVOR=-XX:SurvivorRatio=8 -XX:TargetSurvivorRatio=50% set TENURING

RE: JDBC Connection Config

2009-05-03 Thread Suvendu_Mohapatra
mode... With Regards, Suvendu -Original Message- From: C.Vijayakumar [mailto:bcvijayaku...@altechindia.com] Sent: Monday, May 04, 2009 11:03 AM To: 'JMeter Users List' Cc: mattcoven...@iseinc.biz Subject: JDBC Connection Config Hi Sebb / Matt , Am using JMeter for Load testin

JDBC Connection Config

2009-05-03 Thread C.Vijayakumar
Hi Sebb / Matt , Am using JMeter for Load testing our Java application . I have some doubts on using JMeter . Could you please help me to solve my doubts pls ? My Tuning Parameters are as follows set HEAP=-Xms512m -Xmx1024m set NEW=-XX:NewSize=128m -XX:MaxNewSize=128m set SURVIVOR=-XX:Surv