Return-Path: X-Original-To: apmail-tomcat-users-archive@www.apache.org Delivered-To: apmail-tomcat-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 8A109CF48 for ; Tue, 4 Jun 2013 10:27:02 +0000 (UTC) Received: (qmail 33129 invoked by uid 500); 4 Jun 2013 10:26:59 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 32809 invoked by uid 500); 4 Jun 2013 10:26:58 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 32800 invoked by uid 99); 4 Jun 2013 10:26:58 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Jun 2013 10:26:58 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of lutischanf@gmail.com designates 209.85.212.173 as permitted sender) Received: from [209.85.212.173] (HELO mail-wi0-f173.google.com) (209.85.212.173) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Jun 2013 10:26:50 +0000 Received: by mail-wi0-f173.google.com with SMTP id hi5so3556155wib.6 for ; Tue, 04 Jun 2013 03:26:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=72SACWzFhDViqiw4VWPqFqEy65sdQzcnbVy/MI3Ue3s=; b=YDSgFQLHTYo+8dLg1Nvwa4T4/N0PQl1Gyyy65toMWQC7CLkMYDZyFo1D/wzjyGidrh WwZfHrixM74hl0j8KRPuP6u2abPPWLD216iwNstetMYyu9kbN0hMdPFDjAvWBGavmPAW HUiTtcGqU+pSRolDnoyaYVk05EYrMv/r8oBS56Wudp2ynySoeHlAozEW/o5+kTw/3wNw +5rubXCnZRyjvP8ipUuSGyDWMk6JeNPG/J89GcKFPfMiD1yP1ZkdOb/wMcMOxHIK381t 0zMUaM88COR/Ew/Ln2MTPMlDj2xG0q4K7f4L6uMeQ5soFihYGSrtET06uXmrHNKp58/Z AOPg== X-Received: by 10.180.187.170 with SMTP id ft10mr595799wic.51.1370341590851; Tue, 04 Jun 2013 03:26:30 -0700 (PDT) Received: from [10.159.20.8] (gprsc2b0e20d.pool.t-umts.hu. [194.176.226.13]) by mx.google.com with ESMTPSA id fv11sm1666257wic.11.2013.06.04.03.26.29 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 04 Jun 2013 03:26:30 -0700 (PDT) Message-ID: <51ADC0D2.4010107@gmail.com> Date: Tue, 04 Jun 2013 12:26:26 +0200 From: =?ISO-8859-2?Q?Lutisch=E1n_Ferenc?= User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130509 Thunderbird/17.0.6 MIME-Version: 1.0 To: users@tomcat.apache.org Subject: SlowQueryReport Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Dear Users, Please help to me: How to get SlowQueryReport statistics? I tried: Map map = SlowQueryReport.getPoolStats("java:comp/env/jdbc/xxx"); and Map map = SlowQueryReport.getPoolStats("xxx"); The result in both case was a null map. Thanks, Ferenc --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org