blob: c517ac9e9046d8ff6abb232b993cc58430744b15 [file] [log] [blame]
koder aka kdanilovfd2cfa52015-05-20 03:17:42 +03001<!DOCTYPE html>
2<html>
3 <head>
4 <title>Performance Report</title>
5 <link rel="stylesheet"
6 href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">
7 </head>
8 <body>
9 <div class="page-header text-center">
10 <h2>Performance Report</h2>
11 </div>
12
13 <!--
14 0) Menu
15 1) Lab very short performance: max IOPS, max BW, EC2 VM count
16 2) Engineering report
17 3) boxplots
18 4) BW/lat/IOPS = f(time) report
19 5) Bottlneck/consumption reports
20 6) Excessive lab info
21 7) Report description
22 -->
23
24 <div class="container-fluid text-center">
25 <div class="row" style="margin-bottom: 40px">
26 <div class="col-md-12">
27 <center>
28 {% block content %}{% endblock %}
29 </center>
30 </div>
31 </div>
32 </div>
33 </body>
34</html>