You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Jerry Cwiklik (JIRA)" <de...@uima.apache.org> on 2013/11/02 18:38:18 UTC

[jira] [Updated] (UIMA-2518) UIMA-AS stats logged in uima.log are wrong

     [ https://issues.apache.org/jira/browse/UIMA-2518?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jerry Cwiklik updated UIMA-2518:
--------------------------------

    Fix Version/s:     (was: 2.4.2AS)

> UIMA-AS stats logged in uima.log are wrong
> ------------------------------------------
>
>                 Key: UIMA-2518
>                 URL: https://issues.apache.org/jira/browse/UIMA-2518
>             Project: UIMA
>          Issue Type: Bug
>          Components: Async Scaleout
>    Affects Versions: 2.4.0AS
>            Reporter: Jerry Cwiklik
>            Assignee: Jerry Cwiklik
>            Priority: Minor
>
> UIMA-AS aggregate service logs stats in uima log that seem not correct. Especially, process times seem bogus. Check how the process times are managed and reported. Also, check the validity of deserialization and serialization times as well. An example stats look as follows:
> 10:00:42.802 - 8: org.apache.uima.aae.controller.AggregateAnalysisEngineController_impl.logStats: INFO: Controller: [Test Aggregate TAE] Delegate <<NoOp>> Stats: 
> 	 Total Number CASes Processed: 10 
> 	 Total CAS Deserialization Time: 46.875 ms
> 	 Total CAS Serialization Time: 15.625 ms 
> 	 Total Time Spent In Analysis: 296.875 ms 
> 	 Max Serialization Time: 15.625 ms 
> 	 Max Deserialization Time: 15.625 ms 
> 	 Max Analysis Time: 234.375 ms 
> 	 Total Idle Time: 6,610.507 ms
> 10:00:42.818 - 8: org.apache.uima.aae.controller.AggregateAnalysisEngineController_impl.logStats: INFO: Controller: [Test Aggregate TAE] Delegate <<Test Aggregate TAE>> Stats: 
> 	 Total Number CASes Processed: 10 
> 	 Total CAS Deserialization Time: 15.625 ms
> 	 Total CAS Serialization Time: 62.5 ms 
> 	 Total Time Spent In Analysis: 109.375 ms 
> 	 Max Serialization Time: 15.625 ms 
> 	 Max Deserialization Time: 15.625 ms 
> 	 Max Analysis Time: 234.375 ms 
> 	 Total Idle Time: 1,949.922 ms
> The numbers reported dont add up. For example, the Max Analysis Time exceeds the Total Time Spent in Analysis which makes no sense. 



--
This message was sent by Atlassian JIRA
(v6.1#6144)