[rrd-developers] [PATCH] rrd_open and rrdcached

Daniel.Pocock at barclayscapital.com Daniel.Pocock at barclayscapital.com
Wed Oct 22 12:36:22 CEST 2008




rrdcached makes some calls to access and stat, which don't work for my
virtual filesystem abstraction.

This patch:

- provides implementations of rrd_stat and rrd_access, invoking the C
library methods by default
- modify rrdcached to use the rrd_open API for these methods
- update Makefile.am so that rrdcached links with the rrd_open API

I'm not sure whether rrdcached is meant to link with rrd_open.  The
alternative: update the rrdtool C API to include some higher level
functions that can be called from rrdcached and other RRD-based apps.
This may even mean that some of the logic from rrdcached has to be moved
into such functions.

I'm also coming up against similar issues with Ganglia - gmetad wants to
know if the RRD files already exist on disk, even though they only exist
in my virtual back-end.  To deal with that, I'm thinking of adding some
methods to the RRD API so that applications can do things like browsing
the directory of RRDs.

Regards,

Daniel
_______________________________________________

This e-mail may contain information that is confidential, privileged or otherwise protected from disclosure. If you are not an intended recipient of this e-mail, do not duplicate or redistribute it by any means. Please delete it and any attachments and notify the sender that you have received it in error. Unless specifically indicated, this e-mail is not an offer to buy or sell or a solicitation to buy or sell any securities, investment products or other financial product or service, an official confirmation of any transaction, or an official statement of Barclays. Any views or opinions presented are solely those of the author and do not necessarily represent those of Barclays. This e-mail is subject to terms available at the following link: www.barcap.com/emaildisclaimer. By messaging with Barclays you consent to the foregoing.  Barclays Capital is the investment banking division of Barclays Bank PLC, a company registered in England (number 1026167) with its registered office at 1 Churchill Place, London, E14 5HP.  This email may relate to or be sent from other members of the Barclays Group.
_______________________________________________



More information about the rrd-developers mailing list