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:13:05 +0000 (12:13 +1000)
commit22227fc54911c7ca621fd3e8fe11da2cd5645de8
treedd5eca788da89980105a9229ce087a1ccde4fbdf
parent962188d9f05128028ac1f383a55c6d375d3011fd
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