Skip to content

Development of Extraction Modules and Monitoring Daemons

annaeg edited this page Oct 30, 2014 · 7 revisions

Development of Extraction Modules

PET is a generic tool, that only provides a basic set of Extraction Modules. It is often necessary to develop a missing Extraction Module and Monitoring Daemons to configure PET for customized needs.

We created a template class for module developers to simplify the development. It is also often helpful to browse the sources of existing modules. PET uses Java Reflections to detect new Extraction Modules, so it is not necessary to modify any existing code.

To develop an own Extraction Module or Monitoring Daemon, copy the template class, and follow its instructions:

Template module class

Building instructions

Working with Eclipse

Clone this wiki locally