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 6C17D10305 for ; Wed, 20 Nov 2013 07:36:44 +0000 (UTC) Received: (qmail 1723 invoked by uid 500); 20 Nov 2013 07:36:43 -0000 Delivered-To: apmail-jmeter-user-archive@jmeter.apache.org Received: (qmail 1614 invoked by uid 500); 20 Nov 2013 07:36:41 -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 1593 invoked by uid 99); 20 Nov 2013 07:36:39 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Nov 2013 07:36:39 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of t1279k@gmail.com designates 209.85.219.47 as permitted sender) Received: from [209.85.219.47] (HELO mail-oa0-f47.google.com) (209.85.219.47) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Nov 2013 07:36:34 +0000 Received: by mail-oa0-f47.google.com with SMTP id k1so4905158oag.6 for ; Tue, 19 Nov 2013 23:36:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=BWCk8Zbx8E58f4wyBiz5W+MgXDOow59G5qGF1HWH1j0=; b=egGH6N7dDES0JMCAu3Eb4dQRk+W3nh4wpwOKw/vTULOmBEUCVk3LenSmQbPPpaiiWb nRqpfjlF05K317LEPVj1LdpuS9JQkx7+8P6hs7C3Iv3yPd8enUrPt51KqXQjhDye/1ok mqIdIAGAMJUbARVmfBvAEaoZA0O/H1SZr6w+pK2ndaVn2qk5/cVIVz7trMtZIaw6gTcS UHfyCf433m/zgZurmXKnA4dZ6H9Tvy5Zou6zqaEfxPs1/uSypkdfuoHVUESR8BGrCdbN PHsrD633pOzJEgCUVc3vAAWpfxzW1OJgH9XoywIVsDjVkSp5aSmmQglg2yLelDvQm1ZL wjuA== MIME-Version: 1.0 X-Received: by 10.60.145.136 with SMTP id su8mr28758592oeb.17.1384932973415; Tue, 19 Nov 2013 23:36:13 -0800 (PST) Received: by 10.60.170.51 with HTTP; Tue, 19 Nov 2013 23:36:13 -0800 (PST) Date: Wed, 20 Nov 2013 13:06:13 +0530 Message-ID: Subject: capturing request breakdown info in Jmeter From: Thirukumaran Kubendran To: JMeter Users List Content-Type: multipart/alternative; boundary=047d7b5d4842eb13ab04eb96d581 X-Virus-Checked: Checked by ClamAV on apache.org --047d7b5d4842eb13ab04eb96d581 Content-Type: text/plain; charset=ISO-8859-1 Hi In Fiddler we get the following info. ACTUAL PERFORMANCE -------------- ClientConnected: 12:37:49.364 ClientBeginRequest: 12:38:04.113 GotRequestHeaders: 12:38:04.113 ClientDoneRequest: 12:38:04.113 Determine Gateway: 0ms DNS Lookup: 0ms TCP/IP Connect: 0ms HTTPS Handshake: 0ms ServerConnected: 12:37:41.197 FiddlerBeginRequest: 12:38:04.113 ServerGotRequest: 12:38:04.113 ServerBeginResponse: 12:38:04.402 GotResponseHeaders: 12:38:04.402 ServerDoneResponse: 12:38:04.402 ClientBeginResponse: 12:38:04.402 ClientDoneResponse: 12:38:04.402 is it possible to capture this information in Jmeter. I am interested in how long the request spent on the server side ( ServerGotRequest- ServerBeginResponse). --047d7b5d4842eb13ab04eb96d581--