Free cookie consent management tool by TermsFeed Policy Generator

Changeset 12561


Ignore:
Timestamp:
07/01/15 13:07:01 (9 years ago)
Author:
dglaser
Message:

#2394: Changed CPU Utilization Chart

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Services.WebApp.Status/3.3/WebApp/status/statusCtrl.js

    r12557 r12561  
    125125                        }
    126126                    }
    127                     cpuSeries.push([$scope.status.Timestamp, $scope.cpu.knobData]);
    128 
     127                   
     128                    cpuSeries.push([$scope.status.Timestamp, Math.round(status.CpuUtilizationStatus.TotalCpuUtilization)]);
    129129                    // charts are currently filled with old total/used data
    130130                    // start temporary
Note: See TracChangeset for help on using the changeset viewer.