flowsummary-last-run.tl

20 lines | 909 B Blame History Raw Download
          <div class="panel panel-default">
						<div class="panel-heading">Resources</div>
            <table class="table table-striped table-bordered table-condensed">
              <tbody>
                <tr>
                  <td class="property-key">Max Map Slots</td>
                  <td class="property-value-half">{stats.maxMapSlots}</td>
                  <td class="property-key">Total Map Slots</td>
                  <td class="property-value-half">{stats.totalMapSlots}</td>
                </tr>
                <tr>
                  <td class="property-key">Max Reduce Slots</td>
                  <td class="property-value-half">{stats.maxReduceSlots}</td>
                  <td class="property-key">Total Reduce Slots</td>
                  <td class="property-value-half">{stats.totalReduceSlots}</td>
                </tr>
              </tbody>
            </table>
          </div>