Free cookie consent management tool by TermsFeed Policy Generator

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

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

#1233 some renaming to be more consistent with OKB

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.4].[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.