{ CountType::NOW, "start_up_use", "memory used before packet processing" },
{ CountType::NOW, "cur_in_use", "current memory used" },
{ CountType::MAX, "max_in_use", "maximum memory used" },
- { CountType::NOW, "epochs", "number of memory updates" },
+ { CountType::SUM, "epochs", "number of memory updates" },
{ CountType::NOW, "allocated", "total amount of memory allocated by packet threads" },
{ CountType::NOW, "deallocated", "total amount of memory deallocated by packet threads" },
- { CountType::NOW, "reap_cycles", "number of actionable over-limit conditions" },
- { CountType::NOW, "reap_attempts", "attempts to reclaim memory" },
- { CountType::NOW, "reap_failures", "failures to reclaim memory" },
- { CountType::NOW, "reap_aborts", "abort pruning before target due to process under limit" },
- { CountType::NOW, "reap_decrease", "total amount of the decrease in thread memory while process over limit" },
- { CountType::NOW, "reap_increase", "total amount of the increase in thread memory while process over limit" },
+ { CountType::SUM, "reap_cycles", "number of actionable over-limit conditions" },
+ { CountType::SUM, "reap_attempts", "attempts to reclaim memory" },
+ { CountType::SUM, "reap_failures", "failures to reclaim memory" },
+ { CountType::SUM, "reap_aborts", "abort pruning before target due to process under limit" },
+ { CountType::SUM, "reap_decrease", "total amount of the decrease in thread memory while process over limit" },
+ { CountType::SUM, "reap_increase", "total amount of the increase in thread memory while process over limit" },
{ CountType::NOW, "app_all", "total bytes allocated by application" },
{ CountType::NOW, "active", "total bytes allocated in active pages" },
{ CountType::NOW, "resident", "maximum bytes physically resident" },