- Timestamp:
- 12/11/12 16:27:46 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Services.Hive.Web/Hive-3.3/Status.aspx
r9023 r9025 37 37 <asp:Label ID="slavesLabel" runat="server" /> 38 38 <br /> 39 Groups: 40 <asp:Label ID="groupsLabel" runat="server" /> 41 <br /> 39 42 <br /> 40 43 Number of Calculating Tasks by User:<asp:Table ID="calculatingTasksByUserTable" runat="server" GridLines="Both"> … … 74 77 <br /> 75 78 Avg. CPU Utilization History of all Slaves<br /> 76 <asp:Chart ID="cpuUtilizationChart" runat="server" Height="270px" Width="1 900px">79 <asp:Chart ID="cpuUtilizationChart" runat="server" Height="270px" Width="1280px"> 77 80 <Series> 78 81 <asp:Series BorderWidth="2" ChartType="Line" Color="0, 176, 80" Name="Series1" XValueType="DateTime" … … 96 99 <br /> 97 100 Cores/Used Cores History<br /> 98 <asp:Chart ID="coresChart" runat="server" Palette="None" Width="1 900px" PaletteCustomColors="137, 165, 78; 185, 205, 150">101 <asp:Chart ID="coresChart" runat="server" Palette="None" Width="1280px" PaletteCustomColors="137, 165, 78; 185, 205, 150"> 99 102 <Series> 100 103 <asp:Series ChartType="Area" Name="Cores" XValueType="DateTime" YValueType="Double"> … … 121 124 Memory/Used Memory History (GB)<br /> 122 125 <asp:Chart ID="memoryChart" runat="server" Palette="None" PaletteCustomColors="170, 70, 67; 209, 147, 146" 123 Width="1 900px">126 Width="1280px"> 124 127 <Series> 125 128 <asp:Series ChartType="Area" Name="Cores" XValueType="DateTime" YValueType="Double">
Note: See TracChangeset
for help on using the changeset viewer.