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 86E0F182A6 for ; Fri, 21 Aug 2015 15:29:13 +0000 (UTC) Received: (qmail 60111 invoked by uid 500); 21 Aug 2015 15:26:03 -0000 Delivered-To: apmail-jmeter-user-archive@jmeter.apache.org Received: (qmail 57537 invoked by uid 500); 21 Aug 2015 15:26:01 -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 55528 invoked by uid 99); 21 Aug 2015 15:21:51 -0000 Received: from Unknown (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Aug 2015 15:21:51 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id D86AEDFD7B for ; Fri, 21 Aug 2015 15:21:50 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.88 X-Spam-Level: ** X-Spam-Status: No, score=2.88 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=3, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=disabled Authentication-Results: spamd1-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com Received: from mx1-us-west.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id 8O8syY6Jj4zU for ; Fri, 21 Aug 2015 15:21:45 +0000 (UTC) Received: from mail-ig0-f174.google.com (mail-ig0-f174.google.com [209.85.213.174]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with ESMTPS id A4A6120634 for ; Fri, 21 Aug 2015 15:21:44 +0000 (UTC) Received: by igui7 with SMTP id i7so16382137igu.0 for ; Fri, 21 Aug 2015 08:21:44 -0700 (PDT) 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=iL94ZBppIuVZjA85mCQyPezwohBgEnNc4Foe5g89smo=; b=THr1JgSaR1TrvRwcvI01jpkFrhtycD6UhE6uVICd/6Jh4q/ButNkHvZL6UEC6behvC xhzMg4kv7In4SQEKzMGX1HNo4HE5GeNVNLM7MYs4clGXIOGVeicfujMDmJoL2FhZKjDy T9hBSyEcXfxIbiEQGVtWJvt66csv3HgNEEcdkhypUyOOn9B73Cc+EIumdlqvaIPDEt3J 9f+/7Dvo7NtEUM+fUeatQEpC7vL+D/JydjIMdkVRtsp7JyNgM3bYwXPYoNMSMKXGd1VC nfZme0UyvBNXUQ39jT10c1iHU4ag1A/n1GTeq8h1xw3ZR02DnMA23y5gQ1fWsYP8RYDQ IJRA== MIME-Version: 1.0 X-Received: by 10.50.43.169 with SMTP id x9mr3136316igl.6.1440170503930; Fri, 21 Aug 2015 08:21:43 -0700 (PDT) Received: by 10.79.105.196 with HTTP; Fri, 21 Aug 2015 08:21:43 -0700 (PDT) In-Reply-To: References: Date: Fri, 21 Aug 2015 08:21:43 -0700 Message-ID: Subject: Re: http client timeout From: Deepak Shetty To: JMeter Users List Content-Type: multipart/alternative; boundary=089e01184b9a4d8be5051dd3d385 --089e01184b9a4d8be5051dd3d385 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hi behavior of http.socket.timeout is the same - it also measures inactivity I guess you have asked this question before. Short of your own code , I dont think this is directly possible in Jmeter (unless its possible in httpclient (but not this parameter) regards deepak On Fri, Aug 21, 2015 at 8:00 AM, Khan, Sadat A wrote: > responses from my application are sent in chunks thereby rendering per > sampler timeout not exactly useful for my use case=C5=A0 > > regards > > Sadat Ali Khan > > On 8/21/15 7:36 PM, "Deepak Shetty" wrote: > > >Hi > >any reason why the Timeout on the sampler wont work for you ?(Response > >Timeout text in HTTP Sampler) > >If you are using the httpclient implementation , then it should be > >possible > >to timeout the sampler the way you are doing it - Though youll need to > >verify for the version of httpclient you are using. > > > >regards > >deepak > > > >On Fri, Aug 21, 2015 at 3:08 AM, Khan, Sadat A > > >wrote: > > > >> anything on this , please ? > >> > >> From: Khan, Sadat A > >> Sent: Wednesday, August 12, 2015 5:20 PM > >> To: JMeter Users List > >> Subject: http client timeout > >> > >> hello, > >> I need to timeout http requests in my test plan, after a > >> certain period of time. Will setting the following property in > >> httpclient.parameters file do the trick ? > >> > >> http.socket.timeout$Integer > >> > >> regards > >> > >> Sadat Ali Khan > >> > >> > >> > >>***********************************************************************= ** > >>********************************************** > >> > >> This email message and any attachments are intended solely for the use > >>of > >> the addressee. If you are not the intended recipient, you are prohibit= ed > >> from reading, disclosing, reproducing, distributing, disseminating or > >> otherwise using this transmission. If you have received this message i= n > >> error, please promptly notify the sender by reply email and immediatel= y > >> delete this message from your system. This message and any attachments > >>may > >> contain information that is confidential, privileged or exempt from > >> disclosure. Delivery of this message to any person other than the > >>intended > >> recipient is not intended to waive any right or privilege. Message > >> transmission is not guaranteed to be secure or free of software viruse= s. > >> > >> > >>***********************************************************************= ** > >>********************************************** > >> > > > *************************************************************************= ********************************************** > > This email message and any attachments are intended solely for the use of > the addressee. If you are not the intended recipient, you are prohibited > from reading, disclosing, reproducing, distributing, disseminating or > otherwise using this transmission. If you have received this message in > error, please promptly notify the sender by reply email and immediately > delete this message from your system. This message and any attachments ma= y > contain information that is confidential, privileged or exempt from > disclosure. Delivery of this message to any person other than the intende= d > recipient is not intended to waive any right or privilege. Message > transmission is not guaranteed to be secure or free of software viruses. > > *************************************************************************= ********************************************** > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscribe@jmeter.apache.org > For additional commands, e-mail: user-help@jmeter.apache.org > > --089e01184b9a4d8be5051dd3d385--