a lot of chenges
diff --git a/report_templates/report_ceph.html b/report_templates/report_ceph.html
index d597ced..4ac903b 100644
--- a/report_templates/report_ceph.html
+++ b/report_templates/report_ceph.html
@@ -10,10 +10,33 @@
 <div class="page-header text-center">
   <h2>Performance Report</h2>
 </div>
+
+<!--
+0) Menu
+1) Lab very short performance: max IOPS, max BW, EC2 VM count
+2) Engineering report
+3) boxplots
+4) BW/lat/IOPS = f(time) report
+5) Bottlneck/consumption reports
+6) Excessive lab info
+7) Report description
+-->
+
 <div class="container-fluid text-center">
+
     <div class="row" style="margin-bottom: 40px">
         <div class="col-md-12">
             <center>
+
+            <h4>Summary</h4>
+            <table style="width: auto;" class="table table-bordered table-striped">
+                <tr>
+                    <td>Compute count</td><td>computes</td>
+                    <td>OSD count</td><td>OSD count</td>
+                    <td>Total Ceph disks count</td><td>OSD_hdd_count</td>
+                </tr>
+            </table>
+
             <table><tr><td>
                 <H4>Random direct performance,<br>4KiB blocks</H4>
                 <table style="width: auto;" class="table table-bordered table-striped">
@@ -70,11 +93,11 @@
             </div>
             <center><br>
             <table><tr>
-                <td><img src="charts/rand_read_4k.{img_ext}" /></td>
-                <td><img src="charts/rand_write_4k.{img_ext}" /></td>
+                <td>{rand_read_4k}</td>
+                <td>{rand_write_4k}</td>
             </tr><tr>
-                <td><img src="charts/rand_read_16m.{img_ext}" /></td>
-                <td><img src="charts/rand_write_16m.{img_ext}" /></td>
+                <td>{rand_read_16m}</td>
+                <td>{rand_write_16m}</td>
             </tr></table>
             </center>
             </center>