Re: Can I limit the number of VUsers that can be simulated from JMeter

2015-01-07 Thread vineeth
Thank You all for the inputs. Looks like modifying the getNumThreads() is the best approach for our context. Best Regards Vineeth -- View this message in context: http://jmeter.512774.n5.nabble.com/Can-I-limit-the-number-of-VUsers-that-can-be-simulated-from-JMeter-tp5721596p5721600.html Sent

Can I limit the number of VUsers that can be simulated from JMeter

2015-01-07 Thread vineeth
test application and clog it. Is there any JMeter property by which we can restrict the maximum number of users that could be simulated from JMeter Your Response is highly appreciated Thanks Vineeth -- View this message in context: http://jmeter.512774.n5.nabble.com/Can-I-limit-the-numb

Is there any way to get Average response time of passed transactions only?

2013-05-27 Thread vineeth
seconds each and the failed transaction took 100 seconds each, the average response time will be 28 seconds {[(10*8) + (100*2)] / 10} according to the aggregate reports. Is there a way to get the average of SUCCESS transactions only? Your inputs are highly appreciated Regards Vineeth -- View this

Re: Providing Windows Authentication

2012-03-29 Thread vineeth
Yeah thats right. JMeter will log in with credentials of the user running the test. Thanks & Regards Vineeth sebb-2-2 [via JMeter] wrote: > On 29 March 2012 09:37, vineeth <[hidden email] > > wrote: > > Hi > > > > I am testing a site which upon enterin

Re: Accessing DOM using JMeter

2012-03-29 Thread vineeth
Thanks Bruce. I will definitely try that. But I want to know if it can be done using javascript? Shmuel In javascript we have 'document.getElementById("id")' Using this we can extract the elements using their ids. Similarly is there any way in JMeter to achieve this? -- View this message in con

Providing Windows Authentication

2012-03-29 Thread vineeth
Hi I am testing a site which upon entering the URL will take the windows domain credentials of the user and logs in automatically. The user is not providing the credentials. I have recorded this and added "HTTP Authorization Manager" to provide authorization. But whatever login credentials I provi

Accessing DOM using JMeter

2012-03-28 Thread vineeth
Hi How can we access DOM elements and build custom name value pairs in JMeter? Thanks in Advance Vineeth -- View this message in context: http://jmeter.512774.n5.nabble.com/Accessing-DOM-using-JMeter-tp5600242p5600242.html Sent from the JMeter - User mailing list archive at Nabble.com

Block Size in CSV Data Config

2012-02-20 Thread vineeth
5 VALUES (Values in ROW 1-5) 2^nd USER WILL USE NEXT 5 VALUES (Values in ROW 6-10) 3^rd USER WILL USE NEXT 5 VALUES (Values in ROW 11-15) 4^th USER WILL USE NEXT 5 VALUES (Values in ROW 16-20) ... Thanks Vineeth S -- View this message in context: http://jmeter.512774.n5.nabble.com/Block-Size-i

Block Size Feature in CSV Data Config

2012-02-14 Thread vineeth
– 5 VALUES (Values in ROW 1-5) 2nd USER WILL USE NEXT 5 VALUES (Values in ROW 6-10) 3rd USER WILL USE NEXT 5 VALUES (Values in ROW 11-15) 4th USER WILL USE NEXT 5 VALUES (Values in ROW 16-20) … … Regards, Vineeth S -- View this message in context: http://jmeter.512774.n5.nabble.com/Block-Size

Regular expression with escape characters and Jmeter variable

2012-02-13 Thread vineeth
Hi All I encountered a rather strange experience while implementing "Regular Expression Extractor". I needed to extract "0" from the "" in the "\r\n-Select-" Here I was passing the "-Select-" from a CSV file. So I replaced "-Select-" with "${Param_ddlDivision}" and escaped "$" (\$)

JP@GC result collation on Distribuited testing

2012-01-31 Thread vineeth
Hi all Does the JP@GC listeners collate the results from all the client machines when we do a distributed testing using JMeter? It would be helpful if some one could explain the behavior of JP@GC listeners during Distributed testing. -- View this message in context: http://jmeter.512774.n5.nabb

Re: server error

2012-01-31 Thread vineeth
Hi The error was coming because the command to start 'rmiregistry' was commented in the "Jmeter server.bat file". This error could also come if the path to rmiregistry is not correct or contain any white spaces in the path. -- View this message in context: http://jmeter.512774.n5.nabble.com/serv

Re: server error

2012-01-31 Thread vineeth
Hi All I'm also getting the same error. Can any one understand why this is happening? Is there any incompatiblity with jmeter2.5 and distribuited testing? -- View this message in context: http://jmeter.512774.n5.nabble.com/server-error-tp2850980p5444039.html Sent from the JMeter - User mailing l

JRE used by Jmeter

2011-12-20 Thread vineeth
Hi ALL How can we instruct JMeter to use a particular JRE (JRE within the JDK)? We have Java installed in : C:\Program Files\Java\jdk1.6.0_02 JMeter currently uses: C:\Program Files\Java\jre1.6.0_02 (As seen from JConsole) How to change setting to instruct JMeter to use: C:\Program Files\Java\j

Re: Jasper Reports for JMeter 2.5

2011-11-22 Thread vineeth
I have integrated the reports but it degrades Jmeter2.5 to Jmeter2.3. Is there any other reporting frameworks available for JMeter2.5? Thanks & Regards Vineeth Sasidharan Trainee Software Engineer Software Paradigms Infotech Britto Christy [via JMeter] wrote: > I too have no

Jasper Reports for JMeter 2.5

2011-11-21 Thread vineeth
Hi all How can I Integrate Jasper reports with JMeter2.5. I have read the article about Protocol for Jmeter http://protocol4jmeter.sourceforge.net/ But when I tried it didn't work for me. I'm using jdk1.6.0_02. Thanking you Vineeth -- View this message in context: http://jmeter

Re: Synchronizing Timer Issue

2011-11-14 Thread vineeth
Hi Oliver 'Number of Simulated Users to Group by' provided is a FACTOR of the count of threads (users). Forgot to mention that earlier. Today I tried running the test again and it ran fine. Its not replicating the issue. But as you said there is an odd bug with this synch timer. Thanks a lot for

Synchronizing Timer Issue

2011-11-14 Thread vineeth
correctly.Two vuser threads are not executed for the sample to which I have added synchronizing timer as a child and also all the samples past it. I am using JMetre 2.5. Thanks in advance Vineeth -- View this message in context: http://jmeter.512774.n5.nabble.com/Synchronizing-Timer-Issue