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
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
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
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
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
>
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