After Cloning the project into your eclipse workspace you should be able to run it as an osgi bundle like all existing DQL plugins. By selecting the targetplatform _kieker4dql_ in the provided project _tools.descartes.dql.connector.kieker.releng.platform_,
all dependencies needed to run the adapter will be downloaded and included automatically. The adapter registers itself as a DQL connector unter the name _kieker_ which can now be chosen in the USING clause of DQL queries.
...
...
@@ -9,16 +10,18 @@ Additionally download a kieker distribution from the following location (the ada
http://kieker-monitoring.net/download/
## Running Example Queries
The project comes with two examples that can be found under _tools.descartes.dql.connector.kieker.examples_.
The **helloWorld example** shows monitoring and analysis with a simple jar application.
Just load the project into your new eclipse and set the path to your kieker distribution in the _helloWorld.properties_ file (see also [Adapter Configuration](#Adapter Configuration)).
Just load the project into your new eclipse and set the path to your kieker distribution in the _helloWorld.properties_ file (see also [Adapter Configuration](#config)).
Then run one of the *.dql files contained in the project by chosing _Run as -> DQL Launcher_.
The **JPetStore example** shows how Analysis can be done with logfiles that have not been produced by the adapter itself. These logfiles resulted during our evaluations with the JPetstore application and can be found in the _traceFiles_ folder of the project.
This example can be directly run without changing the properties file.
## Adapter Configuration
## <a name="config"></a> Adapter Configuration
If you want to change the behaviour of the adapter run you may edit a projects properties file. The following properties can be customized: