浏览代码

HDFS-13902. Add JMX, conf and stacks menus to the datanode page. Contributed by fengchuang.

Brahma Reddy Battula 6 年之前
父节点
当前提交
b2432d254c
共有 1 个文件被更改,包括 4 次插入1 次删除
  1. 4 1
      hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/datanode/datanode.html

+ 4 - 1
hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/datanode/datanode.html

@@ -36,7 +36,10 @@
     <li class="dropdown">
       <a href="#" class="dropdown-toggle" data-toggle="dropdown">Utilities <b class="caret"></b></a>
       <ul class="dropdown-menu">
-        <li><a href="logs/">Logs</a></li>
+        <li><a href="logs">Logs</a></li>
+        <li><a href="jmx">Metrics</a></li>
+        <li><a href="conf">Configuration</a></li>
+        <li><a href="stacks">Process Thread Dump</a></li>
       </ul>
     </li>
   </ul>