Return-Path: Delivered-To: apmail-jakarta-commons-user-archive@www.apache.org Received: (qmail 65515 invoked from network); 14 Nov 2005 13:29:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 14 Nov 2005 13:29:53 -0000 Received: (qmail 30458 invoked by uid 500); 14 Nov 2005 13:29:46 -0000 Delivered-To: apmail-jakarta-commons-user-archive@jakarta.apache.org Received: (qmail 30420 invoked by uid 500); 14 Nov 2005 13:29:46 -0000 Mailing-List: contact commons-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Jakarta Commons Users List" Reply-To: "Jakarta Commons Users List" Delivered-To: mailing list commons-user@jakarta.apache.org Received: (qmail 30403 invoked by uid 99); 14 Nov 2005 13:29:46 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Nov 2005 05:29:46 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of sebbaz@gmail.com designates 64.233.182.204 as permitted sender) Received: from [64.233.182.204] (HELO nproxy.gmail.com) (64.233.182.204) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Nov 2005 05:29:37 -0800 Received: by nproxy.gmail.com with SMTP id o60so232094nfa for ; Mon, 14 Nov 2005 05:29:24 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=X7OFl4cC23L14Vko2dzgvHP4Bhk/Vgbme8bP0BS7bM49uEq9s/weGyxTXsmbh9QpdN4yYDKNXet3tOZ7BJeJHZBUcRv4MLYTMbBshHwzj1o/CLnECAB07dLQGBy3hW0uo1fkN1g4aMdCFY+fHbUNSeqdsMmoAz5z6nh+QwBDf6Y= Received: by 10.48.239.18 with SMTP id m18mr213818nfh; Mon, 14 Nov 2005 05:29:24 -0800 (PST) Received: by 10.48.30.17 with HTTP; Mon, 14 Nov 2005 05:29:24 -0800 (PST) Message-ID: <25aac9fc0511140529h4753fcfev@mail.gmail.com> Date: Mon, 14 Nov 2005 13:29:24 +0000 From: sebb To: Jakarta Commons Users List Subject: [HTTPClient] Simulating slow connections MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Is there any way to simulate slow network connections in HttpClient? We use it in JMeter, and a user has asked if JMeter can support emulation of slow, e.g. dial-up modem connections. JMeter test plans can of course include timers, but that is not quite the same. For example the connections would still only be active for short periods. Just wondering if there is an option to slow down the connections at a much lower level? We did something similar in Perl by putting waits into the low-level read/write method. Or is this something that needs to be done by JMeter? S. --------------------------------------------------------------------- To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-user-help@jakarta.apache.org