Changeset 9027 for trunk/sources
- Timestamp:
- 12/11/12 20:33:58 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Services.Hive.Web/Hive-3.3/Status.aspx
r9025 r9027 8 8 <title>HeuristicLab Hive Status Monitor</title> 9 9 <link rel="icon" type="image/ico" href="HeuristicLab.ico" /> 10 <style type="text/css"> 11 .auto-style1 { 12 color: #F6921B; 13 } 14 .auto-style2 { 15 color: #000000; 16 } 17 </style> 10 18 </head> 11 19 <body> 12 20 <center> 13 <h1 >HeuristicLab Hive Status Monitor</h1>21 <h1 class="auto-style1">HeuristicLab <span class="auto-style2">Hive Status Monitor</span></h1> 14 22 </center> 15 23 <form id="form1" runat="server"> 16 24 <div> 17 Overall Available Cores:25 <strong>Overall Available Cores:</strong> 18 26 <asp:Label ID="overallAvailableCoresLabel" runat="server" /> 19 27 <br /> 20 Available Cores (real):28 <strong>Available Cores (real):</strong> 21 29 <asp:Label ID="availableCoresLabel" runat="server" /> 22 30 <br /> 23 Used Cores / Calculating Jobs:31 <strong>Used Cores / Calculating Jobs:</strong> 24 32 <asp:Label ID="usedCoresLabel" runat="server" /> 25 33 <br /> 26 Waiting Jobs:34 <strong>Waiting Jobs:</strong> 27 35 <asp:Label ID="waitingJobsLabel" runat="server" /> 28 36 <br /> 29 Overall30 Avg. CPU Utilization: 37 <strong>Overall 38 Avg. CPU Utilization:</strong> 31 39 <asp:Label ID="overallCpuUtilizationLabel" runat="server" /> 32 40 <br /> 33 Real Avg. CPU Utilization:41 <strong>Real Avg. CPU Utilization:</strong> 34 42 <asp:Label ID="cpuUtilizationLabel" runat="server" /> 35 43 <br /> 36 Slaves (CPU Utilization):44 <strong>Slaves (CPU Utilization):</strong> 37 45 <asp:Label ID="slavesLabel" runat="server" /> 38 46 <br /> 39 Groups:47 <strong>Groups:</strong> 40 48 <asp:Label ID="groupsLabel" runat="server" /> 41 49 <br /> 42 50 <br /> 43 Number of Calculating Tasks by User:<asp:Table ID="calculatingTasksByUserTable" runat="server" GridLines="Both">51 <strong>Number of Calculating Tasks by User:</strong><asp:Table ID="calculatingTasksByUserTable" runat="server" GridLines="Both"> 44 52 <asp:TableRow runat="server" BackColor="#CCCCCC"> 45 53 <asp:TableCell runat="server" Font-Bold="False">User</asp:TableCell> … … 48 56 </asp:Table> 49 57 <br /> 50 Number of Waiting Tasks by User:<asp:Table ID="waitingTasksByUserTable" runat="server" GridLines="Both">58 <strong>Number of Waiting Tasks by User:</strong><asp:Table ID="waitingTasksByUserTable" runat="server" GridLines="Both"> 51 59 <asp:TableRow runat="server" BackColor="#CCCCCC"> 52 60 <asp:TableCell runat="server" Font-Bold="False">User</asp:TableCell> … … 56 64 <br /> 57 65 <br /> 58 Days:66 <strong>Days:</strong> 59 67 <asp:DropDownList ID="daysDropDownList" runat="server" AutoPostBack="True"> 60 68 <asp:ListItem Value="1"></asp:ListItem> … … 76 84 <br /> 77 85 <br /> 78 Avg. CPU Utilization History of all Slaves<br />86 <strong>Avg. CPU Utilization History of all Slaves</strong><br /> 79 87 <asp:Chart ID="cpuUtilizationChart" runat="server" Height="270px" Width="1280px"> 80 88 <Series> … … 98 106 </asp:Chart> 99 107 <br /> 100 Cores/Used Cores History<br />108 <strong>Cores/Used Cores History</strong><br /> 101 109 <asp:Chart ID="coresChart" runat="server" Palette="None" Width="1280px" PaletteCustomColors="137, 165, 78; 185, 205, 150"> 102 110 <Series> … … 122 130 </asp:Chart> 123 131 <br /> 124 Memory/Used Memory History (GB)<br />132 <strong>Memory/Used Memory History (GB)</strong><br /> 125 133 <asp:Chart ID="memoryChart" runat="server" Palette="None" PaletteCustomColors="170, 70, 67; 209, 147, 146" 126 134 Width="1280px">
Note: See TracChangeset
for help on using the changeset viewer.