[rrd-users] newbie question

2000-11-17 Thread Dave Bodenstab
I think I must have misunderstand the application of rrdtool... I see how it works for the examples in the tutorial, so I figured I'd try it on some of my own data. I've got a record of each call I make to my ISP, so I figured it would be a good way to try rrdtool by trying to count the number of

[rrd-users] Fetching data from Perl

2000-11-17 Thread Esteban Manchado Velázquez
Hi all. This is my first post to this list, so I don't know if someone has already talked about this topic (BTW, is there any FAQ of this list out there?). The problem is, I've tried to fetch data from Perl, but I just can't understand how to do it. I'm trying to use Cric

[rrd-users] Re: newbie question

2000-11-17 Thread Alex van den Bogaerdt
Dave Bodenstab wrote: What you write here is not what you're trying to do at first. You write: > I've got a record of each call I make to my ISP, so I figured it would be > a good way to try rrdtool by trying to count the number of telephone calls > per day for a month and graph the result. I

[rrd-users] RRD::File module

2000-11-17 Thread Esteban Manchado Velázquez
Hi all. I've read grapher.cgi from Cricket, which uses a module called RRD::File. It seems this module can be what I'm looking for, but I just can't find any documentation. Any ideas? -- Esteban Manchado Velázquez <[EMAIL PROTECTED]> Subdirección de comunicaciones - Uni

[rrd-users] Re: RRD::File module

2000-11-17 Thread Freddy Frouin
in theory, if path is managed correctly and man pages distributed in the rrdtools archive: man RRD::File should work. Freddy. Le Fri, 17 Nov 2000 14:55:29 +, Esteban Manchado Velázquez a écrit: > > Hi all. > > I've read grapher.cgi from Cricket, which uses a module called >

[rrd-users] Re: Fetching data from Perl

2000-11-17 Thread Gary Pavlik
Esteban, Try looking at the rrdtool man pages. I know when using rrdtool fetch you pass it the CF you want to retrieve. To allways retrieve the latest one try something like this: % rrdtool fetch {rrd-file} {AVERAGE|MIN|MAX} -s `rrdtool last {rrd-file}`. There is also a "rrdlastd