Re: testing form upload performance

2009-08-05 Thread Tony Lotts
/installation.html to verify the same. Regards, -Original Message- From: Tony Lotts [mailto:tljme...@gmail.com] Sent: Wednesday, August 05, 2009 9:18 AM To: JMeter Users List Subject: Re: testing form upload performance Duplicate the HTTP traffic that the app generates, in JMeter

Re: testing form upload performance

2009-08-05 Thread SADAT ALI KHAN
thanks a lot Tony and Viswanathan for that... i had already recorded the scenario using Badboy and played it back in jmeter... however jmeter is not able to detect the applet download part and hence the problem... any suggestions on that ? thanks and regards Sadat Ali Khan

Re: testing form upload performance

2009-08-05 Thread Deepak Shetty
Hi already asked by tony what protocol does the applet use to upload the file? If you dont know you'll probably need to run wireshark to see what the applet is doing ... if http then it should have got recorded.. regards deepak On Wed, Aug 5, 2009 at 11:58 AM, SADAT ALI KHAN

Re: testing form upload performance

2009-08-05 Thread SADAT ALI KHAN
Deepak, i guess there are problems with the download of applet itself while recording and hence the non recording of the upload part ( which is done by the applet)... anyways thanks for the suggestion... i will run wireshark to see what is happening under the hood... thanks and regards Sadat Ali

Re: testing form upload performance

2009-08-05 Thread Deepak Shetty
The applet code is downloaded over http so that should be recorded fine... anyway see what you get with wireshark regards deepak On Wed, Aug 5, 2009 at 12:21 PM, SADAT ALI KHAN sadat.ali.k...@gmail.comwrote: Deepak, i guess there are problems with the download of applet itself while recording

Re: testing form upload performance

2009-08-04 Thread Tony Lotts
Duplicate the HTTP traffic that the app generates, in JMeter. Use the HTTP Request Sampler, or HTTP Request HTTP Client Sampler. If you do not have a spec of the HTTP POST that the app sends, use a packet sniffer such as Wireshark to analyze the HTTP traffic generated by the app. On Mon, Aug 3,

RE: testing form upload performance

2009-08-04 Thread Viswanathan Arunachalam
You can also download Live HTTP headers http://livehttpheaders.mozdev.org/installation.html to verify the same. Regards, -Original Message- From: Tony Lotts [mailto:tljme...@gmail.com] Sent: Wednesday, August 05, 2009 9:18 AM To: JMeter Users List Subject: Re: testing form upload

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 sadat.ali.k...@gmail.com 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

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 seb...@gmail.com wrote: On 28/07/2009, SADAT ALI KHAN sadat.ali.k...@gmail.com wrote: Hi users, I have an application which uploads pdf forms... an applet is picks a pdf

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...

testing form upload performance

2009-07-28 Thread SADAT ALI KHAN
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 applet download be a problem ? thanks and regards