Skip to content

Commit c9b69b2

Browse files
committed
Add README and root page.
1 parent c2d96ef commit c9b69b2

File tree

2 files changed

+31
-0
lines changed

2 files changed

+31
-0
lines changed

README.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
ActiveViam tools
2+
============
3+
4+
This repository regroups a series of tools developed by ActiveViam.
5+
6+
List of tools
7+
----------
8+
* [Flight Recording Analyzer](https://activeviam.github.io/flightrecording-analyzer/): Tool analyzing the CSV export of a Java Mission Control flight recording. This regroups the same method together, instead of splitting them by stack trace.
9+
* [ActiveViam Query Plan Analyzer](https://activeviam.github.io/queryplan-analyzer/): Inspect query plans printed by ActivePivot.

index.html

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8">
5+
<meta name="viewport" content="width=device-width">
6+
<title>ActiveViam tools</title>
7+
</head>
8+
<body>
9+
<h1>ActiveViam tools</h1>
10+
11+
<p>This repository regroups a series of tools developed by ActiveViam.</p>
12+
13+
<h2>List of tools</h2>
14+
<ul>
15+
<li>
16+
<a href="https://activeviam.github.io/flightrecording-analyzer/">Flight Recording Analyzer</a>: Tool analyzing the CSV export of a Java Mission Control flight recording. This regroups the same method together, instead of splitting them by stack trace.
17+
</li>
18+
<li>
19+
<a href="https://activeviam.github.io/queryplan-analyzer/">ActiveViam Query Plan Analyzer</a>: Inspect query plans printed by ActivePivot
20+
</li>
21+
</ul>
22+
</body>

0 commit comments

Comments
 (0)