jianghuazhu commented on code in PR #6977:
URL: https://github.com/apache/ozone/pull/6977#discussion_r1692419411


##########
hadoop-hdds/server-scm/src/main/resources/webapps/scm/scm-overview.html:
##########
@@ -28,6 +28,16 @@ <h2>SCM Information</h2>
     </tbody>
 </table>
 
+<h2>Statistical</h2>
+<table class="table table-bordered table-striped">
+    <tbody>
+    <tr>
+        <td>DataNodes usages% (Min/Median/Max/stdDev)</td>
+        
<td>{{statistical.usages.min}}%/{{statistical.usages.medina}}%/{{statistical.usages.max}}%/{{statistical.usages.stdev}}%</td>
+    </tr>
+    </tbody>

Review Comment:
   I will submit some other patches to fill in other instances shown in the 
statistic.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to