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 DDC4195A0 for ; Wed, 5 Oct 2011 13:00:55 +0000 (UTC) Received: (qmail 80046 invoked by uid 500); 5 Oct 2011 13:00:50 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 79872 invoked by uid 500); 5 Oct 2011 13:00:50 -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 79861 invoked by uid 99); 5 Oct 2011 13:00:50 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Oct 2011 13:00:50 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of knst.kolinko@gmail.com designates 209.85.212.45 as permitted sender) Received: from [209.85.212.45] (HELO mail-vw0-f45.google.com) (209.85.212.45) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Oct 2011 13:00:44 +0000 Received: by vws17 with SMTP id 17so1898805vws.18 for ; Wed, 05 Oct 2011 06:00:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=5piui/XEgDIRsjQapHJZlfR1YDwoWo9IV6R0DvkAUg0=; b=nZDYd9BCrukuaksvZL/gML8s8S1sH0d7dmhjh68wetsMCuHGCMtHOY4KfjgaIFnguA adjf1YQUMFm7wzecDuAt1ZBOD1yowV7Kj/OW98JK67SVDJutTkRPp/+A3/1RbK+Vy3O6 sD7q7JkEQm7kLxwlKIuq3BVycaK663Spi/UXM= MIME-Version: 1.0 Received: by 10.52.19.229 with SMTP id i5mr2302803vde.335.1317819623464; Wed, 05 Oct 2011 06:00:23 -0700 (PDT) Received: by 10.52.183.193 with HTTP; Wed, 5 Oct 2011 06:00:23 -0700 (PDT) In-Reply-To: <1317818044.95468.YahooMailNeo@web113901.mail.gq1.yahoo.com> References: <1317818044.95468.YahooMailNeo@web113901.mail.gq1.yahoo.com> Date: Wed, 5 Oct 2011 17:00:23 +0400 Message-ID: Subject: Re: Regarding Catalina/Tomcat MBeans attributes/operations description From: Konstantin Kolinko To: Tomcat Users List Content-Type: text/plain; charset=ISO-8859-1 2011/10/5 akshay hiremath : > Hi, > > Can anyone tell me where can I get the Catalina MBeans field description. > > I mean what exactly particular attribute of particular MBean is providing. > > e.g. In ThreadPool > > There are two attributes in Mbean "http-8080" > > 1. currentThreadCount > 2. currentThreadsBusy > > I'm not able to understand what each of these is doing. > > Can I get any documentation related to this? > > I checked the Tomcat documentation but there is not description of MBeans. If it is not in the docs, then read the source code. MBeans are defined by mbeans-descriptors.xml files, and are implemented by properties in Java objects represented by those beans. You are not saying what Tomcat version you are using. Best regards, Konstantin Kolinko --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org