Return-Path: Delivered-To: apmail-jakarta-jmeter-user-archive@www.apache.org Received: (qmail 2657 invoked from network); 12 Apr 2010 20:46:31 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 12 Apr 2010 20:46:31 -0000 Received: (qmail 87332 invoked by uid 500); 12 Apr 2010 20:46:30 -0000 Delivered-To: apmail-jakarta-jmeter-user-archive@jakarta.apache.org Received: (qmail 87305 invoked by uid 500); 12 Apr 2010 20:46:30 -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 87297 invoked by uid 99); 12 Apr 2010 20:46:30 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Apr 2010 20:46:30 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of shettyd@gmail.com designates 209.85.222.194 as permitted sender) Received: from [209.85.222.194] (HELO mail-pz0-f194.google.com) (209.85.222.194) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Apr 2010 20:46:23 +0000 Received: by pzk32 with SMTP id 32so1199680pzk.31 for ; Mon, 12 Apr 2010 13:46:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:received:message-id:subject:from:to:content-type; bh=Q4tPCmOjLdu9RLyUt9aO1m+Rhl0BRCY911hJUgMgH5Q=; b=X8m3fKjYSUV/JTEyFfcgSon+B7MCZXV5WCMs2/AzXWfwTY/FsU4owrwZLzNPXstYBr hPWFxAj7pEoHvy64dgeDSpa1u4pdJaLUfIPr2byFVN2sJsJhWhFMswnixMi8p4oejFek DQSO8HP+HZP/ErGwhTWjUDRyAXcIzUN2hSW/I= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=wVP+sJD4PRmQ/H4Dexw4HyiQTSWD/R+PdGYhi5SKU34NcOvEO2k1/Pp10EHKl1N8L+ bGr/w9t8yUAJGYVebEXcQkHSW6djmmzir5hIa14heKDtwqYKXay2XLJhKcxids+HGq3l g6L9C7u2+8sB8PQa57q+Lj3jAweGxAVM+E824= MIME-Version: 1.0 Received: by 10.140.133.4 with HTTP; Mon, 12 Apr 2010 13:46:01 -0700 (PDT) In-Reply-To: <7E5BA97979F8C449A040FAED4F68127E49203F3892@EXCHANGE.ad.ctcgsc.org> References: <8ffb00ae0808211223l27e1a255q879ab3a08f9eef68@mail.gmail.com> <25aac9fc0809181730yc44495ew781164213c2a7bfe@mail.gmail.com> <25aac9fc0809211627h34d07491pf6e45b8b01aad84@mail.gmail.com> <21370797.post@talk.nabble.com> <25aac9fc0901091539i942c60ar9ef11622fb054be1@mail.gmail.com> <28204452.post@talk.nabble.com> <7E5BA97979F8C449A040FAED4F68127E49203F37CE@EXCHANGE.ad.ctcgsc.org> <7E5BA97979F8C449A040FAED4F68127E49203F3892@EXCHANGE.ad.ctcgsc.org> Date: Mon, 12 Apr 2010 13:46:01 -0700 Received: by 10.141.88.6 with SMTP id q6mr4268979rvl.218.1271105161120; Mon, 12 Apr 2010 13:46:01 -0700 (PDT) Message-ID: Subject: Re: Flex load testing From: Deepak Shetty To: JMeter Users List Content-Type: multipart/alternative; boundary=000e0cd13a7099cea90484103b86 X-Virus-Checked: Checked by ClamAV on apache.org --000e0cd13a7099cea90484103b86 Content-Type: text/plain; charset=ISO-8859-1 Use a transaction controller to group requests regards deepak On Mon, Apr 12, 2010 at 1:43 PM, Hoffman, Matthew S wrote: > Thank you.. I downloaded Fiddler2 and it did capture all the same data > that's in the requests. The response does show a XML export of the data. > It seems that its still loading way too fast. The Flex page has 5 > different requests that are generated for the overall page. Each request is > a component with a report like a dashboard. If there was a way I can group > all these and get a response for them all as a whole, then that might be > more realistic. > > > > > -----Original Message----- > From: Deepak Shetty [mailto:shettyd@gmail.com] > Sent: Monday, April 12, 2010 4:06 PM > To: JMeter Users List > Subject: Re: Flex load testing > > Hi > these are the requests that will download the file (which is a static file > download and will be fast). > If you perform some operations which call server side components then > additional calls should get recorded , then the problem is there. You can > cross check with something like fiddler , what requests your flex app is > making. > > regards > deepak > > On Mon, Apr 12, 2010 at 12:31 PM, Hoffman, Matthew S >wrote: > > > I setup my test like the following.. > > > http://vishnuagrawal.blogspot.com/2009/04/use-jmeter-to-load-test-flex.html > > > > I did get some response but the .binary wasn't in the bin folder. It > > recorded a .swf file and 5 other requests that were all components in the > > FLEX. The response times are really fast and unrealistic. What am I > doing > > wrong? > > > > Thanks Matt > > > > ------------------------------------------------------------ > > This message and any files transmitted within are intended > > solely for the addressee or its representative and may > > contain company sensitive information. If you are not the > > intended recipient, notify the sender immediately and delete > > this message. Publication, reproduction, forwarding, or > > content disclosure is prohibited without the consent of the > > original sender and may be unlawful. > > > > Concurrent Technologies Corporation and its Affiliates. > > www.ctc.com 1-800-282-4392 > > ------------------------------------------------------------ > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org > > For additional commands, e-mail: jmeter-user-help@jakarta.apache.org > > > > > > ------------------------------------------------------------ > This message and any files transmitted within are intended > solely for the addressee or its representative and may > contain company sensitive information. If you are not the > intended recipient, notify the sender immediately and delete > this message. Publication, reproduction, forwarding, or > content disclosure is prohibited without the consent of the > original sender and may be unlawful. > > Concurrent Technologies Corporation and its Affiliates. > www.ctc.com 1-800-282-4392 > ------------------------------------------------------------ > > --------------------------------------------------------------------- > To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org > For additional commands, e-mail: jmeter-user-help@jakarta.apache.org > > --000e0cd13a7099cea90484103b86--