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 #552743] 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 #552773 is a reply to message #552743] 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:Units of performance measurement
Next Topic:Deploying SMILA with Eclipse 3.6
Goto Forum:
  


Current Time: Thu Apr 25 14:09:44 GMT 2024

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

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

Back to the top