Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/22/11 21:27:07 (12 years ago)
Author:
ascheibe
Message:

#1672

  • use transactions for status page
  • removed speed up charts because they are only working with user statistics
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Services.Hive.Web/Hive-3.3/Status.aspx

    r6993 r7047  
    77<head runat="server">
    88  <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" />
    1010</head>
    1111<body>
     
    2424    <asp:Label ID="waitingJobsLabel" runat="server" />
    2525    <br />
     26    Avg. CPU Utilization:
     27    <asp:Label ID="cpuUtilizationLabel" runat="server" />
     28      <br />
    2629    Slaves (CPU Utilization):
    2730    <asp:Label ID="slavesLabel" runat="server" />
    28     <br />
    29     Avg. CPU Utilization:
    30     <asp:Label ID="cpuUtilizationLabel" runat="server" />
    31     <br /> 
     31      <br />
    3232    <br />
    3333    Days:
    34     <asp:DropDownList ID="daysDropDownList" runat="server" AutoPostBack="True" OnSelectedIndexChanged="daysDropDownList_SelectedIndexChanged">
     34    <asp:DropDownList ID="daysDropDownList" runat="server" AutoPostBack="True">
    3535      <asp:ListItem Value="1"></asp:ListItem>
    3636      <asp:ListItem Value="2"></asp:ListItem>
     
    122122    </asp:Chart>
    123123    <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 />
    175125  </div>
    176126  </form>
Note: See TracChangeset for help on using the changeset viewer.