RRDcached patch. This implements an infrastructure, where rrd updates can be
authoroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Sun, 14 Sep 2008 09:49:03 +0000 (09:49 +0000)
committeroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Sun, 14 Sep 2008 09:49:03 +0000 (09:49 +0000)
commitac630adec930653637199258efd99024d49325c7
tree43e58f7ed1f7e6ab0e2e67ec737eadc95ffaddf2
parent734d64e1e4744aa0994cc7956263ac72e3d42eb1
RRDcached patch. This implements an infrastructure, where rrd updates can be
sent to a daemon which caches them prior to bulk-updateing rrd files. See the rrdcached manual page.
-- Created by Florian Forster with some help from Kevin Brintnall.

git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@1504 a5681a0c-68f1-0310-ab6d-d61299d08faa
30 files changed:
CONTRIBUTORS
configure.ac
doc/Makefile.am
doc/rrdcached.pod [new file with mode: 0644]
doc/rrddump.pod
doc/rrdfetch.pod
doc/rrdgraph.pod
doc/rrdinfo.pod
doc/rrdlast.pod
doc/rrdlastupdate.pod
doc/rrdtool.pod
doc/rrdupdate.pod
doc/rrdxport.pod
src/Makefile.am
src/librrd.sym.in
src/rrd.h
src/rrd_client.c [new file with mode: 0644]
src/rrd_client.h [new file with mode: 0644]
src/rrd_daemon.c [new file with mode: 0644]
src/rrd_dump.c
src/rrd_fetch.c
src/rrd_graph.c
src/rrd_graph.h
src/rrd_info.c
src/rrd_last.c
src/rrd_lastupdate.c
src/rrd_tool.c
src/rrd_tool.h
src/rrd_update.c
src/rrd_xport.c