Return-Path: X-Original-To: apmail-jmeter-user-archive@www.apache.org Delivered-To: apmail-jmeter-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2AADA9E50 for ; Wed, 7 Mar 2012 01:35:55 +0000 (UTC) Received: (qmail 62754 invoked by uid 500); 7 Mar 2012 01:35:54 -0000 Delivered-To: apmail-jmeter-user-archive@jmeter.apache.org Received: (qmail 62573 invoked by uid 500); 7 Mar 2012 01:35:53 -0000 Mailing-List: contact user-help@jmeter.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "JMeter Users List" Delivered-To: mailing list user@jmeter.apache.org Received: (qmail 62558 invoked by uid 99); 7 Mar 2012 01:35:53 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Mar 2012 01:35:53 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of sebbaz@gmail.com designates 209.85.214.171 as permitted sender) Received: from [209.85.214.171] (HELO mail-tul01m020-f171.google.com) (209.85.214.171) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Mar 2012 01:35:45 +0000 Received: by obhx4 with SMTP id x4so8528600obh.2 for ; Tue, 06 Mar 2012 17:35:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=Ksq9pnwcNHRKY+yjpWskYvc9eyxhqf270y9wNDpXO/0=; b=gFF/3hpIcV6yEUo9Hn6Ahuj50L2h60gFHl11tlIfwgurfLZ+RFIRlCsPEKPtzMDdHN srS9t6XpsUwpJzF1P1UCQ3U+uQDsNhet/tPjlJvtv21+P5JQ/35pisPoSY1yBfjZ8SRh Y7YvwVaRp04HdPTBmP0qWDiTl+9gmwlayRoJkCMtJyX8o0t4DeitzHw8mUanEhwcu4AU Wc+dZZAtLnvD8QRKYjHlnP3DU+l3y8SGed7xwANGI0RsQzBLZzcb/9usdGHNCzYHE2ha voSAmYBUPfk3LlnMUpDS7LjSZv8dpMgIxvTBZPJ7M+WkqnSDFz9y3L8UcvRebnH6B93I dKdg== MIME-Version: 1.0 Received: by 10.182.86.201 with SMTP id r9mr95553obz.8.1331084124313; Tue, 06 Mar 2012 17:35:24 -0800 (PST) Received: by 10.182.85.5 with HTTP; Tue, 6 Mar 2012 17:35:24 -0800 (PST) In-Reply-To: References: <006801ccfbd4$62169f30$2643dd90$@gmail.com> Date: Wed, 7 Mar 2012 01:35:24 +0000 Message-ID: Subject: Re: Summary Report in JM2.6 shows Avg. Bytes only for main page From: sebb To: JMeter Users List Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org On 6 March 2012 20:25, sebb wrote: > On 6 March 2012 20:04, Robin D. Wilson wrote: >> In JMeter 2.4, the Summary Report showed Avg. Bytes as the total bytes for the sample and all sub-samples associated with it. In >> JM2.6 it appears that it now only shows the Avg. Bytes for the main sample, and none of the embedded resources. > > Looks like a bug - the parent sample total bytes = parent sample body > bytes = 1st sample body bytes > So the header bytes are being ignored as well. > >> Is there a way to alter this so that it shows the Avg. Bytes for the sample and all its sub-samples again? For certain types of >> tests, I really need to know the total number of bytes downloaded because of the request (sample). > > If you save the test data as XML the sizes of the embedded samples are > saved correctly, so you could potentially re-analyse from that. > > Otherwise it requires fixing the code. FIxed in SVN from r1297830 > As a work-round it might be possible to write a BSF/BSH PostProcessor > to fix up the size result field for any parent samples. --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@jmeter.apache.org For additional commands, e-mail: user-help@jmeter.apache.org