Add rolling statistics that are collected across 10 second intervals.
authorRonnie Sahlberg <ronniesahlberg@gmail.com>
Wed, 29 Sep 2010 02:13:05 +0000 (12:13 +1000)
committerRonnie Sahlberg <ronniesahlberg@gmail.com>
Wed, 29 Sep 2010 02:14:45 +0000 (12:14 +1000)
commite6e16fcd5a45ebd3739a8160c8fb5f44494edb9e
tree5b0beade96453078397f812d50f36d18d73a50c9
parent09e5a2fb47c312f71f455cdbf8d9cabcca1041a4
Add rolling statistics that are collected across 10 second intervals.

Add a new command "ctdb stats [num]" that prints the [num] most recent statistics intervals collected.
Makefile.in
client/ctdb_client.c
include/ctdb_client.h
include/ctdb_private.h
include/ctdb_protocol.h
server/ctdb_control.c
server/ctdb_daemon.c
server/ctdb_statistics.c [new file with mode: 0644]
tools/ctdb.c