Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » SeMantic Information Logistics Architecture (SMILA) » Units of performance measurement
Units of performance measurement [message #564986] Fri, 13 August 2010 11:04 Go to next message
SMILANewBee is currently offline SMILANewBeeFriend
Messages: 42
Registered: August 2010
Member
Hi,

we have recognized that we can measure executing variables. The interface CrawlerControllerPerformanceAgent doesn't tell us in which unit (seconds or milliseconds) the time is measured.
Re: Units of performance measurement [message #565067 is a reply to message #564986] Fri, 13 August 2010 13:19 Go to previous message
Daniel Stucky is currently offline Daniel StuckyFriend
Messages: 35
Registered: July 2009
Member
Hi,

the time is measured in milliseconds.
This information is not part of the interface documentation as there is no guarantee what unit an actual implementation uses.

However, there are usually annotations on the MBean implementation classes like @MeasureUnit("ms"). These are shown when using jconsole. Navigate to Smila/Crawlers/Total/Attributes. There you should see besides others
- AverageDeltaIndicesProcessingTime (ms)
- AverageRecordsProcessingTime (ms)

Bye,
Daniel
Previous Topic:Deploying SMILA with Eclipse 3.6
Next Topic:Units of performance measurement
Goto Forum:
  


Current Time: Tue Mar 19 10:17:05 GMT 2024

Powered by FUDForum. Page generated in 0.02127 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top