[rrd-users] Re: Watch Tool ??
Stephan Harren
sh at abovenet.de
Fri Oct 11 12:43:34 MEST 2002
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: pguyaux at cafat.nc
> --
> Unsubscribe mailto:rrd-users-request at list.ee.ethz.ch?subject=unsubscribe
> Help mailto:rrd-users-request at list.ee.ethz.ch?subject=help
> Archive http://www.ee.ethz.ch/~slist/rrd-users
> WebAdmin http://www.ee.ethz.ch/~slist/lsg2.cgi
>
>
--
Unsubscribe mailto:rrd-users-request at list.ee.ethz.ch?subject=unsubscribe
Help mailto:rrd-users-request at list.ee.ethz.ch?subject=help
Archive http://www.ee.ethz.ch/~slist/rrd-users
WebAdmin http://www.ee.ethz.ch/~slist/lsg2.cgi
More information about the rrd-users
mailing list