p4mon_machine_template.html #1

  • //
  • guest/
  • frank_compagner/
  • p4mon/
  • p4mon_machine_template.html
  • View
  • Commits
  • Open Download .zip Download (633 B)
<tr class="table2">
  <td valign="top">$machine_name</td>
  <td valign="top">$machine_address</td>
  <td valign="top" align="center" class="value_$style_machine_cpu1">$machine_cpu1</td>
  <td valign="top" align="center" class="value_$style_machine_cpu2">$machine_cpu2</td>
  <td valign="top" align="center" class="value_$style_machine_cpu3">$machine_cpu3</td>
  <td valign="top" align="center" class="value_$style_machine_cpu4">$machine_cpu4</td>
  <td valign="top" align="center" class="value_$style_machine_net">$machine_net MB/sec</td>
  <td valign="top" align="center" class="value_$style_machine_disk">$machine_disk%</td>
</tr>
# 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.