[rrd-users] rrdgraph never returns with small step

Josh Wyatt josh.wyatt at hcssystems.com
Thu Jun 19 22:33:09 CEST 2008


Alex van den Bogaerdt wrote:
> I modified and combined your scripts.  I think it will do the
> same as your originals.  See attached, please test.
> 
> The last modification is that I put everyting in a for-each loop.
> I didn't bother to count the different versions but there's quite
> a few, as early as 1.2.9 upto 1.2.27 or so.
> 
> 
> No hangs.
>  
>> Let me know if I can assist further.  Also FYI, I am running 1.3.0 
>> currently.  Happy to try another version.
> 
> I think this may be wise.

Are you sure 1.2.27 resulted in no hangs for you?  I had tried 1.2.27 before (ebuild) and got hangs (but before I had this testsuite), and I just now downloaded 1.2.27 from oss.oetiker.ch and compiled it, and now I *do* get hangs.

And just like before with 1.2.27 I am seeing a memory leak, slowly consuming more and more memory.

Here's the output from the script for 1.2.27:
root at monkeybiz testcase2 # ./large.sh 
RRDtool 1.2.27  Copyright 1997-2008 by Tobias Oetiker <tobi at oetiker.ch>
               Compiled Jun 19 2008 16:24:01

Usage: rrdtool [options] command command_options

Valid commands: create, update, updatev, graph, dump, restore,
                last, lastupdate, first, info, fetch, tune,
                resize, xport

RRDtool is distributed under the Terms of the GNU General
Public License Version 2. (www.gnu.org/copyleft/gpl.html)

For more information read the RRD manpages

Updating tc1.rrd with timestamp=1213895144 and value=0
Updating tc1.rrd with timestamp=1213895145 and value=64
Updating tc1.rrd with timestamp=1213895146 and value=128
Updating tc1.rrd with timestamp=1213895147 and value=192
Updating tc1.rrd with timestamp=1213895148 and value=256
Updating tc1.rrd with timestamp=1213895149 and value=320
Updating tc1.rrd with timestamp=1213895150 and value=384
Updating tc1.rrd with timestamp=1213895151 and value=448
Updating tc1.rrd with timestamp=1213895152 and value=512
Updating tc1.rrd with timestamp=1213895153 and value=576
Updating tc1.rrd with timestamp=1213895154 and value=640
Updating tc1.rrd with timestamp=1213895155 and value=704
Updating tc1.rrd with timestamp=1213895156 and value=768
Updating tc1.rrd with timestamp=1213895157 and value=832
Updating tc1.rrd with timestamp=1213895158 and value=896
Updating tc1.rrd with timestamp=1213895159 and value=960
Updating tc1.rrd with timestamp=1213895160 and value=1024
Graphing with '--x-grid none'.  START=1213895143 END=1213895163
1081x237
Graphing without '--x-grid none'.  START=1213895143 END=1213895163


Thanks,
Josh



More information about the rrd-users mailing list