Re: Whether Jmeter can test sparql queries?

2011-10-31 Thread Deepak Shetty
If you use the JDBC driver then yes. Otherwise there is always the Java sampler regards deepak On Mon, Oct 31, 2011 at 3:08 PM, Nalini nalini.raviku...@gmail.com wrote: Hi I know we can test Mysql queries from Jmeter. But what about sparql queries? Can jmeter test sparql queries? My

Re: JMeter, nginx and content-length

2011-10-31 Thread Deepak Shetty
if thats the case , isnt the problem with your proxy? On Mon, Oct 31, 2011 at 11:25 AM, Stevo Slavić ssla...@gmail.com wrote: Btw, when the request is smallish, it passes through to the Tomcat and gets processed well. On Mon, Oct 31, 2011 at 7:07 PM, Stevo Slavić ssla...@gmail.com wrote:

Re: Whether Jmeter can test sparql queries?

2011-10-31 Thread Deepak Shetty
Hi what library do you use to execute sparql queries in your application? - If you use any java library , you can do the same from a Java Sampler in Jmeter. If you use something like http://code.google.com/p/jdbc4sparql/ then you can also use the JDBC sampler in Jmeter regards deepak On Mon,

Re: Whether Jmeter can test sparql queries?

2011-10-31 Thread Deepak Shetty
http://jakarta.apache.org/jmeter/usermanual/component_reference.html#Java_Request http://stackoverflow.com/questions/2379688/testing-java-classes-with-jmeter and others available with a google search regards deepak On Mon, Oct 31, 2011 at 3:46 PM, Nalini nalini.raviku...@gmail.com wrote:

Re: Whether Jmeter can test sparql queries?

2011-10-31 Thread Deepak Shetty
I should probably mention that if you have JUNit cases then you can also use http://jakarta.apache.org/jmeter/usermanual/component_reference.html#JUnit_Request regards deepak On Mon, Oct 31, 2011 at 4:10 PM, Nalini nalini.raviku...@gmail.com wrote: Thanks a lot deepak. Regards Nalini --

Re: need help in parameterizing

2011-10-31 Thread Deepak Shetty
jmeter is reading username and password from the csv file Did you verify this? Add a view results tree listener and check the data being sent or add a debug sampler just before the HTTP Request. if you see it as ${a} then in all likelihood your file isnt being picked up (and you should see an

Re: Regular Expression Extrator doesnt work on all pages

2011-10-27 Thread Deepak Shetty
Which doesn't have a title. You have to also extract the meta refresh url and follow that if it exists. On Oct 27, 2011 7:25 AM, brock brockmo...@gmail.com wrote: shettyd wrote: So if you add a response assertion for the HTTP Request (with the same regex) , then it should fail as well.

Re: Regular Expression Extrator doesnt work on all pages

2011-10-27 Thread Deepak Shetty
Hi Your response that fails is HTML HEAD meta http-equiv=refresh content=0;url=/...// twbkwbis.P_GenMenu?name=bmenu.P_MainMnuamp;msg=WELCOME+Welcome,+User+Name,+to+the+Student+Access+System(ASAP)!Oct+27,+201109%3A20+am /HEAD /HTML The meta http-equiv=refresh is a directive that tells the

Re: Regular Expression Extrator doesnt work on all pages

2011-10-27 Thread Deepak Shetty
thats something that your application developers can answer (usually meta refresh is legacy code) regards deepak On Thu, Oct 27, 2011 at 11:18 AM, brock brockmo...@gmail.com wrote: shettyd wrote: Hi Your response that fails is HTML HEAD meta http-equiv=refresh

Re: Viewing recorded data in JMeter

2011-10-27 Thread Deepak Shetty
Any data you punch in usually goes as Posted or query string parameters and should be visible in the next request. On Thu, Oct 27, 2011 at 1:21 PM, Prabhav11 prabhav.bhatjiw...@timelink.comwrote: Hi All, Is there a way to view every piece of data recorded using JMeter, including any numbers

Re: Plan to use XPath Extractor to extract multiple matches but get single match only during execution?

2011-10-26 Thread Deepak Shetty
for infohound.net/tidy? Or just the defaults? On Tue, Oct 25, 2011 at 4:48 PM, Deepak Shetty shet...@gmail.com wrote: verified . If I run your page using http://infohound.net/tidy/ then if you look at the cleaned up HTML it produces then there is only a single anchor with the class

Re: Regular Expression Extrator doesnt work on all pages

2011-10-26 Thread Deepak Shetty
So if you add a response assertion for the HTTP Request (with the same regex) , then it should fail as well. Can you then look at the failed HTTP Request : Login and check the exact text in view results tree listener, response tab? regards deepak On Wed, Oct 26, 2011 at 2:19 PM, brock

Re: Unexpected Page returned

2011-10-25 Thread Deepak Shetty
Also you need quotes around page title On Oct 25, 2011 8:49 AM, sebb seb...@gmail.com wrote: On 25 October 2011 16:30, brock brockmo...@gmail.com wrote: Thanks! Got it pulling the HTML Title to use for the If controller, but if I look at the Debug Sampler I see a few version of the variable

Re: Plan to use XPath Extractor to extract multiple matches but get single match only during execution?

2011-10-25 Thread Deepak Shetty
what version of Jmeter? Dont go by Firebug it looks at the DOM whereas JMeter will have to look at the source html . Add a Debug Sampler under your HTTP Sampler and also add a view results tree listener. If your debug sampler shows your multiple values correctly the problem is in the loop If

Re: Plan to use XPath Extractor to extract multiple matches but get single match only during execution?

2011-10-25 Thread Deepak Shetty
variable name for the cart items IDs. The regex version worked fine, getting all 3 cart items. So there's no loop problem for sure. Seems to be an XPath extractor problem here. On Tue, Oct 25, 2011 at 3:16 PM, Deepak Shetty shet...@gmail.com wrote: what version of Jmeter? Dont go by Firebug

Re: Plan to use XPath Extractor to extract multiple matches but get single match only during execution?

2011-10-25 Thread Deepak Shetty
to be remove then you can use that bit of information regards deepak On Tue, Oct 25, 2011 at 4:11 PM, David Luu manga...@gmail.com wrote: Sorry, didn't know that. Here's the URL http://dlshare.s3.amazonaws.com/shoppingCart.txt On Tue, Oct 25, 2011 at 3:42 PM, Deepak Shetty shet...@gmail.com wrote

Re: Plan to use XPath Extractor to extract multiple matches but get single match only during execution?

2011-10-25 Thread Deepak Shetty
:34 PM, Deepak Shetty shet...@gmail.com wrote: A cursory look shows a bunch of HTML errors including duplicate ids that might be impacting what TIDY does to your HTML (and the XPATH runs over the TIDY). Will need to check right now it looks If you arent sure of the order then you can

Re: jmeter memory leak?

2011-10-25 Thread Deepak Shetty
follow instructions - http://jakarta.apache.org/jmeter/usermanual/best-practices.html#lean_mean Dont run GUI mode with listeners that use memory proportional to the number of samples. Modify the Jmeter startup files to change Xmx to as much memory as you can spare Its more likely you are using

Re: Unexpected Page returned

2011-10-24 Thread Deepak Shetty
Home Page Login (assuming the response to this page can be 1 of 3) +Post Processor Regular Expression extractor If(some condition) +do something like update email If(some other condition) +do something else like update address Main Page regards deepak On Mon, Oct 24, 2011 at 7:20 AM, brock

Re: New to JMeter

2011-10-21 Thread Deepak Shetty
You got it, load testing database driven web applications. But I'm not quite grasping the implications of this, usually in a load test you ignore the browser performance characteristics - i.e you care about how much time it takes for your server to respond given a load , rather than how long it

Re: beanshell get highest value of a regular expression

2011-10-18 Thread Deepak Shetty
hi I think what sebb is saying is that you should be looking at IDH_1 (and not IDH_g1 - but these might be the same depending on the regex :) ) regards deepak On Tue, Oct 18, 2011 at 9:31 AM, ZK stevesenio...@gmail.com wrote: Sebb I see what you are saying regarding a single match, however;

Re: Ideally how much memory we can allocate to jmeter if my jmeter server system ram 4GB?

2011-10-18 Thread Deepak Shetty
if you have a 64 bit JVM then as much as you can spare (but it depends on how much your OS is currently using ). At some point your CPU will also become a bottleneck even if you do have infinite memory regards deepak On Mon, Oct 17, 2011 at 8:19 PM, rajivkumarnandv...@gmail.com wrote: HI,

Re: How to send a specific content as body of http request

2011-10-18 Thread Deepak Shetty
hi only works if it is a POST or PUT. If the original poster did actually mean a GET you have to put the variable as part of the query string in the Path field regards deepak On Tue, Oct 18, 2011 at 2:27 PM, Oliver Lloyd oliver_ll...@hotmail.comwrote: Try putting it in the value section of a

Re: Jmeter2.5 failing on negative condition of If controller and Jmeter2.4 Synchronizing timer not working

2011-10-17 Thread Deepak Shetty
whats not working? On Sun, Oct 16, 2011 at 11:01 PM, vineeth vineeth.sasidha...@spi.comwrote: Hi all Is there any solution to make the synchronizing timer work properly in Jmeter2.4. Any updated versions of ApacheJMeter_components.jar is available for Jmeter 2.4 Thanks Regards Vineeth

Re: How can i see the detailed log ?

2011-10-13 Thread Deepak Shetty
I cant quite figure out how this could have solved your problem (but I cant argue with the facts :) ) Out of curiosity does your content length now match SOAP-UI ? Do you have non ascii characters in your SOAP request?And do you have an XML prolog? in which case does it have an encoding and what

Re: How can i see the detailed log ?

2011-10-12 Thread Deepak Shetty
Hi Wireshark is sort of for more advanced users Easiest is ask a developer what the application error logs have An easier solution is You can use either a recording proxy (but this needs some setup) or you can use a TCP tunnel e.g. http://www.pocketsoap.com/tcpTrace/ which records the traffic. If

Re: Any suggestion for this

2011-10-12 Thread Deepak Shetty
if you load your data somewhere , this is fairly easy I did this once by parsing the logs as described here (wont work out of the box for you) http://theworkaholic.blogspot.com/2009/12/graphs-for-jmeter-parsing-jmeter-result.html I believe some other samples are available on the web regards

Re: Any suggestion for this

2011-10-12 Thread Deepak Shetty
, 2011 at 11:47 AM, itsbritto brittobt...@gmail.com wrote: Ya i seen that blog alteady. What o am talking here is like this test 1: 5request test 2: 5request now i want to plot those 2 tests trend gtaph based on this 5requests On Wednesday, October 12, 2011, Deepak Shetty shet...@gmail.com

Re: Any one have experience this issue

2011-10-11 Thread Deepak Shetty
http://jakarta.apache.org/jmeter/usermanual/listeners.html Section Results file configuration But large tests simply cant be parsed in memory you have to load into a database/OLAP engine - as far as I remember Hudson didnt support this (though you could always write your own plugin) regards

Re: Any one have experience this issue

2011-10-11 Thread Deepak Shetty
wrote: Is there any difference between saving result as .jtl and .xml regarding size? On Tuesday, October 11, 2011, Deepak Shetty shet...@gmail.com wrote: http://jakarta.apache.org/jmeter/usermanual/listeners.html Section Results file configuration But large tests simply cant be parsed

Re: Any one have experience this issue

2011-10-11 Thread Deepak Shetty
or csv Actually i am generating html from this output via xsl.Is that possible to generate html report from csv On Wednesday, October 12, 2011, Deepak Shetty shet...@gmail.com wrote: hi there is a difference between CSV and XML (the jtl is just the extension) which you can sepcify , CSV

Re: Summary Report Listener results

2011-10-10 Thread Deepak Shetty
you arent factoring in that you are running 200 threads in parallel. 1681 transactions per second for 200 concurrent requests works out to 1681/200 = 9 requests per second per thread. which means 1000/9 milliseconds per request(assuming no delays) about 111 ms on average (118 in your case)

Re: Emulating a browsers resource download patterns

2011-10-09 Thread Deepak Shetty
From the release note for 2.5.1 Additional known bugs: Version 2.5 introduced a concurrent download feature for embedded HTML resources. Unfortunately this may result in corrupted downloads or other errors (bugs 51918[1] and 51919[2]). We will fix these bugs as soon as possible; meanwhile the

Re: Emulating a browsers resource download patterns

2011-10-09 Thread Deepak Shetty
a tool like this becomes. If there's no way to do this I, for one, am sure to put JMeter on the shelf and consider other options. But I'll be very surprised if this issue hasn't been discussed at infinitum already. -Original Message- From: Deepak Shetty [mailto:shet...@gmail.com

Re: Not getting the final confirmation Number from the order submitted

2011-10-07 Thread Deepak Shetty
Most of these type of cases work out to one of the two a. You aren't sending back the correct session id (usually you havent added a cookie manager) so the server rejects your request b. Your application uses dynamic data and you aren't extracting the data and sending it back correctly (for.e.g

Re: counter function bug

2011-10-07 Thread Deepak Shetty
it looks to me that the counter gets invoked twice when it is part of the while conditions definition that why you see increment by 2 (which may or may not be a bug) This works Thread Group While controlle r${__javaScript( ${cnt} != 10 )} +Sampler ${__counter(TRUE,cnt)} -- use this form the time

Re: Non GUI mode parameters

2011-10-06 Thread Deepak Shetty
as far as I remember , you cant do it from the GUI(which expects a date string i think) - but if you directly modify the JMX file using any editor (to read value from a passed in property - note it has to be a property , not variable) , it does work (never tested) there probably in a thread in

Re: how to do a regular expression on the following value

2011-10-05 Thread Deepak Shetty
name=tempVar\s*?value=([^]*) (assuming name and value are on the same line) - havent tested . there are various online tools that let you test out your regex's regards deepak On Wed, Oct 5, 2011 at 10:08 AM, Bhuiyan, Hasan (Hasan) mahmud.bhui...@searshc.com wrote: Hi Friends, How can I do

Re: Unable extract values from URL Query String

2011-10-03 Thread Deepak Shetty
Those dynamic parameters values are used in the same HTTP request Thats not really possible. You send an HTTP request , you get back a response . The next request is a new request and if it has a dynamic component it must be available from the previous request(s). The exceptions are things like

Re: How do I substitute jmeter variable in Summary Report (Listener) Filename.

2011-10-03 Thread Deepak Shetty
hi this was answered by Oliver right at the start, the variable is not available when the file is created. You can however use properties or __time to accomplish this because the values can be evaluated at the time the listener needs it. regard deepak On Mon, Oct 3, 2011 at 7:19 AM, skchoppala

Re: Command Line option to Enable and Disable ?

2011-09-30 Thread Deepak Shetty
the function is __property The error you are getting is because Login is going to evaluate to literal string ${property(Login)} (since its not defined) your if condition becomes ${property(Login)} == 1 which is bad javascript. On Fri, Sep 30, 2011 at 7:00 AM, mkt michaelkturner...@gmail.com

Re: Command Line option to Enable and Disable ?

2011-09-30 Thread Deepak Shetty
what do you mean by threads do not? On Fri, Sep 30, 2011 at 7:51 AM, mkt michaelkturner...@gmail.com wrote: Well I deleted them all and re-added them and now it works, kinda. The if controllers work, but the Threads do not... -- View this message in context:

Re: counter function bug

2011-09-30 Thread Deepak Shetty
function, loop 3 is 1,1,1,2,2,2,3,3,3 - one sampler loop 3 1,2,3 (I guess this is expected behavior) Nermin -Original Message- From: Deepak Shetty [mailto:shet...@gmail.com] Sent: 30. septembar 2011 6:38 To: JMeter Users List Subject: counter function bug per

Re: If i do a manual execution by adding extended status bar to firefox

2011-09-30 Thread Deepak Shetty
how have you calculated it manually (the last row value is not much useful anyway)? If Request1 = 10 samples each 10 secs therefore avg =10 seconds and request2 = 1 sample , 1 second therefore avg = 1 second then overall average = (10*10 + 1*1)seconds/(10+1) samples. regards deepak On Thu,

Re: Up to date values without CSV config

2011-09-30 Thread Deepak Shetty
, 2011 at 6:55 PM, Deepak Shetty shet...@gmail.com wrote: you have __time function and javascript/beanshell in which you can write code to calculate values in. You can store these as variables or properties for all the urls to use. regards deepak On Thu, Sep 29, 2011 at 4:50 PM, E

Re: XPath Extractor doesn't work if I check 'Use Tidy'

2011-09-29 Thread Deepak Shetty
Hi Meter will treat it as HTML Tidy does. Jmeter doesnt know. so if there is error during checking, then the XPath Extractor doesn't work, Some errors Tidy will fix, it might for e.g. add an html and body tag which will mess up your xpath. if you are interested , download the command line version

Re: How can I assign multiple values to a variable

2011-09-29 Thread Deepak Shetty
hi Just use different names in the XPath extractor (for e.g. by adding a counter or the __counter function) make the name variablev - should work , not tested regards deepak On Thu, Sep 29, 2011 at 4:18 AM, freesky h...@windowslive.com wrote: The test plan is : Test Plan |_createA

Re: Command Line option to Enable and Disable ?

2011-09-29 Thread Deepak Shetty
if you know it in advance then add an IF controller (wrapping your loop) that checks a property (where the property is passed by command line) jmeter 2.5 has setup and teadown threadgroups which might be what you are looking for -

Re: JMeter and MySQL?

2011-09-29 Thread Deepak Shetty
Hi you probably dont want to do this while your test is running, you want to do it at the end of your test (you could ofcourse write your own listener like http://wiki.apache.org/jakarta-jmeter/MysqlCollectorPlugin - but it isnt what I would do JMeter Test Results can be written to MySQL

Re: How can I assign multiple values to a variable

2011-09-29 Thread Deepak Shetty
Basically your ref name is variable (Im assuming your xpath only returns 1 value) e.g. a_${c} The counter function should have worked (to get c), but doesnt seem to , possibly it is a bug. As a workaround To get an autoincrement counter in BeanShell post processor use something like String c =

counter function bug

2011-09-29 Thread Deepak Shetty
per the documents The counter generates a new number each time it is called, starting with 1 and incrementing by +1 each time. However ThreadGroup +${__counter(TRUE,ref)}HTTPSampler1 +DebugSampler +${__counter(TRUE,ref)}HTTPSampler2 +DebugSampler +View Results tree Generates the number 1 in both

Re: XPath Extractor doesn't work if I check 'Use Tidy'

2011-09-28 Thread Deepak Shetty
Don't use tidy for xml. Only use it when the response is html On Sep 28, 2011 4:00 AM, freesky h...@windowslive.com wrote: There are more than one return value, so I have to use ${a_1}, ${a_2}. The response data of 'read' sampler is like this : records _actions_=true record id=2/record

Re: XPath Extractor doesn't work if I check 'Use Tidy'

2011-09-28 Thread Deepak Shetty
tidy fixes HTML to be XHTML compliant. (which is what you need to run XPATH on it). however something that returns XML should already be valid (or its a problem anyway!) so you can directly run XPath against it . Thats why you get errors saying records is not recognized etc(its checking against

Re: Jmeter novice asking help to avoid error 501 during recording using http proxy server

2011-09-27 Thread Deepak Shetty
hi if you had these as parameters (In send parameters with request) - and you checked encode - that should work too. regards deepak On Tue, Sep 27, 2011 at 12:59 PM, Nermin CALUK ner...@atlantbh.com wrote: Just to make sure we're on the same page, are you trying to convert a string to URL

Re: Generate requests at specified time

2011-09-24 Thread Deepak Shetty
you can delay requests within a thread by using some of the timers (for e.g. Constant Timer - where the input is a variable calculated as the time you want to delay - the time the last sample took). However since you also have multiple requests at the same time - thats not easy to do (unless these

Re: Generate requests at specified time

2011-09-24 Thread Deepak Shetty
not sure is this a bug or is it related to the process how JMeter initializes the test (threads)? Nermin -Original Message- From: Deepak Shetty [mailto:shet...@gmail.com] Sent: 24. septembar 2011 20:25 To: JMeter Users List Subject: Re: Generate requests at specified time you

Re: How many loop controlers ?

2011-09-23 Thread Deepak Shetty
http://theworkaholic.blogspot.com/2010/03/dynamic-parameters-in-jmeter.html for an example on how to add a variable number of parameters to the sampler (you will have to change to read from CSV) regards deepak On Fri, Sep 23, 2011 at 8:21 AM, mkt michaelkturner...@gmail.com wrote: How are the

Re: Nested While controller Loops question

2011-09-20 Thread Deepak Shetty
of step 3 ,it adds some overhead to my tests but works pretty simly Bruce On Mon, Sep 19, 2011 at 9:22 PM, Deepak Shetty shet...@gmail.com wrote: The problem is if you have Recycle as true , you never get EOF, if you have recycle as false then the inner CSV doesnt reset itself (which is what

Re: 404 errors

2011-09-19 Thread Deepak Shetty
what are you trying to find out from this? You *probably* have a request to a report page which *probably* has a link to this stylesheet which the browser requests and the JMeter proxy records into the script. If you record the script again you *probably* see that this path is changing. So you

Re: Get max or min Value of a Variable or Regular Expression

2011-09-19 Thread Deepak Shetty
hi if there is nothing in the response that tells you the maximum then you have to select all matches(match no -1) and do it in beanshell or bsf (should be possible in XPATH). But you might be missing something as well - when your application is accessed by a normal user with the browser, what

Re: Nested While controller Loops question

2011-09-19 Thread Deepak Shetty
The problem is if you have Recycle as true , you never get EOF, if you have recycle as false then the inner CSV doesnt reset itself (which is what you expect for this loop to work) as far as I remember you could a) add a dummy row at the end of the CSV that you set a flag on and used that in the

Re: 404 errors

2011-09-16 Thread Deepak Shetty
Hi Your application seems to be dynamically generating urls so once you have recorded your test you have to modify it to extract the url using post processors and then use the extracted variable. However your sample shows a css file so you also need to determine if you need this or whether you can

Re: Extracting Hidden Values in Jmeter

2011-09-16 Thread Deepak Shetty
Hi Session is on the server so as long as you pass the session id you are good - usually you have to add cookie manager What is more likely is you aren't extracting the data correctly.jmeter will have recorded the name value pairs that are being posted back but some of the values are probably

Re: Issue with Response assertion for HTTP Request Sampler

2011-09-15 Thread Deepak Shetty
hi what options have you chosen for Response Assertion? - Contains - true if the text contains the regular expression pattern - Matches - true if the whole text matches the regular expression pattern - Equals - true if the whole text equals the pattern string (case-sensitive) -

Re: Constant throughput timer not giving expected results

2011-09-14 Thread Deepak Shetty
if you are using JMeter 2.5 on the HTTP Sampler , there is a drop down named implementation On Wed, Sep 14, 2011 at 11:06 AM, E S electric.or.sh...@gmail.com wrote: So how do I tell which HttpClient I am using? Is there a config option for that somewhere? I looked in jmeter.conf and saw some

Re: Constant throughput timer not giving expected results

2011-09-14 Thread Deepak Shetty
then you are on httpclient 3.1 On Wed, Sep 14, 2011 at 11:34 AM, E S electric.or.sh...@gmail.com wrote: I am using JMeter 2.4 r961953. On Wed, Sep 14, 2011 at 1:18 PM, Deepak Shetty shet...@gmail.com wrote: if you are using JMeter 2.5 on the HTTP Sampler , there is a drop down named

Re: How many users I can run on a single JMeter instance?

2011-09-13 Thread Deepak Shetty
hi asked many times in the mail archives - usual answer is it depends on your test as well and almost always leads to http://jakarta.apache.org/jmeter/usermanual/best-practices.html#lean_mean But another thing to consider is the accuracy of your test . Just because you can run 500 threads doesn't

Re: About Constant Timer / Constant Throughtput Timer

2011-09-13 Thread Deepak Shetty
You shouldnt use Constant timer for such requirements , because that would need you to know in advance the average time your request responds in - for you to be able to calculate the delay you need to get the rate of requests you want These type of requirements are met by the constant throughput

Re: A general question about how Jmeter is executing the request

2011-09-11 Thread Deepak Shetty
Your image shows a bunch of requests where originally you only spoke about a 1-1 comparison of a page in Jmeter v/s the time of a browser load of a page. It doesnt seem to be what your picture illustrates . On Sat, Sep 10, 2011 at 6:25 PM, vish ringhal...@gmail.com wrote: Hello, Im sorry if I

Re: A general question about how Jmeter is executing the request

2011-09-11 Thread Deepak Shetty
this comparison isnt correct (and incidentally how did you measure 2 seconds?) Note that the Cache Manager in Jmeter wont persist between runs (As in every time you start jmeter the cache is empty , unlike a browser which can store files to disk). The other factors are things like concurrency and

Re: Vertically Scaling JMeter

2011-09-11 Thread Deepak Shetty
are you running a 32bit JVM? whats the exact OOM message you get ? On Sun, Sep 11, 2011 at 4:59 PM, Oliver Lloyd oliver_ll...@hotmail.comwrote: I'm thinking of running multiple jmeter processes on a single machine, up to 20. My testing so far has not highlighted any issues with this in

Re: JMeter script recording

2011-09-09 Thread Deepak Shetty
1. Do I need to record .jpg, .css, .js as part of script? Recording - probably not, running them depends - Been discussed some times on the mail archives with differring points of views so you can get a flavor of the pro's and con's of either. regards deepak On Fri, Sep 9, 2011 at 2:45 AM, joy

Re: Load Testing with Variable Request Path

2011-09-09 Thread Deepak Shetty
One of the thing you should be careful about is why are you running this test ? (yes you can read from file as described by nermin). If these are independent requests - and your purpose is to check 404 or something similar then there are no issues. However if your goal is something like I have an

Re: A general question about how Jmeter is executing the request

2011-09-09 Thread Deepak Shetty
do you have download embedded resources checked? On Fri, Sep 9, 2011 at 10:23 AM, vish ringhal...@gmail.com wrote: Hello, I am a new user of Jmeter and have recorded a script to check the average response time of loading of few web reports. The action which is recorded simple clicks on a

Re: A general question about how Jmeter is executing the request

2011-09-09 Thread Deepak Shetty
No I use HTML or Text only. The question is , in the HTTP sampler do you have download embedded resources checked? Are you also by any chance having Jmeter on the same machine as your application server? If I increase the number of threads then this average time for one thread also increases.

Re: Issue with Reular Expression

2011-09-08 Thread Deepak Shetty
hi so there are (atleast) these possibilities 1. You arent sending the data correctly (or not extracting it correctly) 2. You are sending some other data that the server doesnt expect in the form fields (which is what __EVENTVALIDATION validates) 3. perhaps you arent maintaining session correctly

Re: Very long tests with huge JTL log file

2011-09-08 Thread Deepak Shetty
DO you know anyway to rotate the log JTL file ? ditto to what everyone else is saying - you dont want to do this. just load it up into your favorite rdbms or OLAP tool and analyse from there. On Thu, Sep 8, 2011 at 9:26 AM, Toni Menendez Lopez tonime...@gmail.comwrote: Hello, I am going to

Re: POST REST WebService in jmeter

2011-09-07 Thread Deepak Shetty
I added the authorization into the send parameters with the request section. authorization is a header , not a parameter. - this will cause the 401 error - because your request is not authorized Typically you have to use the HTTP Authorization manager , but it did not AFAIK support custom schemes

Re: Archive search

2011-09-07 Thread Deepak Shetty
google? jmeter login site: http://mail-archives.apache.org/mod_mbox/jakarta-jmeter-user/ On Wed, Sep 7, 2011 at 12:42 PM, Shay Ginsbourg sginsbo...@gmail.comwrote: Hi, Which is the best way to conduct a string search in http://mail-archives.apache.org/mod_mbox/jakarta-jmeter-user/ ?

Re: Issue with Reular Expression

2011-09-07 Thread Deepak Shetty
Compare what the regex extracts with the value attribute of the hidden field (from View Results tree listener you can get the latter, and from debug sampler you can see the former). Also check the value you are sending in View Results Tree in the next request regards deepak On Wed, Sep 7, 2011

Re: Problems in handling the AJAX request

2011-09-07 Thread Deepak Shetty
please stop resurrecting old threads for the problem you have already raised on another thread. As mentioned by felix you need to compare it with the browser (firefox + live httpheaders or firebug or fiddler2 ). This allows you to compare whether you are passing the correct number of

Re: Issue with Reular Expression

2011-09-07 Thread Deepak Shetty
You can compare with your site. regards deepak On Wed, Sep 7, 2011 at 2:08 PM, Deepak Shetty shet...@gmail.com wrote: Compare what the regex extracts with the value attribute of the hidden field (from View Results tree listener you can get the latter, and from debug sampler you can see

Re: How to record different action

2011-09-06 Thread Deepak Shetty
Hi The closest equivalent for a load runner transaction is the transaction controller which will allow you to group up multiple requests as one, but you rarely need to do this. The functionality of specifying vusers to transactions cannot be recorded directly in JMeter. assuming you model one

Re: Reg: Bean Shell Pre processor and Post Processors

2011-09-05 Thread Deepak Shetty
1. Kindly tell me how to move ahead with this situation. Usually means you have to compare every request that the browser sends which what your Jmeter script is sending /receiving (using View Results Tree ).Common causes are a. You aren't using a cookie manager b. You aren't sending dynamic data

Re: Store extracted data in a file

2011-09-02 Thread Deepak Shetty
And the user ID is not specified in the URL or in any variable..I Again. if a user is using your site with a browser, does he ever enter his ID? if not , then the browser does get this information somehow. if you cant figure it out, you can ask any of the developers in your team. I have to do

Re: Box plot or Cat and whisker

2011-09-02 Thread Deepak Shetty
not out of the box. Some additional graphs are here - http://code.google.com/p/jmeter-plugins/ You can always parse the result logs to generate whatever you want , samples available on googling My attempts are here -

Re: Store extracted data in a file

2011-09-01 Thread Deepak Shetty
But to do the operation, I need the ID of the customer, which is returned when the customer is created. Forget Jmeter for a moment. When the customer logs in to the site with a browser and performs the operation, does he enter his ID? I doubt thats the case. Assuming it isn't , then usually the

Re: Question regarding NTLM

2011-08-31 Thread Deepak Shetty
According to their web page they added multiple user support back in 2007. I only see The code was refactored to facilitate future support of multiple profiles and other planned extensions. - not that it actually supports , and their config doesnt seem to indicate otherwise. Without multiple

Re: Question regarding NTLM

2011-08-30 Thread Deepak Shetty
hi seems there are some issues with HttpClient4 and NTLM http://hc.apache.org/httpcomponents-client-ga/ntlm.html. You might give the sample code a try and see if it works (standalone) , and if it does you might need to modify the Jmeter code to work with HttpClient4 regards deepak On Tue, Aug

Re: Question regarding NTLM

2011-08-30 Thread Deepak Shetty
doesnt cntlm support just a single username/password? On Tue, Aug 30, 2011 at 11:43 AM, Bruce Ide flyingrhenqu...@gmail.comwrote: There's an open source NTLM proxy, cntlm, which might let you work around it. It wasn't terribly difficult to configure when I looked at it. Works on UNIX too. If

Re: Guide me

2011-08-29 Thread Deepak Shetty
subscribe to the JMeter mailing list using the same email address as you used on nabble On Mon, Aug 29, 2011 at 4:57 AM, Garvita Mehta garvita.me...@tcs.comwrote: Hi All, Whenever I try to post any or solution in nabble community, I use to get this message: This post has NOT been

Re: Error after HTTPS record

2011-08-26 Thread Deepak Shetty
Hi I do not understand what you are trying to say. localhost works simply means the machine on which JMeter is running can resolve localhost to an ip address and connect to over the port. Your error is for aquilademo.hovservices.com which means your client cannot resolve that name or connect to

Re: Handling File Download Window

2011-08-25 Thread Deepak Shetty
Hi various possibilities a. If your file is a static file , possibly the URL is wrong. If you copy the URL form Jmeter and paste it directly into a browser(new instance , all cookies cleared, do you see the file?) b. If your file is a dynamically generated PDF , then are all the parameters etc

Re: Error after HTTPS record

2011-08-25 Thread Deepak Shetty
UnknownHostException usually means the machine you are running could not resolve the DNS aquilademo.hovservices.com . If your browser can resolve this (i.e. if you type the same url in your browser and it shows you some page) then usually your browser has some proxy configured that you have not

Re: SyncTimer is messed up if you stop a interrupt a test plan

2011-08-25 Thread Deepak Shetty
you probably need to raise this in BugZilla if it isnt already there http://jakarta.apache.org/jmeter/issues.html On Thu, Aug 25, 2011 at 7:07 AM, GRUWEZ gru...@gmail.com wrote: Scenario: Use a SyncTimer in your test plan and set it to block up to a number of threads, e.g. 5 Run the test

Re: Error in Jmeter Log (Can't connect after 10 retries, java.net.BindException: Address already in use: connect )

2011-08-25 Thread Deepak Shetty
are you running the JMeter proxy server by any chance while running your actual test. (I thought the sampler were implemented by HTTPSampler or something like that not HTTPJavaImpl) regards deepak On Thu, Aug 25, 2011 at 2:56 AM, choudh...@labware.com wrote: Hi , I am load testing our

Re: Compare Only Two HTTP Requests

2011-08-24 Thread Deepak Shetty
Try *Rest Of Test *Simple Controller ** HTTP Request #1 (first request of the final pair of requests) ** HTTP Request #2 (second request of the final pair of requests) ** Compare Assertion Add the compare assertion visualizer to check. regards deepak On Wed, Aug 24, 2011 at 3:50 PM, Nicholas

Re: Unable to extract the values from URL

2011-08-22 Thread Deepak Shetty
Is there any other option to handle dynamic query string URL values. The usual way is the same - extract out the value using a post processor and add it, Also I'm not able to find those dyn session values in previuos pages Look at it from a browsers perspective. Either the values must be there

Re: Reg: Search Functionality and Dynamic Results

2011-08-18 Thread Deepak Shetty
The easiest way to figure out issues like these are if you have someone who can tell you what the problem on the server/application is (either you can read your application logs or you have a developer available to tell you) - it will tell you whether you are passing an incorrect value or you

Re: While launching JMeter .bat i am getting this message...

2011-08-18 Thread Deepak Shetty
jmeter.bat/sh has this flag. its valid if your JVM is Java 5.0 or less. Its no longer needed with Java 6.0 and since you are running Jmeter on Java 6.0 you get this warning. The warning can be safely ignored , or if you want remove this flag from jmeter.bat/sh On Thu, Aug 18, 2011 at 9:52 PM,

  1   2   3   4   5   6   7   8   9   10   >