Thick Client [Cookie problem]

2008-02-06 Thread Joseph Ribin Roy
Hi All, In My application will download and exe file from the server and install it in the local machines. This will then communicate with the server and downloads more data. All this communication is happening through a Thick Client; under the covers it makes use of HTTPS. I had to

Re: http sampler : truncated response

2008-02-06 Thread Benj
Hi, Finally I think I've found the origin of this problem. It's coming from a JSP error which seems to break connection, Thanks again. Regards, -- Bj sebb-2-2 wrote: I've now also tried using cURL to download the page, and that has exactly the same problem. I use a command of the

Remote Testing, RemoteListenerWrapper, Connection refused

2008-02-06 Thread Oliver Wulff
Hi there I've set up my jmeter server and client instances with JMeter 2.3.1 as it is described at the following page: http://jakarta.apache.org/jmeter/usermanual/remote-test.html When I start the test remotely I can see in the server log that the test has started but it looks like that the

Re: Thick Client [Cookie problem]

2008-02-06 Thread sebb
Use the Tree View Listener to see what cookies (if any) are being received and returned. The application probably has a login phase before the cookie will be sent by the server - is this happening? On 06/02/2008, Joseph Ribin Roy [EMAIL PROTECTED] wrote: Hi All, In My application

Re: http sampler : truncated response

2008-02-06 Thread sebb
OK, thanks for letting us know. On 06/02/2008, Benj [EMAIL PROTECTED] wrote: Hi, Finally I think I've found the origin of this problem. It's coming from a JSP error which seems to break connection, Thanks again. Regards, -- Bj sebb-2-2 wrote: I've now also tried using cURL to

Re: Remote Testing, RemoteListenerWrapper, Connection refused

2008-02-06 Thread sebb
On 06/02/2008, Oliver Wulff [EMAIL PROTECTED] wrote: Hi there I've set up my jmeter server and client instances with JMeter 2.3.1 as it is described at the following page: http://jakarta.apache.org/jmeter/usermanual/remote-test.html When I start the test remotely I can see in the server

grouping requests and getting reuse

2008-02-06 Thread Paul Rogers
I looked through the manual, but couldnt see a solution to this. Id like to be able to group requests so I can reuse them, so instead of having 20 get requests to images, I have a single item that will in turn call those 20 gets. so something like this, as a sort of pseudo test plan gropup

Re: grouping requests and getting reuse

2008-02-06 Thread sebb
Have you tried the Module Controller: http://jakarta.apache.org/jmeter/usermanual/component_reference.html#Module_Controller On 06/02/2008, Paul Rogers [EMAIL PROTECTED] wrote: I looked through the manual, but couldnt see a solution to this. Id like to be able to group requests so I can

Converting XML-JTL to CVS in python

2008-02-06 Thread Oliver Erlewein (DSLWN)
Hi all, Just wanted to share. Maybe somebody else has use for this. It is a Python script that translates the current (JMeter 2.3.1) XML-JTL output to CVS. It also translates the timestamp to something readable. And the JTL results can be filtered by a regular expression. It is somewhat input

Re: telnet to slave @ 1099 OK but Connection refused from jmeter-server

2008-02-06 Thread sebb
On 06/02/2008, David Brown [EMAIL PROTECTED] wrote: Hello sebb, thanks very much for your help which completely resolved the issue but opened yet another Pandora's Box. In a previous off-list communication to me you clarified an issue I was experiencing once I was able to invoke a full Test

RE: Converting XML-JTL to CVS in python

2008-02-06 Thread Sonam Chauhan
Hi Oliver - Thanks: this looks pretty valuable - do you mind adding it to the Log analysis section of the JMeter Wiki:? http://wiki.apache.org/jakarta-jmeter/LogAnalysis Some entries on the existing wiki page deal with JTL output format version 2.0. The log format your code deals with

Jmeter on MAC OS X

2008-02-06 Thread gorkhe
Has any one installed JMeter on Mac OS X? I am really new to both. Suggestions welcome.. thanks, gorkhe

RE: Converting XML-JTL to CVS in python

2008-02-06 Thread Oliver Erlewein (DSLWN)
Hi Sonam, Done. And I think the rest is answered by sebb's post. Cheers Oliver -Original Message- From: Sonam Chauhan [mailto:[EMAIL PROTECTED] Sent: Thursday, 7 February 2008 1:29 p.m. To: JMeter Users List Subject: RE: Converting XML-JTL to CVS in python Hi Oliver - Thanks: this