What do you want to look at, why don't you write just a short perl 
script that dumps the content of the rrd and parses it?

Example on linux:

#!/usr/bin/linux
@array=qx(rrdtool dump file.rrd);
chomp @array;
while $line (@array) {
                **Parse the line here and do whatever you want**
}

That's it, just an idea.

HTH,

Stephan

Pierre GUYAUX wrote:
> I am looking for a tool (running on Windows or Linux) to watch at a rrd 
> file.
> I just wont to have a look on some counter values and how it changes.
> 
> Is this tool exists ??
> 
> Pierre Guyaux
> Service Informatique CAFAT
> Poste: 5210
> émail: [EMAIL PROTECTED]
> --
> Unsubscribe mailto:[EMAIL PROTECTED]
> Help        mailto:[EMAIL PROTECTED]
> Archive     http://www.ee.ethz.ch/~slist/rrd-users
> WebAdmin    http://www.ee.ethz.ch/~slist/lsg2.cgi
> 
> 


--
Unsubscribe mailto:[EMAIL PROTECTED]
Help        mailto:[EMAIL PROTECTED]
Archive     http://www.ee.ethz.ch/~slist/rrd-users
WebAdmin    http://www.ee.ethz.ch/~slist/lsg2.cgi

Reply via email to