[ https://issues.apache.org/jira/browse/UIMA-1104?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12611588#action_12611588
]
Eddie Epstein commented on UIMA-1104:
-------------------------------------
Jerry,
Something wrong with the stats below. Scenario was:
service = Deploy_MeetingDetectorTAE_Sync_3Instances.xml
client = runremoteasyncae tcp://localhost:61616 MeetingDetectorTaeQueue -c ManyDocsCollectionReader.xml
-p 15 -f 100000
ManyDocsCollectionReader.xml is pointing a directory with a few thousand documents with sizes
ranging from 1000-10000 chars.
INFO: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Jul 8, 2008 9:51:31 AM org.apache.uima.aae.jmx.monitor.JmxMonitorListener run
INFO: Timestamp: 6,855 [ TutorialDateTime Annotator_Service Performance ] Idle 1,021 CASes
0 InQDepth 0 SCP Wait 0 CMgetNext 0
Jul 8, 2008 9:51:31 AM org.apache.uima.aae.jmx.monitor.JmxMonitorListener run
INFO: Timestamp: 6,855 [ Meeting Detector TAE_Service Performance ] Idle 1,022 CASes
0 InQDepth 0 SCP Wait 0 CMgetNext 0
Jul 8, 2008 9:51:31 AM org.apache.uima.aae.jmx.monitor.JmxMonitorListener run
INFO: Timestamp: 6,855 [ Room Number Annotator_Service Performance ] Idle 1,020 CASes
0 InQDepth 0 SCP Wait 0 CMgetNext 0
Jul 8, 2008 9:51:31 AM org.apache.uima.aae.jmx.monitor.JmxMonitorListener run
INFO: Timestamp: 6,855 [ Meeting Annotator_Service Performance ] Idle 1,020 CASes
0 InQDepth 0 SCP Wait 0 CMgetNext 0
Jul 8, 2008 9:51:31 AM org.apache.uima.aae.jmx.monitor.JmxMonitorListener run
INFO: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Jul 8, 2008 9:51:32 AM org.apache.uima.aae.jmx.monitor.JmxMonitorListener run
INFO: Timestamp: 7,889 [ TutorialDateTime Annotator_Service Performance ] Idle 1,032 CASes
7 InQDepth 0 SCP Wait 0 CMgetNext 0
Jul 8, 2008 9:51:32 AM org.apache.uima.aae.jmx.monitor.JmxMonitorListener run
INFO: Timestamp: 7,889 [ Meeting Detector TAE_Service Performance ] Idle 1,140 CASes
7 InQDepth 0 SCP Wait 24 CMgetNext 0
Jul 8, 2008 9:51:32 AM org.apache.uima.aae.jmx.monitor.JmxMonitorListener run
INFO: Timestamp: 7,889 [ Room Number Annotator_Service Performance ] Idle 1,032 CASes
7 InQDepth 0 SCP Wait 0 CMgetNext 0
Jul 8, 2008 9:51:32 AM org.apache.uima.aae.jmx.monitor.JmxMonitorListener run
INFO: Timestamp: 7,889 [ Meeting Annotator_Service Performance ] Idle 1,046 CASes
7 InQDepth 0 SCP Wait 0 CMgetNext 0
Jul 8, 2008 9:51:32 AM org.apache.uima.aae.jmx.monitor.JmxMonitorListener run
INFO: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Jul 8, 2008 9:51:33 AM org.apache.uima.aae.jmx.monitor.JmxMonitorListener run
INFO: Timestamp: 8,948 [ TutorialDateTime Annotator_Service Performance ] Idle 1,043 CASes
62 InQDepth 0 SCP Wait 0 CMgetNext 0
Jul 8, 2008 9:51:33 AM org.apache.uima.aae.jmx.monitor.JmxMonitorListener run
INFO: Timestamp: 8,948 [ Meeting Detector TAE_Service Performance ] Idle 41,553 CASes
65 InQDepth 9 SCP Wait 427 CMgetNext 0
Jul 8, 2008 9:51:33 AM org.apache.uima.aae.jmx.monitor.JmxMonitorListener run
INFO: Timestamp: 8,948 [ Room Number Annotator_Service Performance ] Idle 884 CASes
64 InQDepth 0 SCP Wait 0 CMgetNext 0
Jul 8, 2008 9:51:33 AM org.apache.uima.aae.jmx.monitor.JmxMonitorListener run
INFO: Timestamp: 8,948 [ Meeting Annotator_Service Performance ] Idle 1,051 CASes
61 InQDepth 0 SCP Wait 0 CMgetNext 0
Jul 8, 2008 9:51:33 AM org.apache.uima.aae.jmx.monitor.JmxMonitorListener run
> 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: uimaj-as-activemq-UIMA-1104-patch.txt, uimaj-as-core-UIMA-1104-patch-02.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.
|