Code

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)
commit838e8a10586a304a8b82128ee6b8246770bf3522
treef537cb1feab96b2d74c6c79b82c219636eec6a94
parenta6f20017e967499d1815e3de2047b659bb6e872b
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@1504 a5681a0c-68f1-0310-ab6d-d61299d08faa
30 files changed:
program/CONTRIBUTORS
program/configure.ac
program/doc/Makefile.am
program/doc/rrdcached.pod [new file with mode: 0644]
program/doc/rrddump.pod
program/doc/rrdfetch.pod
program/doc/rrdgraph.pod
program/doc/rrdinfo.pod
program/doc/rrdlast.pod
program/doc/rrdlastupdate.pod
program/doc/rrdtool.pod
program/doc/rrdupdate.pod
program/doc/rrdxport.pod
program/src/Makefile.am
program/src/librrd.sym.in
program/src/rrd.h
program/src/rrd_client.c [new file with mode: 0644]
program/src/rrd_client.h [new file with mode: 0644]
program/src/rrd_daemon.c [new file with mode: 0644]
program/src/rrd_dump.c
program/src/rrd_fetch.c
program/src/rrd_graph.c
program/src/rrd_graph.h
program/src/rrd_info.c
program/src/rrd_last.c
program/src/rrd_lastupdate.c
program/src/rrd_tool.c
program/src/rrd_tool.h
program/src/rrd_update.c
program/src/rrd_xport.c