Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Services.Hive.DataAccess/3.3/SQL Scripts/Query Statistics.sql @ 6712

Last change on this file since 6712 was 6712, checked in by ascheibe, 13 years ago

#1233

  • got db scripts up-to-date
  • renamed db related stuff back to 3.3
  • fixed a bug in the Status page that occured when the db is empty
File size: 337 bytes
Line 
1SELECT [DateTime]
2      ,[Cores]
3      ,[FreeCores]
4      ,[CpuUtilization]
5      ,[Memory]
6      ,[FreeMemory]
7      ,[ExecutionTimeHours]
8      ,[ExecutionTimeFinished]
9      ,[StartToEndTimeFinished]
10  FROM [HeuristicLab.Hive-3.3].[dbo].[view_Statistics]
11  --WHERE [DateTime] > '2011-06-24 14:30'
12  ORDER BY [DateTime] DESC
Note: See TracBrowser for help on using the repository browser.