Today Olivier M. wrote: > Bonjour, > > I have a smokeping setup with 462 rrd's currently, and > I'd need to fetch all the RRT values displayed on the overview > graphs (the small ones with the RTT median in red) with > a script for statistical purpose (-> csv file): > > file1.rrd -> median RRT \t latest RTT \t avg loss \n > file2.rrd -> median RRT \t latest RTT \t avg loss \n > file3.rrd -> median RRT \t latest RTT \t avg loss \n > ... > file462.rrd -> median RRT \t latest RTT \t avg loss \n > > Is there already a simple / well known way to do that, or > should I directely try to retrive these informations "by hand" > using rrdtool fetch ? Some examples would be welcome if possible :)
Hoi Olivier, You should use rrdtool graph and PRINT instead of GPRINT. no LINE or other graphing commands, then you will just get the statistical information but no graph ... you can look at the smokeping code for what options you need ... tob > Thanks & regards, > Olivier > -- ______ __ _ /_ __/_ / / (_) Oetiker @ ISG.EE, ETZ J97, ETH, CH-8092 Zurich / // _ \/ _ \/ / System Manager, Time Lord, Coder, Designer, Coach /_/ \.__/_.__/_/ http://people.ee.ethz.ch/~oetiker +41(0)1-632-5286 -- Unsubscribe mailto:[EMAIL PROTECTED] Help mailto:[EMAIL PROTECTED] Archive http://www.ee.ethz.ch/~slist/smokeping-users WebAdmin http://www.ee.ethz.ch/~slist/lsg2.cgi
