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 5D84817869 for ; Fri, 27 Mar 2015 07:19:27 +0000 (UTC) Received: (qmail 75893 invoked by uid 500); 27 Mar 2015 07:19:26 -0000 Delivered-To: apmail-jmeter-user-archive@jmeter.apache.org Received: (qmail 75856 invoked by uid 500); 27 Mar 2015 07:19:26 -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 75845 invoked by uid 99); 27 Mar 2015 07:19:25 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 Mar 2015 07:19:25 +0000 X-ASF-Spam-Status: No, hits=1.7 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of hemantsonu20@gmail.com designates 74.125.82.46 as permitted sender) Received: from [74.125.82.46] (HELO mail-wg0-f46.google.com) (74.125.82.46) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 Mar 2015 07:18:59 +0000 Received: by wgra20 with SMTP id a20so89219198wgr.3 for ; Fri, 27 Mar 2015 00:17:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=y8sS0Jnp920bljhhNi4yFZvQISAa/B6kE6yD0+z2XBM=; b=vw6rjvhONb7GOdcgwd52OJ0fPEYXdkbBJNgekChi9lOvM5191Vd5HjZ0/WBR8ArshU 9cM8EDOIotPtHdQNSm4GqlFVwJu8pQyJelOmbcyW0uYoIO9wsgpnfPyzfZ5oBnDZuUKy 0gge7rgIf/KqTYTLzivVVO5wRMK9aCMLgseCjlc1Y10I60d9oL42XUfwMkugGTN/zW9o XB8Dq4W1noq3Zq+IYDv6UKws4mOowaM8KAwDdlQlEiI7kpcnj1fOGy1DiZquDsfiWyrP 5CrIsep9N0oLK2qsgQdRpSIVKuBTHdYJ9NGN/hSTy4ZV48ldQ1YqgVhYgK6A8AP8wnWE qQBw== X-Received: by 10.180.8.69 with SMTP id p5mr26359267wia.69.1427440647749; Fri, 27 Mar 2015 00:17:27 -0700 (PDT) MIME-Version: 1.0 Received: by 10.194.70.135 with HTTP; Fri, 27 Mar 2015 00:17:07 -0700 (PDT) In-Reply-To: References: From: Pratapi Hemant Patel Date: Fri, 27 Mar 2015 12:47:07 +0530 Message-ID: Subject: Re: Response Time Split Up To: JMeter Users List Content-Type: multipart/alternative; boundary=f46d044283b6bf434005123fecf5 X-Virus-Checked: Checked by ClamAV on apache.org --f46d044283b6bf434005123fecf5 Content-Type: text/plain; charset=ISO-8859-1 Hi, You can use BeanShell Listener/Jsr223 Listener In which you can access JMeter api. For example in JSR223 Listener, SampleResult[] subResults = sampleResult.getSubResults(); for(int i=0; i wrote: > Hi ALL, > > > > We are using JMeter 2.11 for doing detailed performance analysis of a web > application. > > > > There are multiple embedded resources (js/css) in a good number of web > pages. Though we exclude them while recording, when we replay the server > still responds by automatically a good number of these embedded resources > too. > > > > Thus, to analyze the response time details further, we feel the need of the > breakdown of response time of each hit. So, is there a way in JMeter where > we can get the response time split up of each of this hit separately along > with the total response time (elapsed time) of the http GET call. > > > > Do feel free to let us know if you need any other details. > > > Thanks, > > Devath > --f46d044283b6bf434005123fecf5--