Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 10870 invoked from network); 24 Apr 2008 13:56:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 24 Apr 2008 13:56:52 -0000 Received: (qmail 50587 invoked by uid 500); 24 Apr 2008 13:56:51 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 50564 invoked by uid 500); 24 Apr 2008 13:56:51 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 50524 invoked by uid 99); 24 Apr 2008 13:56:51 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Apr 2008 06:56:51 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Apr 2008 13:56:15 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 1A700234C102 for ; Thu, 24 Apr 2008 06:53:22 -0700 (PDT) Message-ID: <719921750.1209045202106.JavaMail.jira@brutus> Date: Thu, 24 Apr 2008 06:53:22 -0700 (PDT) From: "Bernt M. Johnsen (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Updated: (DERBY-3500) Implement a DatabaseMBean for monitoring of a database In-Reply-To: <945074277.1204811939649.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/DERBY-3500?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bernt M. Johnsen updated DERBY-3500: ------------------------------------ Attachment: DERBY-3500-v1.stat DERBY-3500-v1.diff Improved somewhat and added some replication mbeans. It is now possible to monitor the replication master buffer fill percent. Still no security nor javadoc. > Implement a DatabaseMBean for monitoring of a database > ------------------------------------------------------ > > Key: DERBY-3500 > URL: https://issues.apache.org/jira/browse/DERBY-3500 > Project: Derby > Issue Type: New Feature > Components: JMX > Reporter: Bernt M. Johnsen > Attachments: DERBY-3500-v0.diff, DERBY-3500-v0.png, DERBY-3500-v0.stat, DERBY-3500-v1.diff, DERBY-3500-v1.stat > > > Implement a DatabaseMBean for monitoring of a database. Example attributes > - various database properties > - disk writes pr. second > - disk reads pr. second > - data cache statistics > - statement cache statistics > - queries pr. second > etc. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.