summaryrefslogtreecommitdiff
path: root/ctdb/server/ctdb_statistics.c
AgeCommit message (Expand)AuthorFilesLines
2025-01-02remove usage of bzeroMichael Tokarev1-4/+4
2015-11-16ctdb-server: Replace ctdb_logging.h with common/logging.hAmitay Isaacs1-1/+2
2015-11-04ctdb-daemon: Rename struct ctdb_statistics_wire to ctdb_statistics_list_oldAmitay Isaacs1-2/+3
2015-11-04ctdb-daemon: Rename struct ctdb_req_control to ctdb_req_control_oldAmitay Isaacs1-1/+1
2015-10-30ctdb-daemon: Remove dependency on includes.hAmitay Isaacs1-3/+12
2015-10-30ctdb-daemon: Stop using tevent compatibility definitionsAmitay Isaacs1-4/+8
2012-04-13Remove explicit include of lib/tevent/tevent.h.Amitay Isaacs1-1/+0
2011-11-11Rename ctdb_control_get_stat_history() local variable to avoid shadowing.Martin Schwenke1-6/+6
2010-11-15initialize the statistics to the current time, not start of epochRonnie Sahlberg1-0/+1
2010-09-30Create a tunable for how often to collect rolling statistics and initialize i...Ronnie Sahlberg1-2/+3
2010-09-29Add rolling statistics that are collected across 10 second intervals.Ronnie Sahlberg1-0/+77