]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commit
added posix_fadvise support (untested) ... this should help performance by
authorTobias Oetiker <tobi@oetiker.ch>
Thu, 17 May 2007 08:44:06 +0000 (08:44 +0000)
committerTobias Oetiker <tobi@oetiker.ch>
Thu, 17 May 2007 08:44:06 +0000 (08:44 +0000)
commit617cd28de2d9a11c8bd671edd375fa692434fa32
tree58c444a65dd044d926be7973f24caeab80da8e77
parent1aa82ef0704b804b4a83775bb3eb6fcbc688971e
added posix_fadvise support (untested) ... this should help performance by
stopping read-ahead and droping buffer cache for all rrd data except the
file header portion. Newly created files are fdsynced to disk and released
from cache after creation, to soften the blow on buffer cache by creating
new rrds.

git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@1062 a5681a0c-68f1-0310-ab6d-d61299d08faa
configure.ac
src/Makefile.am
src/rrd_create.c
src/rrd_fetch.c
src/rrd_open.c
src/rrd_update.c