>see that there is / appended at the end of the pixel.(jmeter). Im not sure what you mean. Do you mean the URL has a forward /? If your original request doesnt have this , it is your web server which redirects you to a URL with a '/' (because your request was for a directory) - after which the default content for the directory is probably served . use follow redirects and view results tree listener to see
regards deepak On Tue, Jun 29, 2010 at 4:45 PM, nandu2008 <[email protected]> wrote: > > Thank you Deepak. > > Can I ask you one more q? > I see that there is / appended at the end of the pixel.(jmeter). > But, if I try it in a browser, I see that there is no / at the end. > Actually, we need to get the pixel without the / in jmeter. > > ps: I see that if I try www.google.com, there is a / at the end in both > jmeter and in browser window. > > thanks, > Bindu > > > > > nandu2008 wrote: > > > > Hey Deepak, > > > > Can I ask you one more q. > > So, I see the load time as expected, but again the latency is zero. > > So, I am assuming that the result is fine. > > Do you know whether the http_request/http client sampler will record > > latency?(Might be that it doesn't record latency). It is fine in > > > > Also, one more q. > > I am sending request for an http image pixel. > > But, I see that the response header field in sampler result(in listener > > "view tree") > > is http. But, the request field has the https url I mentioned. Does it > > mean that my test didn't run as it should be? > > > > It looks as follows: > > > > Response headers: > > HTTP/1.0 200 OK > > Content-Type: application/octet-stream > > Content-Length: 42 > > Allow: GET > > > > thanks again, > > Bindu > > > > > > nandu2008 wrote: > >> > >> hello all, > >> > >> I am testing an https image pixel. > >> So, I don't have any authentication like user name etc. > >> > >> Basically, I run this test on a mac amchine and teh result is good. > >> But, if I run it an a linux machine, I see that the latency is always > 0. > >> also, I see some INFO in the logs as follows: > >> > >> INFO - org.apache.commons.httpclient.HttpMethodDirector: I/O exception > >> (java.net.SocketException) caught when processing request: Connection > >> reset > >> INFO - org.apache.commons.httpclient.HttpMethodDirector: Retrying > >> request" > >> > >> What does that mean? > >> is that an error? is that the reason why i am not getting latency? > >> > >> any help is appreciated. > >> > >> thanks, > >> Bindu > >> > > > > > > -- > View this message in context: > http://old.nabble.com/jmeter---https--question-tp28997028p29029543.html > Sent from the JMeter - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >

