Return-Path: X-Original-To: apmail-hc-httpclient-users-archive@www.apache.org Delivered-To: apmail-hc-httpclient-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E7962D740 for ; Mon, 5 Nov 2012 20:22:50 +0000 (UTC) Received: (qmail 26062 invoked by uid 500); 5 Nov 2012 20:22:50 -0000 Delivered-To: apmail-hc-httpclient-users-archive@hc.apache.org Received: (qmail 25992 invoked by uid 500); 5 Nov 2012 20:22:49 -0000 Mailing-List: contact httpclient-users-help@hc.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "HttpClient User Discussion" Delivered-To: mailing list httpclient-users@hc.apache.org Received: (qmail 25982 invoked by uid 99); 5 Nov 2012 20:22:49 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Nov 2012 20:22:49 +0000 X-ASF-Spam-Status: No, hits=0.7 required=5.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [217.150.250.48] (HELO kalnich.nine.ch) (217.150.250.48) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Nov 2012 20:22:40 +0000 Received: from [192.168.1.147] (77-57-197-206.dclient.hispeed.ch [77.57.197.206]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by kalnich.nine.ch (Postfix) with ESMTPSA id DBA08B80205 for ; Mon, 5 Nov 2012 21:22:19 +0100 (CET) Message-ID: <1352146933.3718.9.camel@ubuntu> Subject: Re: PoolStats question From: Oleg Kalnichevski To: HttpClient User Discussion Date: Mon, 05 Nov 2012 21:22:13 +0100 In-Reply-To: <1352033063.63332.YahooMailNeo@web120804.mail.ne1.yahoo.com> References: <1350414715.2097.13.camel@ubuntu> <001e01cdac70$b4e84d10$1eb8e730$@com> <1350483082.28939.2.camel@ubuntu> <1350483966.28939.4.camel@ubuntu> <1352033063.63332.YahooMailNeo@web120804.mail.ne1.yahoo.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.6.0-0ubuntu3 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org On Sun, 2012-11-04 at 04:44 -0800, Mike Boyers wrote: > I'm upgrading to 4.2 from 4.1 and am wondering what the various definitions are for these methods in PoolStats: > > getLeased() persistent connections tracked by the connection manager currently being used to execute requests. > getPending() connection requests being blocked awaiting a free connection. This can happen only if there are more worker threads contending for fewer connections. > getAvailable() idle persistent connections. > getMax() > max number of allowed persistent connections. > Specifically, I want to know how many total connections are in the pool. Is that available + leased? > Yes, it is. Oleg > Thanks, > Mike > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: httpclient-users-unsubscribe@hc.apache.org > For additional commands, e-mail: httpclient-users-help@hc.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: httpclient-users-unsubscribe@hc.apache.org For additional commands, e-mail: httpclient-users-help@hc.apache.org