Re: jmeter usage for form testing

2009-12-06 Thread Deepak Shetty
at the requests and responses. How can i fix it? On Sat, 5 Dec 2009 12:17:16 -0800 Deepak Shetty shet...@gmail.com wrote: Hi its not just the headers its the data/url as well. Some data may be dynamic i.e. extracted from the previous request and your recorded script may have invalid values

Re: jmeter usage for form testing

2009-12-07 Thread Deepak Shetty
tried checked and unchecked. Nothing changed. On Sun, 6 Dec 2009 14:16:22 -0800 Deepak Shetty shet...@gmail.com wrote: Hi do you have the encode checkbox checked ?(in the post parameters in the http request).. if so uncheck it. I doubt this will be the problem though -- Oguz Yarimtepe

Re: How to generetae reports using ant from multiple files

2009-12-07 Thread Deepak Shetty
with same report file name and get a single report. Thanks and Regards Deepak Shetty wrote: either make a combined XML file (wrapped with a new root element) and make corresponding changes to the stylesheet or modifyt the XSLT to use the XSLT document function to load multiple documents

Re: .Net SessionId changing in Cookie

2009-12-07 Thread Deepak Shetty
Hi You are getting a Set-Cookie as response from the server, which in the specific case of login may be correct, what do you see when you access your app from the browser? If there is no switching of session ids when you use your app in the browser then you probably need to check whether all the

Re: .Net SessionId changing in Cookie

2009-12-07 Thread Deepak Shetty
code of 302, with a redirect back to the login page. It seems like an extra sessionId is being sent back when it doesn't need to be and I don't entirely understand why. Deepak Shetty wrote: Hi You are getting a Set-Cookie as response from the server, which in the specific case of login

Re: .Net SessionId changing in Cookie

2009-12-07 Thread Deepak Shetty
the Login Sampler to Follow Redirects rather than Redirect Automatically worked. I am not entirely sure I understand why, but I can investigate that later. The Index Request page gives me the page that I am expecting. Deepak Shetty wrote: if you have redirect automatically on the HTTP request can

Re: How to generetae reports using ant from multiple files

2009-12-08 Thread Deepak Shetty
Deepak Shetty wrote: If Concatenating the result files gives you what you want(all the averages and percentages are then wrong) , then its trivial to do in ANT (you might need to modify the XSLT to strip out the HTML, HEAD , BODY and add them at the end , during concatenation) http

Re: Help needed with xpath

2009-12-10 Thread Deepak Shetty
select /OrderItems/Items/ItemDesc/OrderItemId and then concatenate using Beanshell is one option. The other option would have been to use XPATH 2.0 and the string-join function, but I dont think JMeter supports that (unless someone else knows how to get Jmeter to recognise 2.0 functions) regards

Re: Help needed with xpath

2009-12-10 Thread Deepak Shetty
...@gmail.comwrote: Can you please suggest how to concatenate the values using bean sheel scripting? Deepak Shetty wrote: select /OrderItems/Items/ItemDesc/OrderItemId and then concatenate using Beanshell is one option. The other option would have been to use XPATH 2.0 and the string-join function

Re: View results in tree displaying variable

2009-12-10 Thread Deepak Shetty
works fine for me(Jmeter 2.3.4) Thread Group +BeanShell Sampler (sets up variable x to have value y) +LDAP Extended Request ${x) +View results tree Value displays as LDAP Extended Request y. Whats your test structure? can you simplify to just the basic values and see? regards deepak On Thu,

Re: View results in tree displaying variable

2009-12-10 Thread Deepak Shetty
inside the main loop it displays just fine. Thanks again Andy -Original Message- From: Deepak Shetty [mailto:shet...@gmail.com] Sent: Friday, December 11, 2009 1:10 PM To: JMeter Users List Subject: Re: View results in tree displaying variable works fine for me(Jmeter 2.3.4) Thread

Re: User variables in files for HTTP Requests

2009-12-11 Thread Deepak Shetty
hi no that wont work. You could generate this file (via any mechanism that java allows) or replace the content yourself with beanshell pre processor or equivalent and then post it regards deepak On Fri, Dec 11, 2009 at 1:29 PM, Mike Enivid eni...@live.com wrote: If I'm sending up HTTP

Re: Issues with proxies

2009-12-13 Thread Deepak Shetty
http://java.sun.com/j2se/1.4.2/docs/guide/net/properties.html http.nonProxyHosts property regards deepak On Sun, Dec 13, 2009 at 4:25 PM, Oliver Erlewein [DATACOM] oliver.erlew...@datacom.co.nz wrote: Hi all, I have a question that is on the periphery of JMeter. I have system under test

Re: Dynamic parameters!

2009-12-14 Thread Deepak Shetty
Adda regex extractor post processor [ regex=item_id[^]*([^])* , template=$1$, reference name=itemId, matchnumber = 1] to the first request and use the variable(itemId in example above) you define there as the path of the next request. (/SemanticEngine/programs/${itemId} See the docs for help on

Re: Modifying the request

2009-12-14 Thread Deepak Shetty
Hi read up on User parameters or CSV data set config in the online manual regards deepak On Mon, Dec 14, 2009 at 5:07 AM, amalshah amalsha...@yahoo.com wrote: i want to load test my server w.r.t a J2ME client and not a web client i can test server for a given user. What is want to do test a

Re: using loop controller and constant timer

2009-12-14 Thread Deepak Shetty
Im not sure I understand your question, do you want a delay between each of the X requests? if so just add the timer as child of the loop controller. On Mon, Dec 14, 2009 at 9:10 AM, jordi garcia jgarci...@gmail.com wrote: Hello there, I would like to do this planning test: ยท N threads

Re: using loop controller and constant timer

2009-12-14 Thread Deepak Shetty
/14 Deepak Shetty shet...@gmail.com Im not sure I understand your question, do you want a delay between each of the X requests? if so just add the timer as child of the loop controller. On Mon, Dec 14, 2009 at 9:10 AM, jordi garcia jgarci...@gmail.com wrote: Hello there, I would

Re: using loop controller and constant timer

2009-12-14 Thread Deepak Shetty
variable. It works fine If I configured threat loop forever and set loop controller count to 43000. But I need to sleep/stop/delay threat process some seconds every 25 requests. Thanks in advance Jordi 2009/12/14 Deepak Shetty shet...@gmail.com Hi Again Im not sure I under stand you

Re: Insufficient View Restults tree message

2009-12-14 Thread Deepak Shetty
hi check jmeter.log, you might also need to configure jmeter to log more information http://jakarta.apache.org/jmeter/usermanual/get-started.html -LDEBUG regards deepak On Mon, Dec 14, 2009 at 1:39 PM, Zakir Sayed zakir.sa...@iolo.com wrote: Hello Everyone, I'm running a test against out

Re: increasing errors on increasing the load - reg

2009-12-14 Thread Deepak Shetty
this is a problem in your application being tested, not with jmeter regards deepak On Mon, Dec 14, 2009 at 8:00 PM, Anitha Raj Geetha Rajendran anitharaj.geetharajend...@igate.com wrote: Hi, I am met with an issue while using JMeter. The test plan was made for the following requirement.

Re: increasing errors on increasing the load - reg

2009-12-14 Thread Deepak Shetty
on this. Thanks and regards, Anitha Raj. Software Engineer -Original Message- From: Deepak Shetty [mailto:shet...@gmail.com] Sent: Tuesday, December 15, 2009 9:35 AM To: JMeter Users List Subject: Re: increasing errors on increasing the load - reg this is a problem in your

Re: increasing errors on increasing the load - reg

2009-12-14 Thread Deepak Shetty
anitharaj.geetharajend...@igate.com wrote: Deepak, Alright then. Thanks for your help. But Handling session will be done when we add HTTP cookie manager itself right? Or do I need to work with regular expressions? Thanks and regards, Anitha Raj. -Original Message- From: Deepak

Re: increasing errors on increasing the load - reg

2009-12-14 Thread Deepak Shetty
with regular expressions? Thanks and regards, Anitha Raj. -Original Message- From: Deepak Shetty [mailto:shet...@gmail.com] Sent: Tuesday, December 15, 2009 9:50 AM To: JMeter Users List Subject: Re: increasing errors on increasing the load - reg But it's working fine when I give up

Re: OpenMQ testing Using Jmeter

2009-12-14 Thread Deepak Shetty
for jmeter, you can only measure the time that a client would see , which in an async process like yours would give you the time you describe. Either you have to measure times on the server(using code or monitoring tools or you must poll your database till you see the record or use some

Re: OpenMQ testing Using Jmeter

2009-12-15 Thread Deepak Shetty
space. My test plan contains 1. one http request sampler 2. 100 threads 3. duration 28800 sec How can I set timer so that there should be 2 sec time interval between each cycle. Deepak Shetty wrote: for jmeter, you can only measure the time that a client would see , which in an async

Re: Dynamic parameters!

2009-12-15 Thread Deepak Shetty
I put the * outside the bracket item_id[^]*([^]*) should have added a disclaimer , untested code :), still untested ...but i see other posters have specified working regexes regards deepak On Tue, Dec 15, 2009 at 4:02 AM, Babak Shafian babak...@hotmail.com wrote: Thanks for the response,

Re: Modifying the request

2009-12-15 Thread Deepak Shetty
amalshah wrote: Thanks deepak...'User Parameters' helped What would be the way out to read something from the Header returned in response and then modify the url (by appending the value from header) Thanks amal Deepak Shetty wrote: Hi read up on User parameters

Re: How to Capture serialized java objects

2009-12-15 Thread Deepak Shetty
I dont think you can use Jmeter's HTTP sampler directly for this, though you could write java code in a Beanshell/Java/Junit and execute that which sends the serialized objects.. regards deepak On Tue, Dec 15, 2009 at 4:34 AM, Jskathirvel kathirvelsubraman...@yahoo.co.in wrote: Hi, I am

Re: How to Capture serialized java objects

2009-12-15 Thread Deepak Shetty
the communication and perform the load test? Your valuable suggestion are welcomed. Thanks in advance, Kathirvel Deepak Shetty wrote: I dont think you can use Jmeter's HTTP sampler directly for this, though you could write java code in a Beanshell/Java/Junit and execute that which

Re: Modifying the request

2009-12-15 Thread Deepak Shetty
: sessionId[^]*([^])* Template : $1$ Match No : 1 and in the header i get a 'id_session' key whose value i want to read and append... However it doesn't seems to find ${mySession} What am i missing? Thanks amal Deepak Shetty wrote: Should work if your regex is correct, however

Re: How to Capture serialized java objects

2009-12-15 Thread Deepak Shetty
valuable suggestion. Thanks in advance. Kathirvel Deepak Shetty wrote: Hi JMeter wasn't primarily built to handle scenarios like these, but it can test out anything that java can test using beanshell/junit/java samplers. Creating JUnit test case for all the scenario is a costly process right

Re: JMeter, Regular Expression Extractor not reading Java input?

2009-12-16 Thread Deepak Shetty
hi have you attached the regex at the right place (child of the request that gives you response which has the string you print below)? also your template is $1$? If so Also add a view results tree listener and verify the response tab has the string that you are looking for(including case

Re: using counter with while controller

2009-12-16 Thread Deepak Shetty
Hi whats your test look like? Its possible that you put the post processor in the wrong place? was it a child of the for each instead of the sample or something? Also FYI http://jakarta.apache.org/jmeter/usermanual/component_reference.html#Counter regards deepak On Wed, Dec 16, 2009 at 10:22

Re: using counter with while controller

2009-12-17 Thread Deepak Shetty
results (it takes the foreach()'s upper bound as my ${i}'s upper bound. I will try Counter instead of my own variable incremented by beanshell and see if it works better. Deepak Shetty wrote: Hi whats your test look like? Its possible that you put the post processor in the wrong place

Re: JMeter, Regular Expression Extractor not reading Java input?

2009-12-17 Thread Deepak Shetty
well the '.' character matches anything including a literal '. ' , so strictly speaking you are correct, but the match should still work (it might just find additional matches) On Wed, Dec 16, 2009 at 10:48 PM, jeanlouis.pastu...@orange-ftgroup.comwrote: I don't know vey well ORO regexp, but

Re: Problem doing login

2009-12-20 Thread Deepak Shetty
http://cid-1bd02fe33f80b8ac.skydrive.live.com/self.aspx/Public/jmeter/ocado/Ocado.jmx This script seems to work (Login , getting the page after login, orders page, logout) Note that I have sent parameters that would be the same as if a browser with javascript disabled accessed the site (login

Re: Pumping Data into the DB

2009-12-20 Thread Deepak Shetty
http://jakarta.apache.org/jmeter/usermanual/component_reference.html#JDBC_Request, For database related activities For random data, jmeter has a random number function, but you can use any javascript/beanshell/java program to generate what you want .. regards deepak On Sun, Dec 20, 2009 at 7:42

Re: Working with JSON

2009-12-21 Thread Deepak Shetty
Hi The url's you have included show that ${type} and ${sort} are not being picked up, hence they are present literally. If these are CSV data set config variables, then your CSV isnt being read properly (did you check jmeter.log) or the columns dont match. Use Debug samplers and check your

Re: generate summary report listener automatically?

2009-12-21 Thread Deepak Shetty
The closest would be to use the stylesheet to generate the report in a format you want regards deepak On Mon, Dec 21, 2009 at 3:22 PM, sebb seb...@gmail.com wrote: On 21/12/2009, Greg Coit g...@chapterthreellc.com wrote: Hi all, I have a test plan that I got from

Re: generate summary report listener automatically?

2009-12-21 Thread Deepak Shetty
/chapter_three On Mon, Dec 21, 2009 at 3:35 PM, Deepak Shetty shet...@gmail.com wrote: The closest would be to use the stylesheet to generate the report in a format you want regards deepak On Mon, Dec 21, 2009 at 3:22 PM, sebb seb...@gmail.com wrote: On 21/12/2009, Greg Coit g

Re: issue with Login -reg.

2009-12-21 Thread Deepak Shetty
What do your logs say? If the file cant be rea dyou should be getting an error message. The other possibility i can think of is you are using some jmeter property in your test? Other than that you'd have to check your environment whether you re running the same versions of java etc regards deepak

Re: Can we run JMeter in Server ?

2009-12-22 Thread Deepak Shetty
I have got more IO.Exception while running the test on 2 tier Architecture . In order to avoid this , We tried to run the JMeter on Server itself where I didn't get any IO Exception so far . You need to determine the cause of the error, whether its something wrong with the client or with the

Re: Post with JSON encoding but a comment with the plain/text mime type

2009-12-22 Thread Deepak Shetty
hi I might be wrong but the application/json type applies when the server is sending back a JSON response. When you are posting data then the normal form post encoding applies (x-www-form-urlencoded or multipart form-data). Only if you are sending the data as multipart-formdata would you need to

Re: Setting Host header interferes with cookie manager

2009-12-23 Thread Deepak Shetty
I guesss the cookie is tied to the domain it receives (if you access a site using Internet explorer with the IP address and get a cookie and then access it again but this time type the DNS , the browser will not send the cookie). if you add a view results tree listener and check the Set-Cookie you

Re: Setting Host header interferes with cookie manager

2009-12-23 Thread Deepak Shetty
More importantly, it's the exact same cookie domain and path if I use the server IP or name. It appears the cookie manager won't *send* it if I'm using the IP. and that behavior is correct. It is exactly how your browser would behave as well. Two DNS names , even if they map to the same IP address

Re: HTTP Sampler -- HTTP Authorization manager usage

2009-12-24 Thread Deepak Shetty
Hi Its based on what your server / application accepts. Systems that need basic authentication pass authorization information in the headers and you need to pass it in every request(the browser does this automatically). (Other systems like NT authentication also use a similar mechanism). In these

Re: HTTP Sampler -- HTTP Authorization manager usage

2009-12-24 Thread Deepak Shetty
manager. Thanks Jatin Deepak Shetty wrote: Hi Its based on what your server / application accepts. Systems that need basic authentication pass authorization information in the headers and you need to pass it in every request(the browser does this automatically). (Other systems like NT

Re: Monitoring Web Servers using JMeter

2009-12-27 Thread Deepak Shetty
Hi never tried it , but I believe the documents refer to http://tomcat.apache.org/tomcat-5.5-doc/manager-howto.html#What%20is%20JMX%20Proxy%20Servlet regards deepak On Sun, Dec 27, 2009 at 5:19 AM, Jatin daveyja...@gmail.com wrote: Hi all I read the following from the JMeter user manual

Re: Session vars - question

2009-12-28 Thread Deepak Shetty
hi Session Variables are normally set by something that you post in the request or something that you load from database or whatever, both of which will work with JMeter. The only thing that you have to be concerned about is how the session id is maintained, normally this is via Cookie and for

Re: Report Question

2009-12-28 Thread Deepak Shetty
I can't find a report that summarizes the results of my different tests as I add concurrent users. No such report exists out of the box. If you use CSV as your output format (and have a low number of samples), its fairly simply to Chart using Excel. regards deepak On Mon, Dec 28, 2009 at 11:49

Re: Better Throughput with more users...

2009-12-28 Thread Deepak Shetty
It is possible that it is valid.. Till you reach the limits of your server , the throughput will increase, then flatten(saturation point) , then fall (buckle point) see for e.g.

Re: Problem with Xpath extractor and SOAP response

2009-12-29 Thread Deepak Shetty
The XML you've posted doesnt seem to be valid(i added closing tags and loaded in FF) XML Parsing Error: must not undeclare prefix Line Number 7, Column 1:ns1:registrarITResponse xmlns:ns1= ^ If i fix this by providing some dummy namespace your query works fine for me. regards deepak On Tue,

Re: Distribution Graph and Graph

2009-12-29 Thread Deepak Shetty
the mailing list blocks attachments, you must upload your files someplace and provide the links I havent used the distribution graph but from my reading of the manual Lets say you have a single request which has response times of 1,1,2,2,3,3,4,4,5,6 milliseconds - 10 samples then on the X axis

Re: If Error Then Restart Thread

2009-12-29 Thread Deepak Shetty
hi the only workaround I know of is http://theworkaholic.blogspot.com/2009/11/dependent-tests-in-jmeter-kind-of.html An IF controller with evaluate for all children= true combined with JMeterThread.last_sample_ok regards deepak On Tue, Dec 29, 2009 at 3:39 PM, Rod MacPherson

Sample JMeter Graphs parsing log files

2010-01-01 Thread Deepak Shetty
Hi here is some sample Java code that can parse JMeter log files and generate various graphs using JFreeChart Sample Images - http://theworkaholic.blogspot.com/2009/12/graphs-for-jmeter-parsing-jmeter-result.html#sample Writeup -

Re: Report Question

2010-01-01 Thread Deepak Shetty
Alejandra Trozzi matro...@gmail.comwrote: Thank you very much ! 2009/12/28 Deepak Shetty shet...@gmail.com I can't find a report that summarizes the results of my different tests as I add concurrent users. No such report exists out of the box. If you use CSV as your output format (and have

Re: JDBC Connection Configuration Queries

2010-01-02 Thread Deepak Shetty
Hi 2. Validation query - This is normally used in pooling systems to check if the connection maintained in the pool is still valid. Say you have a pool of 5 connections and the database is restarted , the connections would not be valid anymore. The Pool implementation could periodically fire a

Re: client denied by server configuration:

2010-01-02 Thread Deepak Shetty
What do you get if you directly access your site using IE/FF (exactly the same URL ) A quick google search shows there are various different causes for this error , but all of which are apache related , nothing specific to Jmeter regards deepak On Sat, Jan 2, 2010 at 6:24 PM, jorgelojam

Re: client denied by server configuration:

2010-01-02 Thread Deepak Shetty
denied from Firefox o IExplorer Deepak Shetty wrote: What do you get if you directly access your site using IE/FF (exactly the same URL ) A quick google search shows there are various different causes for this error , but all of which are apache related , nothing specific to Jmeter

Re: JDBC Connection Configuration Queries

2010-01-03 Thread Deepak Shetty
to the DB. May i know what is the request that is sent as part of the query. Is it a query to retrieve any data. If so then what data is being retrieved. Can you provide more details on this. Thanks Jatin Deepak Shetty wrote: Hi 2. Validation query - This is normally used in pooling

Re: Extracting sessionid's from previously queried POST methods

2010-01-03 Thread Deepak Shetty
Please let me know which of these outputs should i rely to extract my session id The output is the same in all cases , what you are doing in the results tree is just changing the way it is displayed to you. This has no bearing on how you extract the data. The responses you have shown show that the

Re: Extracting sessionid's from previously queried POST methods

2010-01-03 Thread Deepak Shetty
- though you'd have to change the regex something like Sessionid([^]*) regards deepak On Sun, Jan 3, 2010 at 10:28 PM, Jatin Davey jasho...@cisco.com wrote: Hi Deepak Please see inline. Thanks Jatin Deepak Shetty wrote: Please let me know which of these outputs should i rely to extract

Re: Distribution Graph and Graph

2010-01-04 Thread Deepak Shetty
!! 2009/12/29 Deepak Shetty shet...@gmail.com the mailing list blocks attachments, you must upload your files someplace and provide the links I havent used the distribution graph but from my reading of the manual Lets say you have a single request which has response times

Re: regarding response time versus threads(virtual users).

2010-01-05 Thread Deepak Shetty
Depending on how you want the virtual users calculated http://theworkaholic.blogspot.com/2009/12/graphs-for-jmeter-parsing-jmeter-result.htmlmay be able to help you get a start. regards deepak On Tue, Jan 5, 2010 at 3:15 AM, sebb seb...@gmail.com wrote: On 05/01/2010, cp1508 madha...@gmail.com

Re: XPath and DTD

2010-01-05 Thread Deepak Shetty
However it may not be trivial to make the html well-formed through JMeter during testing (maybe JMeter has a check box to enable this ??) The Use Tidy checkbox needs to be checked for this.The XPATH looks correct name=SAMLRequest([^]*)/textarea would be the regex (the one you used is not correct,

Re: Saving parameter to a csv file

2010-01-06 Thread Deepak Shetty
Hi Not sure what your exact requirement is but some options are a. In jmeter.properties (in bin directory) there is a property sample_variables which is a comma delimited value for all variables that you want to store along with your test result (it will store the value with each sample, based on

Re: Saving parameter to a csv file

2010-01-07 Thread Deepak Shetty
about, do i have do set other config? Thanks in advance. Deepak Shetty wrote: Hi Not sure what your exact requirement is but some options are a. In jmeter.properties (in bin directory) there is a property sample_variables which is a comma delimited value for all variables that you

Re: Loading API's from WADL files

2010-01-07 Thread Deepak Shetty
Hi I believe the latest versions of SOAP UI allow you to generate the request and play it given a WADL file, so you could do this and then check what http is being sent/used and the parameters and then replicate in Jmeter regards deepak On Thu, Jan 7, 2010 at 4:43 AM, Carl Shaulis

Re: Problem with HTTPS login

2010-01-07 Thread Deepak Shetty
Hi Gmail uses a lot of dynamically generated variables, unless you sit and identify each one of these and replace them to be extracted via post processors, you will get errors. If GMail is just a test then I suggest you dont use that for writing sample scripts and use an environment closer to

Re: Loading API's from WADL files

2010-01-07 Thread Deepak Shetty
. rather it asks me to enter name value pairs. Thanks Jatin Deepak Shetty wrote: Hi I believe the latest versions of SOAP UI allow you to generate the request and play it given a WADL file, so you could do this and then check what http is being sent/used and the parameters and then replicate

Re: JMeter Latency Showing incorrect ?

2010-01-09 Thread Deepak Shetty
that sampler i had latency being shown correctly. Again , why is the latency shown 0 for redirects as even the redirects traverse across the internet and it takes time for Jmeter to get them process them. Thanks Jatin Deepak Shetty wrote: Hi I tested against www.google.com and I dont see

Re: JMeter Latency Showing incorrect ?

2010-01-10 Thread Deepak Shetty
is set by default regards deepak On Sun, Jan 10, 2010 at 3:51 AM, sebb seb...@gmail.com wrote: On 10/01/2010, Deepak Shetty shet...@gmail.com wrote: I guess someone familiar with the code base would have to reply , I guess latency may not be calculated if the status code is not in 2xx. Yes

Re: JMeter Latency Showing incorrect ?

2010-01-10 Thread Deepak Shetty
Hi cool , thanks. regards deepak On Sun, Jan 10, 2010 at 4:31 PM, sebb seb...@gmail.com wrote: On 11/01/2010, sebb seb...@gmail.com wrote: On 10/01/2010, Deepak Shetty shet...@gmail.com wrote: hi so what do you think is the cause behind latency being reported as 0

Re: Scope usage of variables introduced in JDBC Request Sampler

2010-01-10 Thread Deepak Shetty
The scope should be the same as any other variable i.e. it is available once set. If, for example, I have two JDBC Request samplers in a given Thread Group, can I use a variable introduced in the first of the two JDBC samplers in specifying the query I want to issue in the 2nd of the two JDBC

Re: increasing the load in a single machine - reg

2010-01-11 Thread Deepak Shetty
http://wiki.apache.org/jakarta-jmeter/HowManyThreads - has a link to running jmeter lean and mean There is no definitive answer that anyone can give you for your machine , run your jmeter, monitor resources on your jmeter machine, if the CPU isn't pegged and memory is available then increase the

Re: increasing the load in a single machine - reg

2010-01-11 Thread Deepak Shetty
? Thanks and regards, Anitha Raj -Original Message- From: Deepak Shetty [mailto:shet...@gmail.com] Sent: Tuesday, January 12, 2010 9:20 AM To: JMeter Users List Subject: Re: increasing the load in a single machine - reg http://wiki.apache.org/jakarta-jmeter/HowManyThreads - has a link

Re: How to pull multiple lines from a file and join them for use in a single HTTP request

2010-01-12 Thread Deepak Shetty
I tried using a variable and using a property. But none of this worked... it seems that the values created inside the loop are not available to the HTTP request outside the loop. Not true. If you set a variable it is available outside . use a debug sampler with a view results tree listener to

Re: Module and If

2010-01-12 Thread Deepak Shetty
Hi Im not sure exactly why this happens , but the way around it is to wrap each element you wnat to reuse with a simple controller Module Cache ThreadGroup +Simple Controller1 -- Add this ++IF Controller-- Your conditions +++sample +Simple Controller2 -- Add this ++IF Controller--

Re: How to pull multiple lines from a file and join them for use in a single HTTP request

2010-01-12 Thread Deepak Shetty
} ) View Results Tree Again, if I disable either of those DebugSamplers, it stops working. Marc On Tue, Jan 12, 2010 at 9:35 AM, Deepak Shetty shet...@gmail.com wrote: I tried using a variable and using a property. But none of this worked... it seems that the values created inside

Re: increasing the load in a single machine - reg

2010-01-12 Thread Deepak Shetty
No attachments on this mailing list. set HEAP=-Xms512m -Xmx512m Can I increase it beyond this for my 1 GB RAM?? You might be able to, but it depends on what else is running. There is some JVM limitation of contiguous memory block , but as long as the JVM starts up , its fine . Note however

Re: FW: increasing the load in a single machine - reg

2010-01-12 Thread Deepak Shetty
as possible. For that I have to find the factors that affect the number of users in a single machine. Thanks and regards, Anitha Raj -Original Message- From: Deepak Shetty [mailto:shet...@gmail.com] Sent: Wednesday, January 13, 2010 10:43 AM To: JMeter Users List Subject: Re

Re: increasing the load in a single machine - reg

2010-01-12 Thread Deepak Shetty
, Anitha Raj -Original Message- From: Deepak Shetty [mailto:shet...@gmail.com] Sent: Wednesday, January 13, 2010 10:43 AM To: JMeter Users List Subject: Re: increasing the load in a single machine - reg No attachments on this mailing list. set HEAP=-Xms512m -Xmx512m Can I increase

Jmeter, Custom Graphs, ANT and HTML reports

2010-01-13 Thread Deepak Shetty
Hi http://theworkaholic.blogspot.com/2010/01/jmeter-graphs-and-ant.html shows how to generate charts (with JFreeChart) , run it with ANT, and customize the XSLT to include these graphs into the HTML report regards deepak

Re: how to use jmeter plan to realize jmeter regression loop

2010-01-13 Thread Deepak Shetty
whats your terminating condition? are the id's always unique ? do you care if you fetch the same id multiple times? what volumes are you talking about here? Your test looks like a sort of spider which isn't easy to do in JMeter Thread group +Request ++Extract Id's into say fetchIds +while

Re: how to use jmeter plan to realize jmeter regression loop

2010-01-13 Thread Deepak Shetty
13, 2010 at 9:26 PM, 7BOOK want...@hotmail.com wrote: Hi Deepak, as you asked, ID is unique, and my volumes are not large, I've read spidering a site, so if I don't specify a loop count or something else which is fixed, waht's the best way for it? thanks! Deepak Shetty wrote: whats

Re: how to use jmeter plan to realize jmeter regression loop

2010-01-14 Thread Deepak Shetty
ID3-1 ID3-1-1 ID3-1-2 ... ... ID3 ... and the tree above is not infinite thanks Deepak Deepak Shetty wrote: ID is unique, Sorry i should have been clear. Say your first

Re: XPath Expression Builders

2010-01-15 Thread Deepak Shetty
https://addons.mozilla.org/en-US/firefox/addon/1095 Integrates into firefox. On Fri, Jan 15, 2010 at 6:50 AM, Jatin daveyja...@gmail.com wrote: Hi Please suggest some free tools for building XPath Expressions. Something similar to : http://www.liquid-technologies.com/xpath-viewer.aspx

Re: Manually Search result is returning in 30sec but jmeter in mili-sec

2010-01-15 Thread Deepak Shetty
a. is your test correct. Did you verify the results being returned(using View results tree) for a sample run? do you have assertions that verify correctness? JMeter will only flag an error , by default for HTTP errors , it wont be able to detect application errors unless you tell it what to do b.

Re: how to send specific amount of requests in a given time

2010-01-18 Thread Deepak Shetty
take a look at http://jakarta.apache.org/jmeter/usermanual/component_reference.html#Constant_Throughput_Timer http://jakarta.apache.org/jmeter/usermanual/component_reference.html#Constant_Throughput_Timer On Mon, Jan 18, 2010 at 2:37 AM, buffe chamila_...@yahoo.com wrote: Hi, I'm using

Re: jMeter - Failed to read CSV in Linux

2010-01-18 Thread Deepak Shetty
what is the value of share mode? On Mon, Jan 18, 2010 at 7:49 AM, sjunejo sjun...@temenos.com wrote: Hi, I have a working jmeter script on windows which looks like as follows; TestPlan --ThreadGroup1 Servlet1 CSV1 Servlet2 (Using CSV Data) --ThreadGroup2 Servlet1

Re: Web login with jmeter

2010-01-18 Thread Deepak Shetty
Yes it should be possible. a. Common source of problem is not adding a Cookie manager since most systems manage session ids using cookies. b. You have redirect automatically on your samplers, you should change to follow redirects If that doesnt work use a tool that can tell you what the browser

Re: jMeter - Failed to read CSV in Linux

2010-01-18 Thread Deepak Shetty
, if sebb confirms , youll probably have to download the nightly build version of jmeter once it is built. regards deepak On Mon, Jan 18, 2010 at 3:28 PM, sjunejo sjun...@temenos.com wrote: Where to find the value of share mode?.. Deepak Shetty wrote: what is the value of share mode

Re: jMeter - Failed to read CSV in Linux

2010-01-19 Thread Deepak Shetty
to upgrade it to latest version first? Thanks guys. SJunejo Deepak Shetty wrote: sorry i was just looking to see if i could simulate the problem (The CSV data set has a sharing mode drop down). In any case sebb has already replied that it seems to be a problem in JMeter (and has probably

Re: How to pass Objects between Java Samplers

2010-01-19 Thread Deepak Shetty
(thought about sharing a Connection Object) You should take a look at http://jakarta.apache.org/jmeter/usermanual/component_reference.html#JDBC_Requestand http://jakarta.apache.org/jmeter/usermanual/component_reference.html#JDBC_Connection_Configuration to see if it works for you. If not then yes

Re: Javascript Search function

2010-01-20 Thread Deepak Shetty
available in JMeter is really useful in finding what the requests do when they are targeted for execution on the server. Learn more about it as below: http://jakarta.apache.org/jmeter/usermanual/component_reference.html#HTTP_Proxy_Server Thanks Jatin Deepak Shetty wrote: Hi When the search

Re: Viewstate Doubt

2010-01-20 Thread Deepak Shetty
and then it keep incrementing Irrespective of the mechanism , there is an input type=hidden on each and every page but i was trying to figure it out if i have to replicate in each assert the Regex, I assume you mean that you have to have a Post Processor for each HTTPSample. The answer is yes.

Re: Cannot assign requested address

2010-01-20 Thread Deepak Shetty
hi There seem to be multiple possible causes for NoRouteToHostException http://www.google.com/search?q=java.net.NoRouteToHostException%3A+Cannot+assign+requested+addressie=utf-8oe=utf-8aq=trls=org.mozilla:en-US:officialclient=firefox-a I'd probably write a standalone java program which uses a

Re: Getting 2 Emails for single failed responses

2010-01-23 Thread Deepak Shetty
https://issues.apache.org/bugzilla/enter_bug.cgi?product=JMeter I believe you do need an account. regards deepak On Sat, Jan 23, 2010 at 4:02 AM, Jatin daveyja...@gmail.com wrote: Thanks Sebb, Can you direct me to any links that i can use to file bugs. Anywhere i need to register myself to

Re: Making soap request based on responses from previous requests

2010-01-24 Thread Deepak Shetty
Sure. You need a Post processor to extract out the token ( http://jakarta.apache.org/jmeter/usermanual/component_reference.html#postprocessorsusually a Regex or XPath Post processor) and set it into some variable e.g. yourvar In the next request refer to this as ${yourvar} for e.g. see the

Re: Making soap request based on responses from previous requests

2010-01-25 Thread Deepak Shetty
need to make some calculations (md5,encryption.. etc), not just extract a value and put it in the next request. Is it possible ? thanks in advance. Best regards, Ziv Gabel phone: + (972) 4 8508000 X 110 Email: z...@mailvision.com Mailvision Ltd On Sun, Jan 24, 2010 at 9:54 PM, Deepak

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