Randomly reading csv file values

2005-09-19 Thread m mat
Hi I am a beginner with JMeter. How do I read random rows from a CSV file for the purpose of random parametrization? Matt __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com

Soft coding transaction names

2005-09-22 Thread m mat
Hi, this may be a bit weird requirement, but would appreciate if some one can help me. I am trying to do multiple searches that trigger different queries. I would like to have each thread pick up a different query randomly and execute using a sampler. I would also like to track these queries

Re: Soft coding transaction names

2005-09-22 Thread m mat
Thanks Sebb,. It worked Matt sebb <[EMAIL PROTECTED]> wrote: Works for me. Try using the latest nightly build. S. On 22/09/05, m mat wrote: > Hi, > > this may be a bit weird requirement, but would appreciate if some one can > help me. > > I am trying to d

Getting Exception - java.util.NoSuchElementException

2005-09-22 Thread m mat
Hi I am using webservices sampler. Beyond a certain volume ( like 40 threads) I start getting the following error from JMeter 2005/09/22 18:33:36 WARN - jmeter.protocol.http.sampler.WebServiceSampler: Error parsing HTTP status line "": java.util.NoSuchElementException At this point my

Module Controller and Timer

2005-09-23 Thread m mat
I want to apply a Gaussian Random timer as a child to the module controller such that the timer fires after all the actions (samplers) in the module are done. What I found out instead (I think) is that the timer is firing after every sampler call in the module. Is this a feature or a bug? or am

xpath assertion or response assertion

2005-09-23 Thread m mat
Hi I am making a webservices call, I have an option to use either an xpath assertion or just do a response assertion. Which one is cheaper in terms of performance ( I mean on JMeter machine) thanks Matt - Yahoo! for Good Click here to donat

Re: Randomly reading csv file values

2005-09-26 Thread m mat
, for example thread 1 gets row 1 thread 2 gets row 2 etc. Also I am not sure what the next iteration of each thread will get. What I would like is each iteration in each thread gets a completely random row? Any thoughts? Matt m mat <[EMAIL PROTECTED]> wrote: Hi I am a beginner with

Re: Randomly reading csv file values

2005-09-27 Thread m mat
t;this correct? Matt sebb <[EMAIL PROTECTED]> wrote: Why not randomise the file contents? This is what we do for our testing. We use StringFromFile, but the principle is the same. S. On 27/09/05, m mat wrote: > Hi, > > I want my threads to read random rows from a cSV file. Any way to

Aggregate Report reset

2005-09-30 Thread m mat
Hi I would like aggregate report in particular and other listeners to reset for every test run. Right now aggregate report aggregates results across test runs. The only way I know of not making it do that is shut down JMEter and restart. Any ways to reset? Matt

java.io.UnsupportedEncodingException in webservices sampler

2005-09-30 Thread m mat
Hi I get the following exception in webservices sampler 2005/09/30 16:26:56 WARN - jmeter.assertions.ResponseAssertion: Problem with response encoding: java.io.UnsupportedEncodingException: text/xml; charset=UTF-8 Any ideas why this could be happening , or how I go about debugging this

Re: Aggregate Report reset

2005-09-30 Thread m mat
Thanks for the reply. My fault, I did not check enough Matt... Peter Lin <[EMAIL PROTECTED]> wrote: you have to do "clear" inbetween runs. peter On 9/30/05, m mat wrote: > > Hi > > I would like aggregate report in particular and other listeners to reset >

include controller in 2.1.1

2005-10-04 Thread m mat
Hi It seems include controller would not use the parameters set in parent JMeter test plan. So if I am trying to create a reusable module that I save as a JMX file that I include using an include controller, I can not get it to use the context I have set in the parent plan using various parame

Exception on "run"

2005-10-07 Thread m mat
Hi I am using JMEter 2.1.1. When I run my test case I get the following exception. Earlier until the last release I was also sporadically getting this exception, but it would go away when I saved the test plan file before running it. However now I consistently get it Any ideas what th

Re: Exception on "run"

2005-10-07 Thread m mat
Never mind, false alarm This time I had a blank module controller in my test. Matt m mat <[EMAIL PROTECTED]> wrote: Hi I am using JMEter 2.1.1. When I run my test case I get the following exception. Earlier until the last release I was also sporadically getting this exception,

90% line calculation

2005-10-10 Thread m mat
I want to understand the explaination of the 90% line in aggregate report. What I think it should be: Average of samples with 90% significance, i.e. if you assume a bell shaped distribution around the mean, this number should be an average of the middle 90% numbers (as in average after top 5%

Re: 90% line calculation

2005-10-10 Thread m mat
you have no handle > on what users experience during busy periods. > > -Mike > > On Mon, 2005-10-10 at 12:15 -0700, m mat wrote: > > I want to understand the explaination of the 90% line in aggregate > report. > > > > What I think it should be: Average of sa

Any issues with Webservice(soap) request sampler and Cookie Manager?

2005-10-13 Thread m mat
I am doing something very trivial, I have Thread group -cookie manager -some user defined vars(in user defined variable element) -HTTP Autorization manager -Simple Controller - A Webservice call I run one thread that does two iterations. What I am expecting is that my second call (in

Re: Advanced Web Service Test Plan Help

2005-10-13 Thread m mat
Hi Matt What you are trying to do is entirely doable. I have done that and more ( though I am running into a session issue right now, but that could be my fault). Answers inline 1. How can I construct the SOAP request with the discovered variables v1 and v2? Can I simply place "$(v1)" and "$(v

Re: Any issues with Webservice(soap) request sampler and Cookie Manager?

2005-10-13 Thread m mat
can not make progress... Thanks a lot for help. Matt Peter Lin <[EMAIL PROTECTED]> wrote: the current implementation of the webservice soap sampler uses the auth manager. I'm not clear on how apache soap handles cookies. I'll take a look tonight and let you know. peter On

Re: Any issues with Webservice(soap) request sampler and Cookie Manager?

2005-10-13 Thread m mat
Hi Peter, Spoke too soon. My workaround actually works. So if I get the cookie from the headers manually (using a post proc regex ) and shove it into a header manager, I can get JMETer to send back the cookie I am a happy camper... Matt m mat <[EMAIL PROTECTED]> wrote: Hi Peter

Re: Any issues with Webservice(soap) request sampler and Cookie Manager?

2005-10-18 Thread m mat
a great help. Thanks Dharani --- Peter Lin wrote: > glad you figured it out > > peter > > > On 10/13/05, m mat wrote: > > > > Hi Peter, > > > > Spoke too soon. > > > > My workaround actually works. So if I get the > cookie from th

Null pointer Exception in

2005-10-18 Thread m mat
Hi I am not sure how to explain it, but all my scripts suddenly strted giving me this error in log file: 2005/10/18 04:08:30 ERROR - jmeter.threads.JMeterThread: java.lang.NullPointerException at org.apache.soap.transport.TransportMessage.read(TransportMessage.java:206) at org.apache.soap.uti

Re: Null pointer Exception in

2005-10-18 Thread m mat
Any body knows the possible causes for getting this error? Matt m mat <[EMAIL PROTECTED]> wrote: Hi I am not sure how to explain it, but all my scripts suddenly strted giving me this error in log file: 2005/10/18 04:08:30 ERROR - jmeter.threads.JMeterThread: java.lang.NullPointerExc

JMeter UI Error

2005-10-30 Thread m mat
Hi When I click on a node on View Results tree listener, I get the error in a msg box as in the attached file. Can you please tell me what could be wrong   Thanks   Matt Yahoo! FareChase - Search multiple travel sites in one click. Yahoo! FareChase - Search multiple travel sites in one c

Strange Authorization problem

2005-10-31 Thread m mat
I have two thread groups structured as follows Th Grp 1 -User Def Variables ---Server=Server1 -HTTP Authorizaton Manager --Base URL =http://server1/folder1/glue --User Name =uid --Password =pwd HTTP HeaderManager --

Re: Survey

2005-10-31 Thread m mat
Answers Inline Peter Lin <[EMAIL PROTECTED]> wrote: I would like to ask the users of JMeter if anyone uses JMeter to run automated tests. If you do, how do you structure your directories and files? Would do people imagine using a reporting tool? If you do use jmeter for automated tests, can take a

Re: Strange Authorization problem

2005-10-31 Thread m mat
Hi Any pointers on this? Thanks Matt m mat <[EMAIL PROTECTED]> wrote: I have two thread groups structured as follows Th Grp 1 -User Def Variables ---Server=Server1 -HTTP Authorizaton Manager --Base URL =http://server1/folder

Re: Strange Authorization problem

2005-10-31 Thread m mat
bb <[EMAIL PROTECTED]> wrote: What happens if you use different variable names for the two thread groups? S. On 31/10/05, m mat wrote: > Hi > > Any pointers on this? > > Thanks > > Matt > > m mat wrote: > I have two thread groups structured a

Re: Strange Authorization problem

2005-10-31 Thread m mat
a bug. S. On 31/10/05, m mat wrote: > I have not tried that. It will be a big change for me, as these two groups > are large and are replicas of each other, so every soap call users server > variable. > > I am assuming you are referring to variable called "server" > &

Re: Strange Authorization problem

2005-11-01 Thread m mat
Hi Sebb, Does it look to you like a bug? Should I report it in bugzilla? Has any body else experienced this problem? Matt m mat <[EMAIL PROTECTED]> wrote: Changing the server variable name in different thread group seems to have fixed the problem. Looks like some concurrency prob

Interpreting results

2005-11-27 Thread m mat
Performance experts, I am testing a web services server that relies on a SQL server DB as system of records. The way this data base is , most of the search web services, make the DB CPU utilization go petty high momentarily (close to 50% or so) on a single (standalone) query operation