- Timestamp:
- 11/22/11 21:27:07 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Services.Hive.Web/Hive-3.3/Status.aspx
r6993 r7047 7 7 <head runat="server"> 8 8 <title>HeuristicLab Hive Status Monitor</title> 9 <link rel="icon" type="image/ico" href="HeuristicLab.ico" >9 <link rel="icon" type="image/ico" href="HeuristicLab.ico" /> 10 10 </head> 11 11 <body> … … 24 24 <asp:Label ID="waitingJobsLabel" runat="server" /> 25 25 <br /> 26 Avg. CPU Utilization: 27 <asp:Label ID="cpuUtilizationLabel" runat="server" /> 28 <br /> 26 29 Slaves (CPU Utilization): 27 30 <asp:Label ID="slavesLabel" runat="server" /> 28 <br /> 29 Avg. CPU Utilization: 30 <asp:Label ID="cpuUtilizationLabel" runat="server" /> 31 <br /> 31 <br /> 32 32 <br /> 33 33 Days: 34 <asp:DropDownList ID="daysDropDownList" runat="server" AutoPostBack="True" OnSelectedIndexChanged="daysDropDownList_SelectedIndexChanged">34 <asp:DropDownList ID="daysDropDownList" runat="server" AutoPostBack="True"> 35 35 <asp:ListItem Value="1"></asp:ListItem> 36 36 <asp:ListItem Value="2"></asp:ListItem> … … 122 122 </asp:Chart> 123 123 <br /> 124 Speedup (ComputedMinutes/Minute)<br /> 125 <asp:Chart ID="speedupChartMinutes" runat="server" Palette="None" Width="1900px" 126 PaletteCustomColors="79, 129, 189"> 127 <Series> 128 <asp:Series ChartType="Area" Name="Speedup" XValueType="DateTime" YValueType="Double"> 129 </asp:Series> 130 <asp:Series BorderWidth="2" ChartArea="ChartArea1" 131 ChartType="Line" Color="185, 205, 150" Name="Cores"> 132 </asp:Series> 133 </Series> 134 <ChartAreas> 135 <asp:ChartArea BackColor="Black" BackHatchStyle="DottedGrid" BackSecondaryColor="0, 96, 43" 136 BorderColor="DarkGreen" BorderDashStyle="Dot" Name="ChartArea1"> 137 <AxisY Minimum="-5"> 138 <MajorGrid Enabled="False" /> 139 </AxisY> 140 <AxisX IntervalAutoMode="VariableCount" IntervalOffset="1" IntervalOffsetType="Hours" 141 IntervalType="Hours" IsLabelAutoFit="False" > 142 <MajorGrid Enabled="False" /> 143 <LabelStyle Format="d/M/yyyy HH:mm" IsStaggered="True" /> 144 </AxisX> 145 </asp:ChartArea> 146 </ChartAreas> 147 </asp:Chart> 148 <br /> 149 Speedup (ComputedHours/Hour)<br /> 150 <br /> 151 <asp:Chart ID="speedupChartHours" runat="server" Palette="None" Width="1900px" PaletteCustomColors="79, 129, 189"> 152 <Series> 153 <asp:Series ChartType="Area" Name="Speedup" XValueType="DateTime" 154 YValueType="Double"> 155 </asp:Series> 156 <asp:Series BorderWidth="2" ChartArea="ChartArea1" 157 ChartType="Line" Color="185, 205, 150" Name="Cores"> 158 </asp:Series> 159 </Series> 160 <ChartAreas> 161 <asp:ChartArea BackColor="Black" BackHatchStyle="DottedGrid" BackSecondaryColor="0, 96, 43" 162 BorderColor="DarkGreen" BorderDashStyle="Dot" Name="ChartArea1"> 163 <AxisY> 164 <MajorGrid Enabled="False" /> 165 </AxisY> 166 <AxisX IntervalAutoMode="VariableCount" IntervalOffset="1" IntervalOffsetType="Hours" 167 IntervalType="Hours" IsLabelAutoFit="False"> 168 <MajorGrid Enabled="False" /> 169 <LabelStyle Format="d/M/yyyy HH:mm" IsStaggered="True" /> 170 </AxisX> 171 </asp:ChartArea> 172 </ChartAreas> 173 </asp:Chart> 174 <br /> 124 <br /> 175 125 </div> 176 126 </form>
Note: See TracChangeset
for help on using the changeset viewer.