File tree Expand file tree Collapse file tree 6 files changed +22
-22
lines changed
hbase-server/src/main/resources/hbase-webapps/master Expand file tree Collapse file tree 6 files changed +22
-22
lines changed Original file line number Diff line number Diff line change 39
39
<tr >
40
40
<th >ServerName</th >
41
41
<th >State</th >
42
- <th >Start time</th >
42
+ <th class = " cls_dateTime " >Start time</th >
43
43
<th >Last contact</th >
44
44
<th >Version</th >
45
- <th >Requests Per Second</th >
46
- <th >Num. Regions</th >
45
+ <th class = " cls_separator " >Requests Per Second</th >
46
+ <th class = " cls_separator " >Num. Regions</th >
47
47
<% if (! master. isInMaintenanceMode() && master. getMasterCoprocessorHost() != null ) { % >
48
48
<% if (RSGroupUtil . isRSGroupEnabled(master. getConfiguration())) { % >
49
49
<th style =" vertical-align : middle ;" rowspan =" 2" >RSGroup</th >
Original file line number Diff line number Diff line change 34
34
<thead >
35
35
<tr >
36
36
<th >ServerName</th >
37
- <th >Num. Compacting Cells</th >
38
- <th >Num. Compacted Cells</th >
39
- <th >Remaining Cells</th >
37
+ <th class = " cls_separator " >Num. Compacting Cells</th >
38
+ <th class = " cls_separator " >Num. Compacted Cells</th >
39
+ <th class = " cls_separator " >Remaining Cells</th >
40
40
<th >Compaction Progress</th >
41
41
</tr >
42
42
</thead >
Original file line number Diff line number Diff line change 36
36
<thead >
37
37
<tr >
38
38
<th >ServerName</th >
39
- <th >Used Heap</th >
40
- <th >Max Heap</th >
41
- <th >Memstore Size</th >
39
+ <th class = " cls_filesize " >Used Heap</th >
40
+ <th class = " cls_filesize " >Max Heap</th >
41
+ <th class = " cls_filesize " >Memstore Size</th >
42
42
43
43
</tr >
44
44
</thead >
Original file line number Diff line number Diff line change 34
34
<thead >
35
35
<tr >
36
36
<th >ServerName</th >
37
- <th >Request Per Second</th >
38
- <th >Read Request Count</th >
39
- <th >Filtered Read Request Count</th >
40
- <th >Write Request Count</th >
37
+ <th class = " cls_separator " >Request Per Second</th >
38
+ <th class = " cls_separator " >Read Request Count</th >
39
+ <th class = " cls_separator " >Filtered Read Request Count</th >
40
+ <th class = " cls_separator " >Write Request Count</th >
41
41
</tr >
42
42
</thead >
43
43
<tbody >
Original file line number Diff line number Diff line change 35
35
<thead >
36
36
<tr >
37
37
<th >ServerName</th >
38
- <th >Num. Stores</th >
39
- <th >Num. Storefiles</th >
40
- <th >Storefile Size Uncompressed</th >
41
- <th >Storefile Size</th >
42
- <th >Index Size</th >
43
- <th >Bloom Size</th >
38
+ <th class = " cls_separator " >Num. Stores</th >
39
+ <th class = " cls_separator " >Num. Storefiles</th >
40
+ <th class = " cls_filesize " >Storefile Size Uncompressed</th >
41
+ <th class = " cls_filesize " >Storefile Size</th >
42
+ <th class = " cls_filesize " >Index Size</th >
43
+ <th class = " cls_filesize " >Bloom Size</th >
44
44
</tr >
45
45
</thead >
46
46
<tbody >
Original file line number Diff line number Diff line change 18
18
*/
19
19
--%>
20
20
21
- <script type =" text/javascript" src =" /static/js/vega@5.32.0 .min.js" ></script >
22
- <script type =" text/javascript" src =" /static/js/vega-lite@5.23.0 .min.js" ></script >
23
- <script type =" text/javascript" src =" /static/js/vega-embed@6.29.0 .min.js" ></script >
21
+ <script type =" text/javascript" src =" /static/js/vega.min.js" ></script >
22
+ <script type =" text/javascript" src =" /static/js/vega-lite.min.js" ></script >
23
+ <script type =" text/javascript" src =" /static/js/vega-embed.min.js" ></script >
24
24
25
25
<div id =" vis" style =" width :80% ;" ></div >
26
26
<script type =" text/javascript" >
You can’t perform that action at this time.
0 commit comments