jianghuazhu commented on code in PR #6977:
URL: https://github.com/apache/ozone/pull/6977#discussion_r1692417443
##########
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:
My original intention was to display different types in statistics. For
example: DataNodes usages, Live Nodes, Decommissioning Nodes,......
Similar to the display in HDFS:

What do you think?
--
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]