From dev-return-55394-apmail-httpd-dev-archive=httpd.apache.org@httpd.apache.org Sun Nov 05 12:26:13 2006 Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 57377 invoked from network); 5 Nov 2006 12:26:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Nov 2006 12:26:12 -0000 Received: (qmail 16249 invoked by uid 500); 5 Nov 2006 12:26:17 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 16189 invoked by uid 500); 5 Nov 2006 12:26:16 -0000 Mailing-List: contact dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 16177 invoked by uid 99); 5 Nov 2006 12:26:16 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 05 Nov 2006 04:26:16 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of SRS0=+hUq=ER=web.de=j.beyer@srs.kundenserver.de designates 212.227.126.188 as permitted sender) Received: from [212.227.126.188] (HELO moutng.kundenserver.de) (212.227.126.188) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 05 Nov 2006 04:26:04 -0800 Received: from [84.163.191.3] (helo=localhost) by mrelayeu.kundenserver.de (node=mrelayeu4) with ESMTP (Nemesis), id 0ML21M-1Ggh450yuJ-0006wc; Sun, 05 Nov 2006 13:25:43 +0100 Received: from localhost ([127.0.0.1]) by localhost with esmtp (Exim 4.60) (envelope-from ) id 1Ggh43-0004qg-Ua for dev@httpd.apache.org; Sun, 05 Nov 2006 13:25:27 +0100 Message-ID: <454DD837.2050900@web.de> Date: Sun, 05 Nov 2006 13:25:27 +0100 From: Joerg Beyer User-Agent: Thunderbird 1.5.0.7 (X11/20060922) MIME-Version: 1.0 To: dev@httpd.apache.org Subject: connections used with mod_dbd X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit X-Provags-ID: kundenserver.de abuse@kundenserver.de login:0dd23588a6058a73046922d934f0c26e X-Virus-Checked: Checked by ClamAV on apache.org Hi, I am experimenting with mod_dbd of apache-2.2.3. How could I tell (from within the apache) how many db connections I am using: a) right now b) at most Is nidle (of apr_reslist_t) the value that tell, how many ressources (db connections) are idle now and (ntotal-nidle) the value that tells how many db connections are used? thanks Joerg