Hi, I&#39;m looking for documentation that provides a general discussion of how the rrdtool plugin works and how it should be used.  The only docs I&#39;m able to find are the manpage info on the plugin&#39;s configuration options and the &quot;Inside the RRDTool plugin&quot; page, which sounds exactly like what I&#39;m looking for, but turns out to focus pretty much exclusively on the narrow issue of &quot;IO hell&quot;.<br>
<br>In particular, I&#39;m looking for information on the options the plugin uses for the creation of individual RRD archives, and whether I can control the parameters when creating individual .rrd&#39;s.  I would like to collect some data points that do not use the global default step size, and I am unsure whether I&#39;m supposed to create the archives manually or if there is something I&#39;m supposed to do when reporting the values that provides some meta-info about how the RRD should be created.  Help or pointers to more documentation would be appreciated.<br>
<br>Another question I have is how I can coordinate access to the RRD files if I want to modify them.  Does the rrdtool plugin follow any sort of advisory file locking scheme so that I can safely modify an RRD without having to shut down collectd?  Is there another way I can indicate to collectd that it should suspend flushing but continue collecting data?<br>
<br>-Neal<br><br>