Configuration of the round-robin archive
Exemplo n.º 1
0
 public TimeSpan GetRRATimeSpan(RRAConfig cfg)
 {
     return TimeSpan.FromSeconds(this.BaseInterval * cfg.AggregateSteps * cfg.StoredRows);
 }
Exemplo n.º 2
0
 public int GetRRAConsolidationPeriodSecs(RRAConfig cfg)
 {
     return this.BaseInterval * cfg.AggregateSteps;
 }