| koder aka kdanilov | 4af1c1d | 2015-05-18 15:48:58 +0300 | [diff] [blame] | 1 | <!DOCTYPE html> | 
|  | 2 | <html> | 
|  | 3 | <head> | 
|  | 4 | <title>Report</title> | 
|  | 5 | <link rel="stylesheet" | 
|  | 6 | href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css"> | 
|  | 7 | </head> | 
|  | 8 |  | 
|  | 9 | <body> | 
|  | 10 | <div class="page-header text-center"> | 
|  | 11 | <h2>IOPS vs Block size</h2> | 
|  | 12 | </div> | 
|  | 13 | <div class="container-fluid text-center"> | 
|  | 14 |  | 
|  | 15 | <div class="row" style="margin-bottom: 40px"> | 
|  | 16 | <div class="col-md-12"> | 
|  | 17 | <center> | 
|  | 18 | <H3>{descr[oper_descr]} VM_COUNT:{descr[vm_count]} Thread per vm:{descr[concurence]}</H3> <br> | 
|  | 19 | <table><tr> | 
|  | 20 | <td>{iops_vs_size}</td> | 
|  | 21 | <td>{iotime_vs_size}</td> | 
|  | 22 | </tr> | 
|  | 23 | </center> | 
|  | 24 | </div> | 
|  | 25 | </div> | 
|  | 26 | </div> | 
|  | 27 | </body> | 
|  | 28 |  | 
|  | 29 | </html> |