Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/11/12 16:27:46 (12 years ago)
Author:
ascheibe
Message:

#1994 added displaying statistics for groups

File:
1 edited

Legend:

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

    r9023 r9025  
    3737    <asp:Label ID="slavesLabel" runat="server" />
    3838      <br />
     39      Groups:
     40    <asp:Label ID="groupsLabel" runat="server" />
     41      <br />
    3942      <br />
    4043      Number of Calculating Tasks by User:<asp:Table ID="calculatingTasksByUserTable" runat="server" GridLines="Both">
     
    7477    <br />
    7578    Avg. CPU Utilization History of all Slaves<br />
    76     <asp:Chart ID="cpuUtilizationChart" runat="server" Height="270px" Width="1900px">
     79    <asp:Chart ID="cpuUtilizationChart" runat="server" Height="270px" Width="1280px">
    7780      <Series>
    7881        <asp:Series BorderWidth="2" ChartType="Line" Color="0, 176, 80" Name="Series1" XValueType="DateTime"
     
    9699    <br />
    97100    Cores/Used Cores History<br />
    98     <asp:Chart ID="coresChart" runat="server" Palette="None" Width="1900px" 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">
    99102      <Series>
    100103        <asp:Series ChartType="Area" Name="Cores" XValueType="DateTime" YValueType="Double">
     
    121124    Memory/Used Memory History (GB)<br />
    122125    <asp:Chart ID="memoryChart" runat="server" Palette="None" PaletteCustomColors="170, 70, 67; 209, 147, 146"
    123       Width="1900px">
     126      Width="1280px">
    124127      <Series>
    125128        <asp:Series ChartType="Area" Name="Cores" XValueType="DateTime" YValueType="Double">
Note: See TracChangeset for help on using the changeset viewer.