Return-Path: Delivered-To: apmail-jakarta-jmeter-user-archive@www.apache.org Received: (qmail 67945 invoked from network); 29 Jan 2008 16:32:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 29 Jan 2008 16:32:50 -0000 Received: (qmail 11061 invoked by uid 500); 29 Jan 2008 16:32:36 -0000 Delivered-To: apmail-jakarta-jmeter-user-archive@jakarta.apache.org Received: (qmail 11039 invoked by uid 500); 29 Jan 2008 16:32:36 -0000 Mailing-List: contact jmeter-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "JMeter Users List" Reply-To: "JMeter Users List" Delivered-To: mailing list jmeter-user@jakarta.apache.org Received: (qmail 11025 invoked by uid 99); 29 Jan 2008 16:32:36 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Jan 2008 08:32:36 -0800 X-ASF-Spam-Status: No, hits=2.6 required=10.0 tests=DNS_FROM_OPENWHOIS,SPF_HELO_PASS,SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Jan 2008 16:32:22 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1JJtNf-00007j-2N for jmeter-user@jakarta.apache.org; Tue, 29 Jan 2008 08:32:15 -0800 Message-ID: <15163197.post@talk.nabble.com> Date: Tue, 29 Jan 2008 08:32:15 -0800 (PST) From: billf5293 To: jmeter-user@jakarta.apache.org Subject: Re: Object serialization and the JMeter proxy In-Reply-To: <25aac9fc0801251648x6a303790pec2e14d939a321dd@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: bfindeisen@hmstn.com References: <15096413.post@talk.nabble.com> <25aac9fc0801251648x6a303790pec2e14d939a321dd@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org Thanks for the reply. I am in the process of setting up the tests (have not actually run any tests). The proxy records the request from my applet and I can 'see' the serialized object in the post portion of the request but the proxy is not passing the object to the server correctly causing an error. In other words, the application will not run correctly through the proxy. On a side note I am also researching The Grinder as an option so if anyone has experience with a similar scenerio please let me know. Thanks. sebb-2-2 wrote: > > On 25/01/2008, billf5293 wrote: >> >> I have been assigned the task of load testing our entire suite of >> applications. We use html, jsp, and applets. Our applet communication >> is >> done mainly via URLConnections. We serialize a lot of objects using >> ObjectOutputStreams. >> >> What would be my best approach to setting up the test? > > JMeter proxy or perhaps BadBoy. > >> I really would like to use the JMeter proxy and am able to 'see' the >> serialized object in the post portion of the analysis but the object is >> not >> making it to the server. > > Are you saying that the JMeter proxy works OK with the browser, but > when re-running the test it does not work? > > Or does the proxy record the request but that does not make it to the > server? > >> If I cannot use the proxy is my best bet to output the objects to files >> to >> send. If so can I somehow automate this (we have a very large and >> complex >> applications and hand coding all the requests would be a nightmare). >> > > Another possibility might be to use one of the browser addons that > capture the traffic, or a standalone proxy. > > There are some pages on the JMeter Wiki about these (does not seem to > available just at present - I think there was some server reconfig due > to happen today) > > >> Thanks in advance! >> -- >> View this message in context: >> http://www.nabble.com/Object-serialization-and-the-JMeter-proxy-tp15096413p15096413.html >> Sent from the JMeter - User mailing list archive at Nabble.com. >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org >> For additional commands, e-mail: jmeter-user-help@jakarta.apache.org >> >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org > For additional commands, e-mail: jmeter-user-help@jakarta.apache.org > > > -- View this message in context: http://www.nabble.com/Object-serialization-and-the-JMeter-proxy-tp15096413p15163197.html Sent from the JMeter - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: jmeter-user-help@jakarta.apache.org