Question about calculating the latency

2007-11-22 Thread Thierry Boullet
Hello, I wonder what really represents latency in the results of Jmeter (sampler HTTP). I read in previous e-mails that it was the time (in milliseconds) to first response. I understand that it is the difference between the time of receiving the first http response packet and time of sending

Re: Question about calculating the latency

2007-11-22 Thread sebb
JMeter measures the latency from just before sending the request to just after the first response has been received. Thus the time includes all the processing needed to assemble the request as well as assembling the response, which in general will be longer than one byte. Wireshark measures the

Re: UserParameters.setValues blocking

2007-11-22 Thread sebb
This is a question for the JMeter user list; please post any follow-ups there. On 22/11/2007, Dmitry Kudrenko [EMAIL PROTECTED] wrote: Greetings, I use UserParameters to calculate, store variables which used on logical controllers. My test plan have a lot of places where these parameters are

RE: Proportioning of Request

2007-11-22 Thread Joseph Ribin Roy
hi sebb I have written a bean shell script which would return me 0,1,2 from the random generation. but the switch is not working fine. Its not sending request in expected order. I had read the issue in users mailing list. is it a bug so i thought of trying through put controller. i am

Re: Proportioning of Request

2007-11-22 Thread sebb
On 22/11/2007, Joseph Ribin Roy [EMAIL PROTECTED] wrote: Hi Sebb This is my function. I checked the values comming out for the switch it would be 0, 1, 2 . and i tried placing 3 request in simple controller also and also putting bean shell function inside __log(). but the order of

RE: Proportioning of Request

2007-11-22 Thread Joseph Ribin Roy
Hi Sebb This is my function. I checked the values comming out for the switch it would be 0, 1, 2 . and i tried placing 3 request in simple controller also and also putting bean shell function inside __log(). but the order of sending request is not correct

Re: Getting a problem while recording a session via Http proxy Server. Please Help.

2007-11-22 Thread sebb
On 22/11/2007, Momog [EMAIL PROTECTED] wrote: Since yesterday morning I am trying to record a session via http proxy server, but Jmeter does not record anything. Please help me. My test is as follows : Test Plan -Thread Group --HTTP Request Defaults [Server Name: localhost, Port: 80,

RE: Getting a problem while recording a session via Http proxy Server. Please Help.

2007-11-22 Thread Modha Khammammettu
http://jakarta.apache.org/jmeter/usermanual/jmeter_proxy_step_by_step.pd f I followed it to the letter and got it working. Did you do Tools - Internet options - Connections - Lan Settings - Click on Proxy Server and specify port there? In your test, To WorkBench Add- Non Test Element - HTTP

RE: 'Spread' for distributed testing

2007-11-22 Thread Sonam Chauhan
Oops sorry... the attached thread from the spread list did not come through, so here's a link to it: http://article.gmane.org/gmane.network.spread.user/2818 Thanks again Sebb for all your help! Best regards, Sonam Chauhan -- Corporate Express Australia Ltd. Phone: +61-2-93350725,

RE: 'Spread' for distributed testing

2007-11-22 Thread Sonam Chauhan
Hi again Sebb... This is an older thread? Anyway, I had a good discussion about this issue on the Spread list (email attached). The approach suggested there was a second process (not JMeter) read the JMeter disk logs and publishing them out the spread daemon in a bandwidth limited manner. This