Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Test and Performance Tools Platform (TPTP) » Examples on writing a log correlator?
Examples on writing a log correlator? [message #130020] Tue, 13 May 2008 21:29
Eclipse UserFriend
Originally posted by: Darren.Key.sas.com

If there is a better place for this question please let me know. I'm trying
to write a log correlator plugin for TPTP and I can't find much information.
I was able to create a plugin that connects to the
org.eclipse.hyades.analysis.engine.correlationEngine extension point with a
class that implements the ICorrelationEngine interface. When I start
Eclipse under the debugger I can create a new log correlation using my
plugin and I do see a call to my



public List correlate(List events, List rules,
ICorrelationOperationContext context)



method.



Unfortunately I can't find any information on what should be in the returned
List. The only doc I've found is what's in the javadoc that says "A
correlation operation associates groups of events based on interpreting
specialized correlation rules. The outcome is a list of event tuples."
Nothing I've tried to return so far has had any effect on the displayed
correlation. I always seem to end up with a time based correlation.



What should the returned List contain to indicate correlations? Are there
any examples? Should I be trying to extend
org.eclipse.tptp.platform.common.ui.trace.logInteractionView and implement
ILogRecordCorrelationEngine instead?



Thanks,

Darren Key
Previous Topic:Profiling Tomcat Servlet - No Events
Next Topic:Agent Controller fails to start on linux
Goto Forum:
  


Current Time: Fri Apr 26 01:37:15 GMT 2024

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

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

Back to the top