source: branches/0.4/web/addons/job_monarch/dwoo/compiled/templates/job_monarch/cluster_overview.tpl.d17.php @ 755

Last change on this file since 755 was 755, checked in by ramonb, 11 years ago
  • add Dwoo
  • Property svn:executable set to *
File size: 858 bytes
Line 
1<?php
2/* template head */
3/* end template head */ ob_start(); /* template body */ ?><table cellspacing=1 cellpadding=1 width="100%" border=0>
4 <tr><td>CPUs Total:</td><td align=left><B><?php echo $this->scope["cpu_num"];?></B></td></tr>
5 <tr><td width="60%">Hosts up:</td><td align=left><B><?php echo $this->scope["num_nodes"];?></B></td></tr>
6 <tr><td>Hosts down:</td><td align=left><B><?php echo $this->scope["num_dead_nodes"];?></B></td></tr>
7 <tr><td>&nbsp;</td></tr>
8 <tr><td colspan=2><font class="nobr">Current Load Avg (15, 5, 1m):</font><br>&nbsp;&nbsp;<b><?php echo $this->scope["cluster_load"];?></b></td></tr>
9 <tr><td colspan=2>Avg Utilization (last <?php echo $this->scope["range"];?>):<br>&nbsp;&nbsp;<b><?php echo $this->scope["cluster_util"];?></b></td></tr>
10 </table>
11<?php  /* end template body */
12return $this->buffer . ob_get_clean();
13?>
Note: See TracBrowser for help on using the repository browser.