koder aka kdanilov | fd2cfa5 | 2015-05-20 03:17:42 +0300 | [diff] [blame^] | 1 | <!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> |