-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
25 lines (23 loc) · 914 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>ActiveViam tools</title>
</head>
<body>
<h1>ActiveViam tools</h1>
<p>This repository regroups a series of tools developed by ActiveViam.</p>
<h2>List of tools</h2>
<ul>
<li>
<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.
</li>
<li>
<a href="https://activeviam.github.io/atoti-query-analyser/">ActiveViam QueryViz</a>: Query plan analysis tool.
</li>
<li>
<a href="https://activeviam.github.io/queryplan-analyzer/">ActiveViam Query Plan Analyzer</a>: Inspect query plans printed by ActivePivot (no longer maintained).
</li>
</ul>
</body>