src/rrd_daemon.c: Impemented the `stats' command.
authorFlorian Forster <octo@verplant.org>
Thu, 3 Jul 2008 08:30:33 +0000 (10:30 +0200)
committerFlorian Forster <octo@verplant.org>
Thu, 3 Jul 2008 08:30:33 +0000 (10:30 +0200)
commitf2c7cb87dd7c98dafd9dc058a262253ed9db5281
tree755f00aecf649a94987fcc7e442832491db3434b
parent31f353175df83d273bd33340faa415269cd9341d
src/rrd_daemon.c: Impemented the `stats' command.

It currently returns five statistics:
- Number of nodes and depth of the tree.
- Number of nodes in the update queue.
- Total number of updates and values written to disk since startup.
src/rrd_daemon.c