Sha256: 97b84013ac891eb3bf6c4c012dbecd374dcfc25240ea87a724d346d0d470d2ce

Contents?: true

Size: 1.42 KB

Versions: 10

Compression:

Stored size: 1.42 KB

Contents

<table id="processes">
  <thead>
    <tr>
      <th></th>
      <th data-sort-by="count">Count&nbsp;<span class="sort-container"><span class="sort-up">&#9650;</span><span class="sort-down">&#9660;</span></span></th>
      <th data-sort-by="cpu">CPU %&nbsp;<span class="sort-container"><span class="sort-up">&#9650;</span><span class="sort-down">&#9660;</span></span></th>
      <th data-sort-by="memory">Memory&nbsp;<span class="sort-container"><span class="sort-up">&#9650;</span><span class="sort-down">&#9660;</span></span></th>
    </tr>
  </thead>
  <tbody></tbody>
</table>
<script id='process-template' type='text/x-handlebars-template'>
  <tr>
    <td>{{cmd}}</td>
    <td class="process">
      <span><svg class="chart" data-collector="{{cmd}}" data-type="count" data-instance-name=""></svg></span>
      <span class="chart_info" style="display:none"></span>
      <span class="latest_value">{{count}}</span>
    </td>
    <td class="process">
      <span><svg class="chart" data-collector="{{cmd}}" data-type="cpu" data-instance-name=""></svg></span>
      <span class="chart_info" style="display:none"></span>
      <span class="latest_value">{{cpu}}</span>
    </td>
    <td class="process">
      <span><svg class="chart" data-collector="{{cmd}}" data-type="memory" data-instance-name=""></svg></span>
      <span class="chart_info" style="display:none"></span>
      <span class="latest_value">{{memory}}</span>
    </td>
  </tr>
</script>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
scout_realtime-1.0.5 lib/scout_realtime/web/views/processes.erb
scout_realtime-1.0.4 lib/scout_realtime/web/views/processes.erb
scout_realtime-1.0.3 lib/scout_realtime/web/views/processes.erb
scout_realtime-1.0.3.pre lib/scout_realtime/web/views/processes.erb
scout_realtime-1.0.2 lib/scout_realtime/web/views/processes.erb
scout_realtime-1.0.1 lib/scout_realtime/web/views/processes.erb
scout_realtime-1.0.0 lib/scout_realtime/web/views/processes.erb
scout_realtime-0.5.5 lib/scout_realtime/web/views/processes.erb
scout_realtime-0.5.5.pre lib/scout_realtime/web/views/processes.erb
scout_realtime-0.5.4 lib/scout_realtime/web/views/processes.erb