Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
10/12/11 15:48:53 (13 years ago)
Author:
ascheibe
Message:

#1233 fixed a bug where the slave didn't report the cpu utilization correctly

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Slave/3.3/Manager/HeartbeatManager.cs

    r6893 r6910  
    9797                SlaveId = info.Id,
    9898                FreeCores = info.Cores.HasValue ? info.Cores.Value - SlaveStatusInfo.UsedCores : 0,
    99                 FreeMemory = ConfigManager.GetFreeMemory(),
     99                FreeMemory = ConfigManager.Instance.GetFreeMemory(),
    100100                CpuUtilization = ConfigManager.Instance.GetCpuUtilization(),
    101101                JobProgress = ConfigManager.Instance.GetExecutionTimeOfAllJobs(),
Note: See TracChangeset for help on using the changeset viewer.