lttng: Convert performance results from Derby to JSON
authorMarc-Andre Laperle <marc-andre.laperle@ericsson.com>
Tue, 8 Jul 2014 23:38:20 +0000 (19:38 -0400)
committerMarc-Andre Laperle <marc-andre.laperle@ericsson.com>
Wed, 30 Jul 2014 15:23:07 +0000 (11:23 -0400)
commita167a5655a14ae19bb52ac911bb34fb6923c53f5
tree56ee325e1367ea93b39a4fabdbd27d92d97cf2d2
parente9e2c5eea7aecac610ff73d9b536e89f8b05580b
lttng: Convert performance results from Derby to JSON

The performance tests and conversion can be executed from the command line:
mvn clean install -Pperformance

To connect to the database, additional properties have to be set.
See perf.database.loc and perf.config in
org.eclipse.linuxtools.lttng.alltests/pom.xml

A destination can also be specified with -DperfFilesDestination

Change-Id: I70b83b151d739eee7964cceef3f2b3d8078561b9
Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/29644
Tested-by: Hudson CI
Reviewed-by: Genevieve Bastien <gbastien+lttng@versatic.net>
org.eclipse.linuxtools.lttng.alltests/.gitignore [new file with mode: 0644]
org.eclipse.linuxtools.lttng.alltests/META-INF/MANIFEST.MF
org.eclipse.linuxtools.lttng.alltests/pom.xml [new file with mode: 0644]
org.eclipse.linuxtools.lttng.alltests/src/org/eclipse/linuxtools/lttng/alltests/Activator.java [new file with mode: 0644]
org.eclipse.linuxtools.lttng.alltests/src/org/eclipse/linuxtools/lttng/alltests/PerfResultsToJSon.java [new file with mode: 0644]
org.eclipse.linuxtools.lttng.target/lttng-e3.8.target
org.eclipse.linuxtools.lttng.target/lttng-e4.2.target
org.eclipse.linuxtools.lttng.target/lttng-e4.3.target
org.eclipse.linuxtools.lttng.target/lttng-e4.4.target
org.eclipse.linuxtools.lttng.target/lttng-eStaging.target
pom.xml
This page took 0.024925 seconds and 5 git commands to generate.