source: trunk/web2/addons/job_monarch/templates/overview.tpl @ 552

Last change on this file since 552 was 547, checked in by ramonb, 16 years ago

job_monarch/overview.php:

  • set clusterimage height and width for Ext Window

job_monarch/libtoga.php:

  • added onclick call to node image map

job_monarch/js/jobgrid.js:

  • added seperate Window for ClusterImage?
  • added placeholder function for host selection in clusterimage
  • position window better

job_monarch/templates/overview.tpl:

job_monarch/templates/header.tpl:

File size: 2.5 KB
Line 
1<P>
2All tasks of parallel and array jobs appear as a single &lsquo;job&rsquo;.
3<BR></P>
4
5</FORM>
6
7<TABLE ALIGN=CENTER class="overview" cellpadding="5">
8
9<COL id="kol1">
10<COL id="kol2">
11<COL id="kol3">
12<COL id="kol4">
13
14<TR class="overview_header">
15<TD>Batch</TD>
16<TD>Jobs</TD>
17<TD>Nodes</TD>
18<TD>Cpus</TD>
19</TR>
20
21<TR class="overview_line">
22<TD class="blue">
23Capacity
24</TD>
25<TD class="blue">
26</TD>
27<TD class="blue">
28{avail_nodes}
29</TD>
30<TD class="blue">
31{avail_cpus}
32</TD>
33</TR>
34
35
36<TR class="overview">
37<TD class="red">
38Running
39</TD>
40<TD class="red">
41{running_jobs}
42</TD>
43<TD class="red">
44{running_nodes}
45</TD>
46<TD class="red">
47{running_cpus}
48</TD>
49</TR>
50
51<TR class="overview_line">
52<TD class="gray">
53Queued
54</TD>
55<TD class="gray">
56{queued_jobs}
57</TD>
58<TD class="gray">
59{queued_nodes}
60</TD>
61<TD class="gray">
62{queued_cpus}
63</TD>
64</TR>
65
66<TR class="overview">
67<TD class="brown">
68Total
69</TD>
70<TD class="brown">
71{total_jobs}
72</TD>
73<TD class="brown">
74{total_nodes}
75</TD>
76<TD class="brown">
77{total_cpus}
78</TD>
79</TR>
80
81<!-- START BLOCK : na_nodes -->
82<TR class="overview">
83<TD class="gray">
84Unavailable
85</TD>
86<TD class="gray">
87{na_jobs}
88</TD>
89<TD class="gray">
90{na_nodes}
91</TD>
92<TD class="gray">
93{na_cpus}
94</TD>
95</TR>
96<!-- END BLOCK : na_nodes -->
97
98<TR class="overview">
99<TD class="green">
100Free
101</TD>
102<TD class="green">
103</TD>
104<TD class="green">
105{free_nodes}
106</TD>
107<TD class="green">
108{free_cpus}
109</TD>
110</TR>
111
112<TR class="overview" id="selected">
113<TD>
114View
115</TD>
116<TD>
117{view_jobs}
118</TD>
119<TD>
120{view_nodes}
121</TD>
122<TD>
123{view_cpus}
124</TD>
125</TR>
126
127</TABLE>
128
129<BR>
130{rjqj_graph}
131
132  <TD ALIGN="CENTER"><CENTER>
133    <BR>
134<FONT class="footer">Last updated: {report_time}</FONT></CENTER>
135  </TD>
136
137  </TD>
138  <TD ALIGN="CENTER">
139    <IMG SRC="{pie}">
140  </TD>
141</TR>
142</TABLE>
143
144<BR>
145
146<div id="grid-example"></div>
147
148<!-- START BLOCK : showhosts -->
149<TABLE BORDER="0" WIDTH="100%">
150<TR>
151  <TD CLASS=title COLSPAN="2">
152  <FONT SIZE="-1">
153  Show Hosts:
154  yes<INPUT type=radio name="sh" value="1" OnClick="toga_form.submit();" {checked1}>
155  no<INPUT type=radio name="sh" value="0" OnClick="toga_form.submit();" {checked0}>
156  </FONT>
157  |
158  job <strong>{id}</strong> metric <strong>{metric}</strong>
159  |
160   <FONT SIZE="-1">
161   Columns&nbsp;&nbsp;{cols_menu}
162   </FONT>
163  </TD>
164</TR>
165   
166</TABLE>
167
168<CENTER>
169<TABLE>
170<TR>
171<!-- START BLOCK : sorted_list -->
172{metric_image}{br}
173<!-- END BLOCK : sorted_list -->
174</TR>
175</TABLE>
176
177<p>
178(Nodes colored by 1-minute load) | <A HREF="../../node_legend.html" ALT="Node Image egend">Legend</A>
179
180</CENTER>
181
182<!-- END BLOCK : showhosts -->
Note: See TracBrowser for help on using the repository browser.