From uima-dev-return-7728-apmail-incubator-uima-dev-archive=incubator.apache.org@incubator.apache.org Mon Jul 14 14:51:04 2008 Return-Path: Delivered-To: apmail-incubator-uima-dev-archive@locus.apache.org Received: (qmail 85745 invoked from network); 14 Jul 2008 14:51:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Jul 2008 14:51:03 -0000 Received: (qmail 21283 invoked by uid 500); 14 Jul 2008 14:50:56 -0000 Delivered-To: apmail-incubator-uima-dev-archive@incubator.apache.org Received: (qmail 21264 invoked by uid 500); 14 Jul 2008 14:50:56 -0000 Mailing-List: contact uima-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: uima-dev@incubator.apache.org Delivered-To: mailing list uima-dev@incubator.apache.org Received: (qmail 21245 invoked by uid 99); 14 Jul 2008 14:50:56 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Jul 2008 07:50:56 -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; Mon, 14 Jul 2008 14:50:09 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 781F2234C164 for ; Mon, 14 Jul 2008 07:50:33 -0700 (PDT) Message-ID: <1972571198.1216047033487.JavaMail.jira@brutus> Date: Mon, 14 Jul 2008 07:50:33 -0700 (PDT) From: "Jerry Cwiklik (JIRA)" To: uima-dev@incubator.apache.org Subject: [jira] Updated: (UIMA-1104) Need a monitor component for UIMA-AS services to capture performance metrics In-Reply-To: <808036218.1215437372603.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/UIMA-1104?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jerry Cwiklik updated UIMA-1104: -------------------------------- Attachment: uimaj-as-core-UIMA-1104-patch-08.txt Fixed the code that aggregates time spent waiting for CASes on a Cas Pool and a Shadow Cas Pool. > Need a monitor component for UIMA-AS services to capture performance metrics > ----------------------------------------------------------------------------- > > Key: UIMA-1104 > URL: https://issues.apache.org/jira/browse/UIMA-1104 > Project: UIMA > Issue Type: New Feature > Components: Async Scaleout > Reporter: Jerry Cwiklik > Attachments: idleWithRemote.txt, uimaj-as-activemq-UIMA-1104-patch-03.txt, uimaj-as-activemq-UIMA-1104-patch-04.txt, uimaj-as-activemq-UIMA-1104-patch-05.txt, uimaj-as-activemq-UIMA-1104-patch-06.txt, uimaj-as-activemq-UIMA-1104-patch-07.txt, uimaj-as-activemq-UIMA-1104-patch.txt, uimaj-as-core-UIMA-1104-patch-02.txt, uimaj-as-core-UIMA-1104-patch-03.txt, uimaj-as-core-UIMA-1104-patch-04.txt, uimaj-as-core-UIMA-1104-patch-05.txt, uimaj-as-core-UIMA-1104-patch-06.txt, uimaj-as-core-UIMA-1104-patch-08.txt, uimaj-as-core-UIMA-1104-patch.txt > > > In complex uima-as deployments it is hard to find bottlenecks which need scaleup. A JMX-based monitor is needed to collect runtime metrics from every uima-as service. The metrics must include idle time, queue depth, amount of time each service waits for a free CAS. The monitor should be an embeddable component that can be deployed in a java application. The monitor should allow custom formatting of metrics via pluggable extension. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.