Re: Aggregate Report Analysis

2006-02-15 Thread Manish Joshi
Same but for 90% of pages. I hope these 90% are chosen such that they are closer to the average i.e. the exception cases (too high or too low) are avoided in the 10%. Anybody can thow more light on this ? On 2/16/06, ram prasad <[EMAIL PROTECTED]> wrote: > > Hi, > > > Average indicates the average

RE: Sizing remote servers

2006-02-15 Thread Mark McWhinney
I will have five dual-CPU PCs, so it sounds like I should be at least in the ball park. Thanks. -Original Message- From: sebb [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 14, 2006 4:09 PM To: JMeter Users List Subject: Re: Sizing remote servers Depends on a lot of things: - number

Re: Aggregate Report Analysis

2006-02-15 Thread ram prasad
Hi, Average indicates the average number of milliseconds it took for each request to return successfully.That is my understanding.Pls correct me if i am wrong.Can any body could throw light on mean 90% line etc? Regards ram prasad --- Kim Loh <[EMAIL PROTECTED]> wrote: > Hi, > > > > I re

Re: JMeter script is "stuck" after the first response

2006-02-15 Thread sebb
check jmeter.log and the console window for any error messages. On 15/02/06, Boris Goykhman <[EMAIL PROTECTED]> wrote: > Hi > > > > I have recorded a Jmeter script, and now if I play it stops running > after the first request. All I did was remove all requests for static > images, javascript, and

JMeter script is "stuck" after the first response

2006-02-15 Thread Boris Goykhman
Hi I have recorded a Jmeter script, and now if I play it stops running after the first request. All I did was remove all requests for static images, javascript, and stylesheets, and added HTTP Cookie manager and some http request defaults. After that happened, I decided to record another scr

RE: Sending Body data with http sampler

2006-02-15 Thread alan
Thanks but I have since moved off of JMeter. I wrote my own load testing tool using the new util.concurrent package since, at least for now, I am only testing a very simple xml over http web service. -Original Message- From: sebb [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 14, 2006

Re: SOAP data repeated across different Webservice samplers

2006-02-15 Thread sebb
I've added some logging to the WebService sampler, which shows the file names used. The code is in the nightly build of Feb 15. Perhaps you could give it a try? S. On 15/02/06, sebb <[EMAIL PROTECTED]> wrote: > ThreadName alone would not work, as there may be multiple samplers per thread. > > Ho

Re: i need some documentation

2006-02-15 Thread Simon De Uvarow
ok, i´m going to read some more and write to the developer list thanks, 2006/2/15, sebb <[EMAIL PROTECTED]>: > > The JavaSampler interface is rather different from the others - you > only need to create the sampler class (must extend > AbstractJavaSamplerClient). The GUI is generic > > But I'd re

Re: i need some documentation

2006-02-15 Thread sebb
The JavaSampler interface is rather different from the others - you only need to create the sampler class (must extend AbstractJavaSamplerClient). The GUI is generic But I'd recommend using the "normal" approach unless you are prepared to put up with the limitations of the JavaSampler GUI - all th

Re: i need some documentation

2006-02-15 Thread Peter Lin
mike and I tried to provide examples of how to write an extension in the tutorial. hopefully once you've read through it, it will make more sense. peter On 2/15/06, Simon De Uvarow <[EMAIL PROTECTED]> wrote: > > ok, but i don´t understand where i say that this gui must call that > JavaSampler >

Re: SOAP data repeated across different Webservice samplers

2006-02-15 Thread sebb
ThreadName alone would not work, as there may be multiple samplers per thread. However filename alone should surely be enough - unless the file content changes during a run, which would not be a good idea. This is why I don't understand what's happening at present... S. On 15/02/06, Peter Lin <[

Re: i need some documentation

2006-02-15 Thread Simon De Uvarow
ok, but i don´t understand where i say that this gui must call that JavaSampler 2006/2/15, Peter Lin <[EMAIL PROTECTED]>: > > > http://svn.apache.org/repos/asf/jakarta/jmeter/trunk/xdocs/extending/jmeter_tutorial.pdf > > tutorial on extending jmeter > > peter > > On 2/15/06, Simon De Uvarow <[EMAI

Re: SOAP data repeated across different Webservice samplers

2006-02-15 Thread Peter Lin
:) yeah, it just uses the filename, rather than the thread name. it's probably easy enough to do threadName + filename, or just threadName. peter On 2/15/06, sebb <[EMAIL PROTECTED]> wrote: > > I had a quick look at the cache last night - I think it uses the file > name as the key. > > I can a

Re: i need some documentation

2006-02-15 Thread Peter Lin
http://svn.apache.org/repos/asf/jakarta/jmeter/trunk/xdocs/extending/jmeter_tutorial.pdf tutorial on extending jmeter peter On 2/15/06, Simon De Uvarow <[EMAIL PROTECTED]> wrote: > > hi, i need some documentation about how to extend JMeter. I know that i > have > to write the gui (a class that e

i need some documentation

2006-02-15 Thread Simon De Uvarow
hi, i need some documentation about how to extend JMeter. I know that i have to write the gui (a class that extends AbstractSamplerGui, for example), and then a TestElement. But i don´t know much more. I would like to know the general idea of what is the process of adding a new functionality, and

Question about TCP Sampler

2006-02-15 Thread Aristide Moretti
Hello in the TCP Sampler and TCP Sampler Config there is a field "text to send". I want to write the text in this field and get the text from a server socket write in java. Can help me? Thanks - Yahoo! Mail: gratis 1GB per i messaggi, a

Re: Sending Body data with http sampler

2006-02-15 Thread sebb
On 15/02/06, R R <[EMAIL PROTECTED]> wrote: > Hi, > > Thanx that worked (it sticks a '=' at the end of the paramaters but this did > not cause a error). Try unchecking "Use Equals". > > What would be the correct way to request an Enhancement, bugzilla? Yes. > It would be nice feature for the ht

Re: Testing for Simultaneous users

2006-02-15 Thread sebb
Sounds like a bug - please file a bugzilla report. Once it has been created, you can attach a sample test plan. S. On 15/02/06, sudhir cheemalavagupalli <[EMAIL PROTECTED]> wrote: > Thanks for quick reply... I tried to set 5 threads and group by 5. It > is working fine. > > If the Number of threa

Re: Sending Body data with http sampler

2006-02-15 Thread R R
Hi, Thanx that worked (it sticks a '=' at the end of the paramaters but this did not cause a error). What would be the correct way to request an Enhancement, bugzilla? It would be nice feature for the html sampler to have an open field that would let us send any info in the body. The paramet

Re: Testing for Simultaneous users

2006-02-15 Thread sudhir cheemalavagupalli
Thanks for quick reply... I tried to set 5 threads and group by 5. It is working fine. If the Number of threads and group by value is same then everything is working fine. But if i give different values like 15 threads and group by 5 or any other number <15 Jmeter is simply running for a long ti

Re: Add extra data to test output

2006-02-15 Thread sebb
One way to do this currently might be to include the variables in the sampler names. Alternatively, use a single additional sample to record the fixed information, and post-process the CSV file using a scripting language such as Perl. Your approach of extending the Simple Data Writer sounds fine.

[OT] Java test tool [was: tool for heavy client]

2006-02-15 Thread sebb
JUnit is used to test JMeter functionality. On 15/02/06, GUERARD Elisabeth <[EMAIL PROTECTED]> wrote: > Hey, > > I know that it's not the mailing list appropriate for this question, but > maybe i can have some experience feedback about that: > Which tool do you use to perform some functionnal and

tool for heavy client

2006-02-15 Thread GUERARD Elisabeth
Hey, I know that it's not the mailing list appropriate for this question, but maybe i can have some experience feedback about that: Which tool do you use to perform some functionnal and performance test in case of an application Java? Elisabeth Guerard

Re: Testing for Simultaneous users

2006-02-15 Thread sebb
Does it work if you try 5 threads and group by 5? What is happening? Try creating a simple test plan with a JavaTest sampler, and experiment with that. S. On 15/02/06, sudhir cheemalavagupalli <[EMAIL PROTECTED]> wrote: > I'm a new user to JMeter. I'm planning to Execute a test plan for > simult

Re: TCP/IP problem

2006-02-15 Thread sebb
You need to make sure that the TCP sampler End of line characters are set appropriately. S. On 15/02/06, Aristide Moretti <[EMAIL PROTECTED]> wrote: > Hi, i have a simple java server socket > a part of code is : > > DataInputStream is = new DataInputStream(socket.getInputStream()); >

Re: SOAP data repeated across different Webservice samplers

2006-02-15 Thread sebb
I had a quick look at the cache last night - I think it uses the file name as the key. I can add some debug to the code to show which cache entry is being used. That might help pin down the problem. I'll give that a go tonight hopefully and create a new nightly build. Seems to me that the cache c

Re: Object moved to error

2006-02-15 Thread sebb
Looks like a redirect - are you following redirects? S. On 15/02/06, Manish Joshi <[EMAIL PROTECTED]> wrote: > What us the reason for Object moved to Error when i run the test plan from > jmeter. I do not get such error while recording. I do recording by badboy. > > Object moved > Object moved to

Re: SSL Connection problems

2006-02-15 Thread sebb
That's because the remote host is not accepting connections on the port used. S. On 15/02/06, Manish Joshi <[EMAIL PROTECTED]> wrote: > Friends, > > I have a similar problem, The error i get is the basic one: > > java.net.ConnectException: Connection refused: connect > at java.net.PlainSocket

TCP/IP problem

2006-02-15 Thread Aristide Moretti
Hi, i have a simple java server socket a part of code is : DataInputStream is = new DataInputStream(socket.getInputStream()); DataOutputStream os = new DataOutputStream(socket.getOutputStream()); while (true) { String userInput = is.readLi

Re: SOAP data repeated across different Webservice samplers

2006-02-15 Thread Ivan Rancati
I'd like to help, with a) attaching a simple test plan to bug 38640 b) if needed, testing the fix before it's released. What I'd need to know for (a) is if there is some Axis web service publicly accessible over the Internet. Does not need to be very fancy > > Subject: > Re: SOAP data repeated