Home
last modified time | relevance | path

Searched refs:topdayentries (Results 1 – 4 of 4) sorted by relevance

/dports/net/vnstat/vnstat-2.8/src/
H A Dcfg.c52 {"TopDayEntries", 0, &cfg.topdayentries, 0, 0}, in loadcfg()
236 validateint("TopDayEntries", &cfg.topdayentries, TOPDAYENTRIES, -1, -1); in validatecfg()
375 cfg.topdayentries = TOPDAYENTRIES; in defaultcfg()
H A Ddbsql.c808 …ehours, &cfg.hourlydays, &cfg.dailydays, &cfg.monthlymonths, &cfg.yearlyyears, &cfg.topdayentries}; in db_addtraffic_dated()
1008 if (cfg.topdayentries <= 0) { in db_removeoldentries_top()
1020 printf("db: top cleanup: %s (%d)\n", dbifl_iterator->interface, cfg.topdayentries); in db_removeoldentries_top()
1030 …rx+tx desc, date asc limit -1 offset %d )", (int64_t)ifaceid, cfg.dbtzmodifier, cfg.topdayentries); in db_removeoldentries_top()
H A Dcommon.h315 int32_t fiveminutehours, hourlydays, dailydays, monthlymonths, yearlyyears, topdayentries; member
H A Dcfgoutput.c115 printf("TopDayEntries %2d\n\n", cfg.topdayentries); in printcfgfile()