FLAM Issue Tracker - FL5
View Issue Details
0000859FL51.1 FLCLpublic2017-01-22 10:222017-01-28 14:28
Falk Reichbott 
Mykhailo Moldavskyy 
normalfeatureN/A
resolvedfixed 
GeneralGeneralGeneral
5.1.14 
5.1.155.1.15 
0000859: Add cabebility to analyse peak hours in usage reporting
Some customers are paing CPU load based on the peakhour of a certain time frame.
It would be use fule to add a cabebility to analyse this in the usage report.
No tags attached.
Issue History
2017-01-22 10:22Falk ReichbottNew Issue
2017-01-22 10:22Falk ReichbottStatusnew => assigned
2017-01-22 10:22Falk ReichbottAssigned To => Falk Reichbott
2017-01-23 07:49Falk ReichbottAssigned ToFalk Reichbott =>
2017-01-23 07:49Falk ReichbottAssigned To => Mykhailo Moldavskyy
2017-01-28 14:28Falk ReichbottNote Added: 0001080
2017-01-28 14:28Falk ReichbottStatusassigned => resolved
2017-01-28 14:28Falk ReichbottFixed in Version => 5.1.15
2017-01-28 14:28Falk ReichbottResolutionopen => fixed

Notes
(0001080)
Falk Reichbott   
2017-01-28 14:28   
The usage object can now defined as array more then once. Each time window is used to calculate the summary on the selected records.

The CLEP was extented to support allready assigned values in value expression. So that you can simple assign the peak hour like shown below:

flcl info usage[
   (from=0t2017/01/01:06:34:50 to=from+1hour)
   (from=0t2017/01/02:07:15:00 to=from+1hour)
   ...
   (from=0t2017/01/31:09:10:00 to=from+1hour)
]