p4mon_machine_header.html #1

  • //
  • guest/
  • frank_compagner/
  • p4mon/
  • p4mon_machine_header.html
  • View
  • Commits
  • Open Download .zip Download (599 B)
<p>
<p class="header">$machine_type stats</p>
  <table cellspacing="0" border="1" width="100%" cellpadding="3">
    <tr class="table-index">
      <th align="left" width="15%">$machine_type</th>
      <th align="left" width="15%">Address</th>
      <th align="center" width="10%">Cpu&nbsp;1</th>
      <th align="center" width="10%">Cpu&nbsp;2</th>
      <th align="center" width="10%">Cpu&nbsp;3</th>
      <th align="center" width="10%">Cpu&nbsp;4</th>
      <th align="center" width="15%">Network</th>
      <th align="center" width="15%">Disk</th>
    </tr>

    $machine_stats

  </table>
<p/>
# Change User Description Committed
#1 6313 Frank Compagner Replaced p4_profiler_win by the p4mon script, which will give you much nicer html output, suitable for putting on a webserver.
Also refactored the script quite a bit and improved documentation.