이벤트 파싱 엔진의 구조 설계와 성능 분석

Architecture Modeling and Performance Analysis of Event Rule Engine

  • 윤태웅 (건국대학교 컴퓨터 정보통신공학과) ;
  • 민덕기 (건국대학교 컴퓨터 정보통신공학과)
  • 발행 : 2003.11.01

초록

In operating distributed systems, proactive management is one of the major concerns for better quality of service and future capacity planning. In order to handle this management problem effectively, it is necessary to analyze performances of the distributed system and events generated by components in the system. This paper provides a rule-based event parsing engine for proactive management. Our event parsing engine uses object hooking-based and event-token approaches. The object hooking-based approach prepares new conditions and actions in Java classes and allows dynamically exchange them as hook objects in run time. The event-token approach allows the event parsing engine consider a proper sequence and relationship among events as an event token to trigger an action. We analyze the performance of our event parsing engine with two different implementations of rule structure; one is table-based and the other is tree-based.

키워드