Configuration of the round-robin archive
예제 #1
0
파일: RrdInfo.cs 프로젝트: lafar6502/cogmon
 public TimeSpan GetRRATimeSpan(RRAConfig cfg)
 {
     return TimeSpan.FromSeconds(this.BaseInterval * cfg.AggregateSteps * cfg.StoredRows);
 }
예제 #2
0
파일: RrdInfo.cs 프로젝트: lafar6502/cogmon
 public int GetRRAConsolidationPeriodSecs(RRAConfig cfg)
 {
     return this.BaseInterval * cfg.AggregateSteps;
 }