Back to home page

OSCL-LXR

 
 

    


0001 <!--
0002 Licensed to the Apache Software Foundation (ASF) under one or more
0003 contributor license agreements.  See the NOTICE file distributed with
0004 this work for additional information regarding copyright ownership.
0005 The ASF licenses this file to You under the Apache License, Version 2.0
0006 (the "License"); you may not use this file except in compliance with
0007 the License.  You may obtain a copy of the License at
0008 
0009 http://www.apache.org/licenses/LICENSE-2.0
0010 
0011 Unless required by applicable law or agreed to in writing, software
0012 distributed under the License is distributed on an "AS IS" BASIS,
0013 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
0014 See the License for the specific language governing permissions and
0015 limitations under the License.
0016 -->
0017 
0018 <script id="stages-summary-template" type="text/html">
0019     <h4 id="summaryMetricsTitle" class="title-table"></h4>
0020     <div class="container-fluid">
0021         <div class="container-fluid">
0022             <table id="summary-metrics-table" class="table table-striped compact table-dataTable cell-border">
0023                 <thead>
0024                 <th>Metric</th>
0025                 <th>Min</th>
0026                 <th>25th percentile</th>
0027                 <th>Median</th>
0028                 <th>75th percentile</th>
0029                 <th>Max</th>
0030                 </thead>
0031                 <tbody>
0032                 </tbody>
0033             </table>
0034         </div>
0035     </div>
0036     <a id="aggregatedMetrics">
0037         <span class="expand-input-rate-arrow arrow-closed" id="arrowtoggle2"></span>
0038         <h4 class="title-table">Aggregated Metrics by Executor</h4>
0039     </a>
0040     <br>
0041     <div class="container-fluid" id="toggle-aggregatedMetrics" hidden>
0042         <div class="container-fluid">
0043             <table id="summary-executor-table" class="table table-striped compact table-dataTable cell-border">
0044                 <thead>
0045                 <th>Executor ID</th>
0046                 <th>Logs</th>
0047                 <th>Address</th>
0048                 <th>Task Time</th>
0049                 <th>Total Tasks</th>
0050                 <th>Failed Tasks</th>
0051                 <th>Killed Tasks</th>
0052                 <th>Succeeded Tasks</th>
0053                 <th>
0054           <span data-toggle="tooltip" data-placement="top"
0055                 title="Shows if this executor has been blacklisted by the scheduler due to task failures.">
0056             Blacklisted</span>
0057                 </th>
0058                 <th><span id="executor-summary-input">Input Size / Records</span></th>
0059                 <th><span id="executor-summary-output">Output Size / Records</span></th>
0060                 <th><span id="executor-summary-shuffle-read">Shuffle Read Size / Records</span></th>
0061                 <th><span id="executor-summary-shuffle-write">Shuffle Write Size / Records</span></th>
0062                 <th>Spill (Memory) </th>
0063                 <th>Spill (Disk) </th>
0064                 </thead>
0065                 <tbody>
0066                 </tbody>
0067             </table>
0068         </div>
0069     </div>
0070     <div class="container-fluid" id="accumulator-update-table">
0071         <h4 class="title-table">Accumulators</h4>
0072         <div class="container-fluid">
0073             <table id="accumulator-table" class="table table-striped compact table-dataTable cell-border">
0074                 <thead>
0075                 <th>ID</th>
0076                 <th>Name</th>
0077                 <th>Value</th>
0078                 </thead>
0079                 <tbody>
0080                 </tbody>
0081             </table>
0082         </div>
0083     </div>
0084     <h4 id="tasksTitle" class="title-table"></h4>
0085     <div class="container-fluid">
0086         <div class="container-fluid">
0087             <table id="active-tasks-table" class="table table-striped compact table-dataTable cell-border">
0088                 <thead>
0089                 <tr>
0090                     <th>Index</th>
0091                     <th>Task ID</th>
0092                     <th>Attempt</th>
0093                     <th>Status</th>
0094                     <th>Locality level</th>
0095                     <th>Executor ID</th>
0096                     <th>Host</th>
0097                     <th>Logs</th>
0098                     <th>Launch Time</th>
0099                     <th>Duration</th>
0100                     <th>GC Time</th>
0101                     <th>Scheduler Delay</th>
0102                     <th>Task Deserialization Time</th>
0103                     <th>Shuffle Read Blocked Time</th>
0104                     <th>Shuffle Remote Reads</th>
0105                     <th>Result Serialization Time</th>
0106                     <th>Getting Result Time</th>
0107                     <th>Peak Execution Memory</th>
0108                     <th>Accumulators</th>
0109                     <th>Input Size / Records</th>
0110                     <th>Output Size / Records</th>
0111                     <th>Write Time</th>
0112                     <th>Shuffle Write Size / Records</th>
0113                     <th>Shuffle Read Size / Records</th>
0114                     <th>Spill (Memory)</th>
0115                     <th>Spill (Disk)</th>
0116                     <th>Errors</th>
0117                 </tr>
0118                 </thead>
0119                 <tbody>
0120                 </tbody>
0121             </table>
0122         </div>
0123     </div>
0124 </script>