Return-Path: X-Original-To: apmail-tomcat-dev-archive@www.apache.org Delivered-To: apmail-tomcat-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 462B810AAC for ; Thu, 11 Apr 2013 14:41:28 +0000 (UTC) Received: (qmail 20159 invoked by uid 500); 11 Apr 2013 14:41:27 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 20042 invoked by uid 500); 11 Apr 2013 14:41:26 -0000 Mailing-List: contact dev-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Developers List" Delivered-To: mailing list dev@tomcat.apache.org Received: (qmail 20028 invoked by uid 99); 11 Apr 2013 14:41:26 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Apr 2013 14:41:26 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.131] (HELO eos.apache.org) (140.211.11.131) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Apr 2013 14:41:25 +0000 Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id 4D4F0DF4 for ; Thu, 11 Apr 2013 14:41:05 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: Apache Wiki To: Apache Wiki Date: Thu, 11 Apr 2013 14:41:05 -0000 Message-ID: <20130411144105.56541.88629@eos.apache.org> Subject: =?utf-8?q?=5BTomcat_Wiki=5D_Update_of_=22FAQ/Monitoring=22_by_nevenc?= Auto-Submitted: auto-generated X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for ch= ange notification. The "FAQ/Monitoring" page has been changed by nevenc: http://wiki.apache.org/tomcat/FAQ/Monitoring?action=3Ddiff&rev1=3D14&rev2= =3D15 = Other plug-in-based monitoring software like Nagios or Icinga may need so= me help interacting with Tomcat's JMXProxyServlet. [[tools/check_jmxproxy.p= l]] is a Perl script that can be used with these tools to monitor Tomcat vi= a the JMXProxyServlet. = + =3D Exposing Tomcat application internals using JMX =3D + = + It is possible to write custom MBeans that expose your Tomcat application= internals through JMX. User-defined MBeans need to be registered with Tomc= at MBean server. Once registered, user can access MBean and observe user-de= fined attributes and call user-defined operations, e.g. + = + * JMX Bean: `Counter:type=3DCounterManager` + * Attributes: `currentTime`, `currentCount` + * Operations: `resetCounter`, `resetCounter(int)` + = + [[Example Application Exposing Internals Using JMX]] + = ---- [[CategoryFAQ]] =20 --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org