Re: Large Portion of TCP Threads Timing Out Despite Quick Receipt of Correct Data

2009-08-03 Thread sebb
On 03/08/2009, eds2103 wrote: > > Nope, not sure. Why might it not be received? How could I make sure it is > sent? Please read: http://jakarta.apache.org/jmeter/usermanual/component_reference.html#TCP_Sampler "TCPClientImpl This implementation is fairly basic. When reading the response, it r

Re: testing form upload performance

2009-08-03 Thread SADAT ALI KHAN
Hi everyone,any help regarding this ? thanks and regards Sadat Ali Khan

Re: testing form upload performance

2009-08-03 Thread sebb
On 28/07/2009, SADAT ALI KHAN wrote: > Hi users, I have an application which uploads pdf forms... an > applet is picks a pdf from the client , zips it and then sends it to the > server... is it possible to simulate this multipart upload behavior through > jmeter ?... will the appl

Re: testing form upload performance

2009-08-03 Thread Tony Lotts
What protocol does the application under test use to upload the file? On Mon, Aug 3, 2009 at 11:25 AM, sebb wrote: > On 28/07/2009, SADAT ALI KHAN wrote: > > Hi users, I have an application which uploads pdf forms... an > > applet is picks a pdf from the client , zips it and then s

Re: testing form upload performance

2009-08-03 Thread SADAT ALI KHAN
@ sebb ---> i only want to test load simulation of concurrent uploads... i dont care about the applet behaviour... will give that jmeter proxy thing a try... @tony ---> it is an http multipart-form ulpload...

Invalid XML characters

2009-08-03 Thread Pieter Ennes
Hi, I have some weird binary data POSTed in a HTTP request, resulting in this XML in the .jmx: 30172 [...] Many XML parsers fail on this with a message: xmlParseCharRef: invalid xmlChar value 65535 If I understand XML 1.0 [1] correctly, then these are indeed outside of the allowed rang

Re: Invalid XML characters

2009-08-03 Thread sebb
On 04/08/2009, Pieter Ennes wrote: > Hi, > > I have some weird binary data POSTed in a HTTP request, resulting in this > XML in the .jmx: > >name="Argument.value">30172 [...] > > Many XML parsers fail on this with a message: > > xmlParseCharRef: invalid xmlChar value 65535 > > If I unders

Multiple Test Result Reports - JMeter with Ant

2009-08-03 Thread BK1985
Hi, I'm using the following approach to run multiple jmeter test plans with ant. (Ref: http://www.programmerplanet.org/pages/projects/jmeter-ant-task.php http://www.programmerplanet.org/pages/projects/jmeter-ant-task.php ) As it is specified in the above approach, it