You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a stack trace parser for jQAssistant. It enables jQAssistant to scan and to analyze [Kieker](https://github.com/kieker-monitoring/kieker) trace event logs.
6
+
This is a [Kieker](https://github.com/kieker-monitoring/kieker) stack trace parser for [jQAssistant](https://jqassistant.org/).
7
+
It enables jQAssistant to scan and to analyze data from [Kieker](https://github.com/kieker-monitoring/kieker).
8
+
9
+
## Getting Started
10
+
11
+
Download the jQAssistant command line tool for your system: [jQAssistant - Get Started](https://jqassistant.org/get-started/).
12
+
13
+
Next download the latest version from the release tab. Put the `jqa-kieker-plugin-*.jar` into the plugins folder
14
+
of the jQAssistant commandline tool.
15
+
16
+
Now scan your configuration and wait for the plugin to finish:
17
+
18
+
```bash
19
+
jqassistant.sh scan -f
20
+
```
21
+
22
+
You can then start a local Neo4j server to start querying the database at [http://localhost:7474](http://localhost:7474):
0 commit comments