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

Last change on this file since 537 was 532, checked in by ramonb, 16 years ago

web2:

  • added Web 2.0 test branch
File size: 2.7 KB
RevLine 
[532]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<!-- INCLUDESCRIPT BLOCK : ci_script -->
134    <IMG SRC="{clusterimage}" USEMAP="#MONARCH_CLUSTER_BIG" BORDER="0">
135    <MAP NAME="MONARCH_CLUSTER_BIG">
136<!-- START BLOCK : node_clustermap -->
137{node_area_map}
138<!-- END BLOCK : node_clustermap -->
139    </MAP>
140    <BR>
141<FONT class="footer">Last updated: {report_time}</FONT></CENTER>
142  </TD>
143
144  </TD>
145  <TD ALIGN="CENTER">
146    <IMG SRC="{pie}">
147  </TD>
148</TR>
149</TABLE>
150
151<BR>
152
153<div id="grid-example"></div>
154
155<!-- START BLOCK : showhosts -->
156<TABLE BORDER="0" WIDTH="100%">
157<TR>
158  <TD CLASS=title COLSPAN="2">
159  <FONT SIZE="-1">
160  Show Hosts:
161  yes<INPUT type=radio name="sh" value="1" OnClick="toga_form.submit();" {checked1}>
162  no<INPUT type=radio name="sh" value="0" OnClick="toga_form.submit();" {checked0}>
163  </FONT>
164  |
165  job <strong>{id}</strong> metric <strong>{metric}</strong>
166  |
167   <FONT SIZE="-1">
168   Columns&nbsp;&nbsp;{cols_menu}
169   </FONT>
170  </TD>
171</TR>
172   
173</TABLE>
174
175<CENTER>
176<TABLE>
177<TR>
178<!-- START BLOCK : sorted_list -->
179{metric_image}{br}
180<!-- END BLOCK : sorted_list -->
181</TR>
182</TABLE>
183
184<p>
185(Nodes colored by 1-minute load) | <A HREF="../../node_legend.html" ALT="Node Image egend">Legend</A>
186
187</CENTER>
188
189<!-- END BLOCK : showhosts -->
Note: See TracBrowser for help on using the repository browser.