Re: Jmeter Spring Security (Acegi)

2009-09-02 Thread Deepak Shetty
5) Up to this point things seem fine, but this is where it gets wierd. JMeter simply stops executing the rest of my test plan and ignores the rest of my HTTP Requests with no error messages or other indicator of what went wrong. Whats the rest of your test? is it a simple HTTPRequest or are there

Re: Why error Unrecognized VM option '+HeapDumpOnOutOfMemoryError'

2009-09-02 Thread Deepak Shetty
which version of java? I assume this is SUN jdk as well and is it correctly specified as -XX:+HeapDumpOnOutOfMemoryError regards deepak * * On Wed, Sep 2, 2009 at 12:44 PM, Ben Stover bxsto...@yahoo.co.uk wrote: When I try to start jmeter.bat v2.3.4 under WinXP I am getting an error in the

Re: Why error Unrecognized VM option '+HeapDumpOnOutOfMemoryError'

2009-09-02 Thread Deepak Shetty
Another thing you could do is modify jmeter.bat set DUMP=-XX:+HeapDumpOnOutOfMemoryError and remove/comment it(this would only create a heap dump file if your jmeter ran out of memory) It looks to be that you are using a JDK that doesnt support this option... regards deepak On Wed, Sep 2, 2009

Re: Jmeter ASP.net

2009-09-02 Thread Deepak Shetty
sigh. Possibly you havent added the HttpCookieManager (ASPSessionID or something like that is needed to maintain your session or url rewriting). Compare with browser - http://wiki.apache.org/jakarta-jmeter/DifferentBehaviour regards deepak On Wed, Sep 2, 2009 at 5:49 PM, Keet

Re: Jmeter ASP.net

2009-09-02 Thread Deepak Shetty
. From poeple's experience is there anything else which I need to change in my imported bad boy script. Cheers k Deepak Shetty wrote: sigh. Possibly you havent added the HttpCookieManager (ASPSessionID or something like that is needed to maintain your session or url rewriting

Re: How to copy/clone ThreadGroup or single esections WITH all settings inside to another *.jmx TestPlan?

2009-09-03 Thread Deepak Shetty
while it doesnt directly address your problem , I assume you are aware of Include Controllers and Module controllers. regards deepak On Thu, Sep 3, 2009 at 6:35 AM, Ben Stover bxsto...@yahoo.co.uk wrote: Assume I have setup a comprehensive Testplan with a lot of ThreadGroups and many detail

Re: Need access to the Windows Shell

2009-09-03 Thread Deepak Shetty
write a windows file (.wsc or .cmd or whatever) , use a BSH/Java sampler and use Java's Runtime.exec regards deepak On Thu, Sep 3, 2009 at 11:12 AM, b1g0af msm...@vsync.com wrote: I'm running JMeter on a windows box, and I need access to the Windows Shell. However, I don't see a way to do

Re: Need access to the Windows Shell

2009-09-03 Thread Deepak Shetty
be the path to a .bat file. Both seem to work fine. If you need to use backslashes, make sure you escape them (with a backslash). Deepak Shetty wrote: write a windows file (.wsc or .cmd or whatever) , use a BSH/Java sampler and use Java's Runtime.exec regards deepak On Thu, Sep 3

Re: Jmeter ASP.net

2009-09-03 Thread Deepak Shetty
://www.nabble.com/file/p25286246/login%2Brequest%2Blogs.rtf login+request+logs.rtf Any further help would be greatly appreciated Deepak Shetty wrote: it doesnt matter where you got the script from .. for e,g. you might be sending out a recorded session cookie or session id. As always compare

Re: Is it possible to record or test Swing based desktop applications in JMeter

2009-09-05 Thread Deepak Shetty
no regards deepak On Sat, Sep 5, 2009 at 2:53 AM, Anwaruddin Mohammad anwaruddi...@ocimumbio.com wrote: Dear all, Is it possible to record or test Swing based desktop applications in JMeter? Are there any plug-in availble for recording such applications? Thanks in advance. Anwar

Re: Newbie, guidance on WMS

2009-09-05 Thread Deepak Shetty
now i have to find out how to log the 1 request time. jmeter gives only summary/average. Different listeners give more than summary/average ... see the docs. Jmeter can also save each sample to either a csv or xml file and has some stylesheets that you can extend to format the data as you

Re: Newbie, guidance on WMS

2009-09-08 Thread Deepak Shetty
I need to log the time taken by each request when 100/200/300/400/500 concurrent requests are made. Hope the logger can do that. Yes. when i have 5 users (threads) and 50 users (threads), the througput is same 12/sec. Now how do I explain the user concurrency, load / stress? See explanation on

Re: Introduction of Debug Sampler changes test behavior.

2009-09-08 Thread Deepak Shetty
User parameters is a hierarchical element , so it probably needs some elements to apply to (otherwise it wont get executed). not sure if this should be a bug .. regards deepak On Tue, Sep 8, 2009 at 1:40 PM, Clark, John jmcl...@aegonusa.com wrote: I'm having some unexpected results that I'm

Re: Introduction of Debug Sampler changes test behavior.

2009-09-08 Thread Deepak Shetty
incase they may have had some effect via a static reference in the Debug Sampler implementation. It didn't effect the results of the tests. BTW: using version 2.3.4. -Original Message- From: Deepak Shetty [mailto:shet...@gmail.com] Sent: Tuesday, September 08, 2009 3:47 PM To: JMeter

Re: Selecting a CSV Data File Based on a Variable

2009-09-09 Thread Deepak Shetty
Did you check jmeter.log? What's the sharing mode?(it should be current thread for what you are trying to do i think) Also, is there any way to search the Archive? Google :) On Wed, Sep 9, 2009 at 9:39 AM, Steve Eckhart steve.eckh...@wausaufs.comwrote: I have set up my test to have 10 logins.

Re: Selecting a CSV Data File Based on a Variable

2009-09-09 Thread Deepak Shetty
, Sep 9, 2009 at 9:55 AM, Steve Eckhart steve.eckh...@wausaufs.comwrote: Deepak, Which log_level do I need turned on to see this? I have Sharing Mode set to All threads. Thanks, Steve -Original Message- From: Deepak Shetty [mailto:shet...@gmail.com] Sent: Wednesday, September 09

Re: Selecting a CSV Data File Based on a Variable

2009-09-09 Thread Deepak Shetty
. -Original Message- From: Deepak Shetty [mailto:shet...@gmail.com] Sent: Wednesday, September 09, 2009 12:04 PM To: JMeter Users List Subject: Re: Selecting a CSV Data File Based on a Variable Hi if there is an error you should be able to see it without needing to turn on anything else

Re: Selecting a CSV Data File Based on a Variable

2009-09-09 Thread Deepak Shetty
Ok the sharing mode is for a different problem you will face, it wont resolve the problem that your CSV file isnt being read... I guess you'd need to check the scoping rules for CSV data set config element and when it resolves the file name (seems to get done before user parameters) Is there any

Re: Selecting a CSV Data File Based on a Variable

2009-09-09 Thread Deepak Shetty
On Wed, Sep 9, 2009 at 12:22 PM, Deepak Shetty shet...@gmail.com wrote: Ok the sharing mode is for a different problem you will face, it wont resolve the problem that your CSV file isnt being read... I guess you'd need to check the scoping rules for CSV data set config element and when

Re: Selecting a CSV Data File Based on a Variable

2009-09-09 Thread Deepak Shetty
by more than one thread (I need to get to hundreds of threads, but don't want to create hundreds of users). -Original Message- From: Deepak Shetty [mailto:shet...@gmail.com] Sent: Wednesday, September 09, 2009 2:23 PM To: JMeter Users List Subject: Re: Selecting a CSV Data File Based

Re: Selecting a CSV Data File Based on a Variable

2009-09-09 Thread Deepak Shetty
On Wed, Sep 9, 2009 at 5:48 PM, sebb seb...@gmail.com wrote: Why not combine the user name with the search data? i.e. have a single CSV file with the username plus search data on the same line. On 09/09/2009, Deepak Shetty shet...@gmail.com wrote: you need as many files as you have concurrent

Re: Need help to load test an application for 2500 Concurrent users

2009-09-09 Thread Deepak Shetty
hi a. In most cases you wont be able to run 2500 users from a single machine , so you should run multiple instances of jmeter or run it as distributed b. ConnectException is just that, the server refused your connection. There may be multiple reasons why this can be caused and all of them are

Re: Variable number of parameters in HTTP Request

2009-09-10 Thread Deepak Shetty
you can add a BSH pre processor that does a sampler.addArgument(). regards deepak On Thu, Sep 10, 2009 at 9:13 AM, Alexandru Rotaru alex.rot...@altom.rowrote: Hi there, I am trying to run a test that submits data in two steps: set the number of users submit data for the specified number of

Re: Missing cookie

2009-09-10 Thread Deepak Shetty
hi a. Can you try using the HTTpClient Httpsampler? (i remember something to the effect that NTLM worked only with HTTPClient version.. b. Your cookie is being set on a 401 response as well as the retry is automatic(which may be why it isnt getting stored in the cookie manager( . Would it be

Re: Missing cookie

2009-09-10 Thread Deepak Shetty
hi and also can you try something like Thread Group Defaults Cookie Manager Simple Controller HttpRequest (should fail , but sets cookie) Simple Controller HttpRequest (cookie should be sent here) Authorization Manager regards deepak On Thu, Sep 10, 2009 at 9:00

Re: Selecting a CSV Data File Based on a Variable

2009-09-10 Thread Deepak Shetty
10, 2009 at 10:06 AM, sebb seb...@gmail.com wrote: On 10/09/2009, Deepak Shetty shet...@gmail.com wrote: hi just to confirm , the behavior being seen is because the file name is evaluated at configuration time but the variables aent set till the first iteration right? Yes. your

Re: Selecting a CSV Data File Based on a Variable

2009-09-10 Thread Deepak Shetty
at configuration time which user was going to be used by the thread :( thanks regards deepak On Thu, Sep 10, 2009 at 2:53 PM, sebb seb...@gmail.com wrote: On 10/09/2009, Deepak Shetty shet...@gmail.com wrote: hi Duplicate the user on each line (as already suggested by the OP). The way the test

Re: About Cause of exception

2009-09-10 Thread Deepak Shetty
do you have a space next to the port? can you look at the http request sample causing the problem and see that the server path and port are correct? On Thu, Sep 10, 2009 at 8:29 PM, Mark Stephen S. Florencio stephenfloren...@asti.dost.gov.ph wrote: Good day. I am running JMETER 2.3.4. I had

Re: About Cause of exception

2009-09-10 Thread Deepak Shetty
inspected the generated sampler and there isn't a space in the generated answers to the fields there. - Original Message - From: Deepak Shetty shet...@gmail.com To: JMeter Users List jmeter-user@jakarta.apache.org Sent: Friday, September 11, 2009 11:34:02 AM GMT +08:00 Beijing / Chongqing

Re: About Cause of exception

2009-09-10 Thread Deepak Shetty
it is supposed to do its just that in the result tree listener it comes up as an error. Thanks. - Original Message - From: Deepak Shetty shet...@gmail.com To: JMeter Users List jmeter-user@jakarta.apache.org Sent: Friday, September 11, 2009 11:47:22 AM GMT +08:00 Beijing / Chongqing

Re: Need help to load application using 500 concurrent users

2009-09-10 Thread Deepak Shetty
Hi http://tomcat.apache.org/tomcat-5.5-doc/config/http.html There are three thread related properties in server.xml . You seem to have run into maxThreads limit Note that if your server cant handle the load that is a server/OS problem , you are more likely to get help on a tomcat forum. Jmeter is

Re: Missing cookie

2009-09-11 Thread Deepak Shetty
hi ok good something worked :). The other thing I would try is a. Make a request to secured page but the Authorization manager shouldnt be in scope here (so you'll get a 401 with set-cookie ) b. Repeat the above request but with the Authorization manager in scope Thread Group Simple Controller

Re: concurrent user: understanding help please

2009-09-11 Thread Deepak Shetty
Concurrent user test = Any test with 1 threads. the longer you can keep the test running the more likely it is that you will be able to test the behavior under concurrency accurately. e.g. Running 100 threads with the test repeated say 1000 times is better than Running 100 threads with the test

Re: Newbie, guidance on WMS

2009-09-11 Thread Deepak Shetty
Bruce On Wed, Sep 9, 2009 at 2:31 AM, sebb seb...@gmail.com wrote: On 08/09/2009, Deepak Shetty shet...@gmail.com wrote: I need to log the time taken by each request when 100/200/300/400/500 concurrent requests are made. Hope the logger can do that. Yes. when i have 5 users

Re: Jmeter - regex expression for variable from script

2009-09-11 Thread Deepak Shetty
Hi as pointed out by sebb the greedy quantifiers are ineffecient (\d+? ) You should probably use something like (\d+[^]) You should also consider making your regexes more resilient to change (it would break if i enter a space between the = sign which is still valid javascript...) regards deepak

Re: Need help to load application using 500 concurrent users

2009-09-11 Thread Deepak Shetty
On Fri, Sep 11, 2009 at 10:15 AM, Deepak Shetty shet...@gmail.com wrote: Hi http://tomcat.apache.org/tomcat-5.5-doc/config/http.html There are three thread related properties in server.xml . You seem to have

Re: Need help to load application using 500 concurrent users

2009-09-12 Thread Deepak Shetty
carefully, and if that does not answer your query, then post a question on the Tomcat user list. Thanks Maumita On Fri, Sep 11, 2009 at 10:15 AM, Deepak Shetty shet...@gmail.com wrote: Hi

Re: Difference between Jmter 2.3.1 and 2.3.4

2009-09-14 Thread Deepak Shetty
you'd need to look at each changelog http://jakarta.apache.org/jmeter/changes.html However most scripts written with 2.3.1 should work with 2.3.4, there are no major differences When in doubt always use the latest. regards deepak On Sun, Sep 13, 2009 at 11:41 PM, gpub affablepr...@gmail.com

Re: How to countinue with the test without wating to the HTTP response

2009-09-15 Thread Deepak Shetty
Im not sure I understand your question. Its not clear what is taking and what you wish to be able to run serially/parallely.Your requests seem to be dependent on previous responses in which case you have to wait-You seem to be implying 'type' of requests , in which case each type should be its own

Re: Concurrent Controllers Execution

2009-09-16 Thread Deepak Shetty
Hi Your simplest solution is to use different thread groups Thread Group (1 thread, Loop Forever) One HTTP Sampler Timer (Delay = 15 secs) Thread Group (6 thread , loop forever) Interleave controller (6 in parallel but only one at any one time) Six HTTP Samplers

Re: Concurrent Controllers Execution

2009-09-16 Thread Deepak Shetty
Is it possible to share these things across multiple thread groups as you have mentioned below? Thanks Jatin Deepak Shetty wrote: Hi Your simplest solution is to use different thread groups Thread Group (1 thread, Loop Forever) One HTTP Sampler Timer (Delay = 15 secs) Thread

Re: Concurrent Controllers Execution

2009-09-16 Thread Deepak Shetty
Hi I should just add that cookies wont be shared between threads. regards deepak On Wed, Sep 16, 2009 at 10:04 PM, Jatin Davey jasho...@cisco.com wrote: Many Thanks. I tired with different thread groups and it worked. I appreciate your help. Thanks Jatin Deepak Shetty wrote: hi Yes

Re: Concurrent Controllers Execution

2009-09-16 Thread Deepak Shetty
, Sep 16, 2009 at 10:19 PM, Jatin Davey jasho...@cisco.com wrote: So should i add the cookie managers into each Thread groups. That should work right?? Thanks Jatin Deepak Shetty wrote: Hi I should just add that cookies wont be shared between threads. regards deepak On Wed, Sep 16, 2009

Re: Regarding captcha image

2009-09-16 Thread Deepak Shetty
if its a good captcha , you can't . Unless you can change your application code to either disable captcha or provide a known set of images or have some server side code that can be queried to tell you the value. regards deepak On Wed, Sep 16, 2009 at 10:21 PM, M.Vijaya Bhaskar

Re: Concurrent Controllers Execution

2009-09-16 Thread Deepak Shetty
that they were sharing the same cookie. If this is the case is it fine to put the Cookie manager in each of the individual threads as you had mentioned. Thanks Jatin Deepak Shetty wrote: It depends on what you want to do , 8 parallel requests will each have their own set of cookies

Re: Concurrent Controllers Execution

2009-09-16 Thread Deepak Shetty
managers in each individual threads ? Please clarify. Thanks Jatin Deepak Shetty wrote: No if you dont really care about cookies , then keep it the way it. Currently each thread makes the same request and you dont really need to bother about it. If you needed to change so that a thread

Re: Concurrent Controllers Execution

2009-09-17 Thread Deepak Shetty
must use the same cookie to get the data. If they use different cookies then it does not simulate the way it is done in the Web Browser. Thanks Jatin Deepak Shetty wrote: You have 8 threads making a single request . the first time they make the request , they will each get

Re: Parmeterization

2009-09-17 Thread Deepak Shetty
what errors are you getting with CSV data set config? check jmeter.log. Note that relative paths in CSV data set config are relative to the locations of your script. for your current error __CSVRead called with wrong number of parameters. Actual: 3. Expected: 2. should tell you what the problem

Re: Need help updating customer record

2009-09-21 Thread Deepak Shetty
sigh. http://wiki.apache.org/jakarta-jmeter/DifferentBehaviour a. Record what your browser does using any tool like LiveHTTPHeader, Fiddler, HTTPWatch etc. Ensure that you know what data is getting passed to your server, what response gets returned etc. You especially need to know if any data is

Re: Is it posible to download a file and test the contents?

2009-09-21 Thread Deepak Shetty
http://jakarta.apache.org/jmeter/usermanual/component_reference.html#Save_Responses_to_a_file regards deepak On Mon, Sep 21, 2009 at 11:19 AM, Marco Pas marco.paso...@gmail.com wrote: It is a plain text file, can even be csv format. Want to check the file size and probably some data in it.

Re: help needed - Regular Expressions

2009-09-22 Thread Deepak Shetty
XPATH extractor with HTML works with the tidy option checked. regards deepak On Tue, Sep 22, 2009 at 4:16 AM, Barnabas Davoti davotiba...@gmail.comwrote: Noel O'Brien wrote: Why not use the following XPath extractor instead: //sele...@name=A]/option/@value That's a good news... I was

Re: JMeter high volume httpsampler context reset

2009-09-22 Thread Deepak Shetty
Hi Clear the cookies (assuming you are using JSESSIONID in cookies) at the end of the iteration (or use bsh). If your application is using urlrewriting (the sessionid is part of the url) then for the first request in the loop, use a url without the sessionid another option is run multiple jmeter

Re: Calling a stored procedure

2009-09-22 Thread Deepak Shetty
get your SP working from a standard Java client first. regards deepak On Tue, Sep 22, 2009 at 10:54 AM, rpaliath rajivpali...@hotmail.com wrote: Hi, I am trying to call a stored procedure using jmeter (Version - 2.3.4 r785646) and hitting all kind of errors. I have been using some posts to

Re: Best Practice? I want to run different CsvDataSets depending on what environment I'm going to, is using ant file substitution ok?

2009-09-22 Thread Deepak Shetty
if you can use ant sure. However note that your test wont work from gui or without this pre step You might consider passing the environment as a Jmeter property in which case you can specify a default. ${__property(run.env,,dev)}_myDataSet.txt something similar at

Re: Calling a stored procedure

2009-09-22 Thread Deepak Shetty
well then replicate the values into your Jmeter. for e.g. In your java client is this CALL SCHEMA_NAME.PACKAGE_NAME.GET_BANK_HOLIDAYS (P_BANK_HOLIDAYS_O) what you specify in the query for callable statement? Is Parameter Types - OUT SCHEMA_NAME.PACKAGE_NAME.bank_holiday_cur_type what you specify

Re: Recording issues

2009-09-22 Thread Deepak Shetty
hi Some factors are a. Cookie managers/ session ids / authorization related data (e.g. old session ids in the url) b. dynamic data that is dependent on the previous step (e.g. __Viewstate in asp.net , duplicate form submit tokens ) c. Inherent unrepeatability of certain tests (e.g. registering

Re: Question on using the JUnit Sampler with JMeter

2009-09-23 Thread Deepak Shetty
did you try running Junit using this jar directly to run your class? regards deepak On Wed, Sep 23, 2009 at 8:19 AM, Anupindi, Satish satish_anupindi...@cable.comcast.com wrote: I am using JUnit3. -Original Message- From: sebb [mailto:seb...@gmail.com] Sent: Wednesday, September

Re: how do i test for concurrent 100 users traversing dynamic pages

2009-09-23 Thread Deepak Shetty
Hi Im not sure I understand you correctly.I think you are trying to say that different users have different links available to them once they login and the test should only access links available to the user. If so, read on. otherwise please explain preferably with clearer examples. Jmeter is not

Re: Trying to connect to Tomcat application using JMeter

2009-09-23 Thread Deepak Shetty
Hi change redirect automatically to follow redirects. Then execute the steps and check View Results Tree and see that login is successful (in whatever way your app indicates success) Your browse is taking you to login because the server thinks you arent logged in . This may be the case if your app

Re: Trying to connect to Tomcat application using JMeter

2009-09-23 Thread Deepak Shetty
hi also if you are seeing 404 errors, you should be able to see the same in view results tree . If you see them in view results tree, you should be able to look at the request pane to see the url you are requesting things like a space at the end (and check if it directly works on a browser ..)

Re: file upload problem

2009-09-23 Thread Deepak Shetty
a. Should have no bearing on your problem b. What exactly did you try in your script? what is the response you are getting (using View results tree).? c. What do you mean tried in IE/firefox? if its not working from the browser it probably wont work from Jmeter . On Wed, Sep 23, 2009 at 1:27 PM,

Re: Parameters and Response Assertion

2009-09-23 Thread Deepak Shetty
you can have a regular expression in an assertion. You can also have a jmeter variable like ${something} as part of the expression/assertion If you can pose a snippet of your response text perhaps someone can help you out with the regex here. In addition you can google for any online regex tester

Re: how do i test for concurrent 100 users traversing dynamic pages

2009-09-23 Thread Deepak Shetty
how do I proceed.. -Original Message- From: Deepak Shetty [mailto:shet...@gmail.com] Sent: Wednesday, September 23, 2009 10:01 PM To: JMeter Users List Subject: Re: how do i test for concurrent 100 users traversing dynamic pages Hi Im not sure I understand you correctly.I think

Re: how do i test for concurrent 100 users traversing dynamic pages

2009-09-23 Thread Deepak Shetty
you cant send attachments to the list. Mail it to my email address regards deepak On Wed, Sep 23, 2009 at 10:13 PM, Vijay vi...@flatworldindia.com wrote: I've attached my sample.jmx file -Original Message- From: Deepak Shetty [mailto:shet...@gmail.com] Sent: Thursday, September 24

Re: Question on using the JUnit Sampler with JMeter

2009-09-24 Thread Deepak Shetty
you've compiled your code in 1.6 (probably in eclipse) . you need to recompile with 1.5 (or run Jmeter with 1.6) On Thu, Sep 24, 2009 at 9:29 AM, Anupindi, Satish satish_anupindi...@cable.comcast.com wrote: Re-introducing it back on the forum. Thanks! I am a bit lost. When I do a

Re: file upload problem

2009-09-24 Thread Deepak Shetty
Murthy From: Deepak Shetty shet...@gmail.com To: JMeter Users List jmeter-user@jakarta.apache.org Sent: Wednesday, September 23, 2009 5:19:54 PM Subject: Re: file upload problem as always compare your Jmeter sent data with your browser sent data

Re: file upload problem

2009-09-24 Thread Deepak Shetty
question should be very elementary because I am not able to upload using jmeter. There are no errors in the log... Thanks Regards Murthy From: Deepak Shetty shet...@gmail.com To: JMeter Users List jmeter-user@jakarta.apache.org Sent: Thursday

Re: file upload problem

2009-09-24 Thread Deepak Shetty
to provide enough information to allow others to help. Regards Murthy From: Deepak Shetty shet...@gmail.com To: JMeter Users List jmeter-user@jakarta.apache.org Sent: Wednesday, September 23, 2009 5:19:54 PM Subject: Re: file upload problem

Re: file upload problem

2009-09-24 Thread Deepak Shetty
Regards Murthy From: Deepak Shetty shet...@gmail.com To: JMeter Users List jmeter-user@jakarta.apache.org Sent: Thursday, September 24, 2009 1:12:43 PM Subject: Re: file upload problem The proxy is used to record a script. once the script is recorded

Re: file upload problem

2009-09-24 Thread Deepak Shetty
From: Deepak Shetty shet...@gmail.com To: JMeter Users List jmeter-user@jakarta.apache.org Sent: Thursday, September 24, 2009 1:28:40 PM Subject: Re: file upload problem what blank screen are you talking about? are you by any chance using your browser

Re: Question on using the JUnit Sampler with JMeter

2009-09-24 Thread Deepak Shetty
it to work with your help. 1) Had to recompile it from command line using the same version of JDK as JMeter was running on. 2) Had to remove other jar files from the /lib/junit directory. Thanks for all your help and support! Regards, Satish -Original Message- From: Deepak Shetty

Re: Question on using the JUnit Sampler with JMeter

2009-09-24 Thread Deepak Shetty
other jar files from the /lib/junit directory. Thanks for all your help and support! Regards, Satish -Original Message- From: Deepak Shetty [mailto:shet...@gmail.com] Sent: Thursday, September 24, 2009 12:35 PM To: JMeter Users List Subject: Re: Question on using the JUnit Sampler

Re: Reg Ex Extractor issue- stops my test execution

2009-09-24 Thread Deepak Shetty
check jmeter.log under the bin directory for errors. regards deepak On Thu, Sep 24, 2009 at 7:51 PM, Mark Stephen S. Florencio stephenfloren...@asti.dost.gov.ph wrote: Good day. Can the reg Ex extractor overwhelm my system running Jmeter? I am designing a script. I want to put a reg ex

Re: Reg Ex Extractor issue- stops my test execution

2009-09-24 Thread Deepak Shetty
with searching/parsing the whole response. Will Jmeter be behaving similarly? If so, isn't that making my test less reliable? Best regards, Stephen - Original Message - From: Deepak Shetty shet...@gmail.com To: JMeter Users List jmeter-user@jakarta.apache.org Sent: Friday, September 25

Re: Index Out Of Bounds Exception

2009-09-24 Thread Deepak Shetty
2) These are timeouts. if jmeter cant connect within connect timeout seconds or doesnt get a response within response timeout seconds , then it will throw an error. you can leave them null if you dont care about it(or if your sure your samples dont hang) 3) It means the server didnt send any

Re: Reg Ex Extractor issue- stops my test execution

2009-09-24 Thread Deepak Shetty
As you can see the old one is just a subset of the new one. I thought I need not be very specific but then It encountered problem when against the whole response. Best regards, Stephen - Original Message - From: Deepak Shetty shet...@gmail.com To: JMeter Users List jmeter-user

Re: Not able to run test plan successfully for 270 concurrent users

2009-09-25 Thread Deepak Shetty
I believe there is a similar question in the mail archives. Tomcat has a limit on max number of connections/ thread which needs to be increased if you want to increase the load. On Fri, Sep 25, 2009 at 12:32 AM, Mytho Logic maumita.majum...@gmail.comwrote: Hi, I am not able to run test plan

Re: Reg Ex Extractor issue- stops my test execution

2009-09-25 Thread Deepak Shetty
Message - From: Deepak Shetty shet...@gmail.com To: JMeter Users List jmeter-user@jakarta.apache.org Sent: Friday, September 25, 2009 12:55:52 PM Subject: Re: Reg Ex Extractor issue- stops my test execution I believe .+? makes regex's slow. On Thu, Sep 24, 2009 at 9:49 PM, Mark Stephen S

Re: Return values on Stored Procedure

2009-09-25 Thread Deepak Shetty
http://jakarta.apache.org/jmeter/usermanual/component_reference.html#JDBC_Request see Parameter Types (you'd say something like OUT INTEGER) If the callable statement has INOUT or OUT parameters, then these must be indicated by prefixing the appropriate parameter types, e.g. instead of INTEGER,

Re: Return values on Stored Procedure

2009-09-25 Thread Deepak Shetty
schema.package.GET_TRANSFER_BY_ID (52626820,0,0,P_TRANSFER_O) But, it is returning a Invalid Column Type message. Rajiv Deepak Shetty wrote: http://jakarta.apache.org/jmeter/usermanual/component_reference.html#JDBC_Request see Parameter Types (you'd say something like OUT INTEGER

Re: how to measure the loading time of a given web page using JMeter

2009-09-26 Thread Deepak Shetty
load the result file into the Table View On Sat, Sep 26, 2009 at 10:18 AM, nanduri nandurivk0...@gmail.com wrote: Hi im using jmeter can u tell me where is elapsed time in jmeter we haxe only start endtime sampletime Thanks,kirann Monica Bajaj wrote: Is it the same as View Results

Re: Mysql - connection Configuration

2009-09-27 Thread Deepak Shetty
hi whats your test structure? regards deepak On Sun, Sep 27, 2009 at 3:05 PM, Jmter_QA michal...@o2.pl wrote: ok , i put java connector mysql-connector-java-5.1.10-bin : nothing in View Results Tree And I have now response in jmeter.log : 2009/09/28 00:01:07 INFO -

Re: Return values on Stored Procedure

2009-09-28 Thread Deepak Shetty
, Sep 28, 2009 at 9:56 AM, rpaliath rajivpali...@hotmail.com wrote: Deepak, I am not sure of what you are talking about. Can you please send me a screenshot of what do you think I should be having in the various fields. Rajiv Deepak Shetty wrote: looking at your screen , I dont think

Re: A way to append current time to file name on listeners?

2009-09-28 Thread Deepak Shetty
http://jakarta.apache.org/jmeter/usermanual/functions.html On Mon, Sep 28, 2009 at 10:42 AM, Rick ric...@gmail.com wrote: On Mon, Sep 28, 2009 at 9:49 AM, Noel O'Brien nobr...@newbay.com wrote: Sure, you can put variables in the Filename field in any of the listeners. I use the following

Re: Not able to run the script for more than 200 users

2009-09-28 Thread Deepak Shetty
why exactly are you running a Beta version of the JVM and expecting it to not have bugs? On Mon, Sep 28, 2009 at 10:24 PM, nanduri nandurivk0...@gmail.com wrote: Hi i got the following errors A fatal error has been detected by the Java Runtime Environment: # # Internal Error

Re: Simple Data Writer / Result File horodated ?

2009-09-29 Thread Deepak Shetty
You can use any of the jmeter functions as part of the file name http://jakarta.apache.org/jmeter/usermanual/functions.html __time will help. You also have Predefined properties that you could use (19.6 in the above link) which is Jmeter startup time regards deepak On Tue, Sep 29, 2009 at 9:44

Re: Replacing Selenium with JMeter within a Java application

2009-09-29 Thread Deepak Shetty
if you wish to run a HTTP test as part of some other application , you should consider a different tool . Jmeter works as a stand alone application. e.g. TestNG(for the threading) + jwebunit might work for you Im pretty sure there are a bunch of other web testing tools as well regards deepak On

Re: Not able to run the script for more than 200 users

2009-09-30 Thread Deepak Shetty
One of the reasons Xms=Xmx is a rule of thumb is that it cuts out a couple of variables(and makes it easier to tune the other variables). In most server side applications , you have a good idea about the total memory used by other applications(very few of them) , the amount available to java etc ,

Re: Number of threads for each JMeter slave instance

2009-09-30 Thread Deepak Shetty
One question if the Threadgroup in the plan is configured such that the threadcount is say read from a property , then will the slaves get the value from the master or will they get it from when the slave was launched from the command line? regards deepak On Wed, Sep 30, 2009 at 3:36 PM, sebb

Re: Number of threads for each JMeter slave instance

2009-09-30 Thread Deepak Shetty
...@gmail.com wrote: Properties aren't sent to the slaves (unless you use the -G option) On 30/09/2009, Deepak Shetty shet...@gmail.com wrote: One question if the Threadgroup in the plan is configured such that the threadcount is say read from a property , then will the slaves get the value from

Re: Number of threads for each JMeter slave instance

2009-09-30 Thread Deepak Shetty
and properties? sebb-2-2 wrote: Yes, that should work. On 30/09/2009, Deepak Shetty shet...@gmail.com wrote: hi ah ok. So if i launched each slave with its own property value and then used that as the thread count for the ThreadGroup , then I can accomplish what flysteer wants

Re: Not able to run the script for more than 200 users

2009-09-30 Thread Deepak Shetty
I assume you mean -Xms512M and -Xmx1024M . if you system only has 1GB i doubt you can run jmeter with -Xmx1024M see http://jakarta.apache.org/jmeter/usermanual/best-practices.html#lean_mean On Wed, Sep 30, 2009 at 8:38 PM, nanduri nandurivk0...@gmail.com wrote: hi, Do we have any formula for

Re: HTTP request parameters from file

2009-10-01 Thread Deepak Shetty
Use BSH pre processor with the HTTPSampler. In bsh you can specify sampler.addArgument(name,value); On Thu, Oct 1, 2009 at 4:22 AM, zanas dd...@live.com wrote: Is there anyway of using a file to fill the HTTP request parameters(GET or POST variables)? My company has a page that gets a lot

Re: HTTP request parameters from file

2009-10-01 Thread Deepak Shetty
deepak On Thu, Oct 1, 2009 at 8:51 AM, Deepak Shetty shet...@gmail.com wrote: Use BSH pre processor with the HTTPSampler. In bsh you can specify sampler.addArgument(name,value); On Thu, Oct 1, 2009 at 4:22 AM, zanas dd...@live.com wrote: Is there anyway of using a file to fill the HTTP

Re: Not able to run the script for more than 200 users

2009-10-01 Thread Deepak Shetty
maxrequests limit.Please help me. Thanks, kirann Deepak Shetty wrote: I assume you mean -Xms512M and -Xmx1024M . if you system only has 1GB i doubt you can run jmeter with -Xmx1024M see http://jakarta.apache.org/jmeter/usermanual/best-practices.html#lean_mean On Wed, Sep 30

Re: Distributed testing

2009-10-01 Thread Deepak Shetty
this in linux and windows. Thanks, kirann Deepak Shetty wrote: http://jakarta.apache.org/jmeter/usermanual/jmeter_distributed_testing_step_by_step.pdf You can also run jmeter as standalone on separate instances (use taskscheduler in windows or cron in unix to start all the tests at the same

Re: Not able to run the script for more than 200 users

2009-10-02 Thread Deepak Shetty
from a server side java perspective, using virtual memory will kill the vm's performance regards deepak On Fri, Oct 2, 2009 at 12:48 AM, Mark Rotteveel m...@pluton.nl wrote: I assume you mean -Xms512M and -Xmx1024M . if you system only has 1GB i doubt you can run jmeter with -Xmx1024M

Re: Distributed testing

2009-10-02 Thread Deepak Shetty
server in linux and client in windows.how do i doi by scheduling it .please help me in this. Thanks, kirann Deepak Shetty wrote: you can specify a time on the ThreadGroup. Check the scheduler box and you will get options to specify the time. However what I meant use windows Task

Re: Number of threads for each JMeter slave instance

2009-10-02 Thread Deepak Shetty
: num threads = 0) do you know what I am doing wrong? Deepak Shetty wrote: In your ThreadGroup , for the thread count specify something like ${__property(group1.threads,,10)} which will use the Jmeter property to determine the number of threads (10 will be the default if no value

Re: Not able to run the script for more than 200 users

2009-10-05 Thread Deepak Shetty
agreed, it was an incorrect statement. Most of my experience is with running java server side where we never exceed the amount of physical RAM(not because it cant be done) On Sun, Oct 4, 2009 at 11:55 PM, Mark Rotteveel m...@pluton.nl wrote: I don't deny that. I even know that it is unwise. But

<    1   2   3   4   5   6   7   8   9   10   >