[rrd-users] Re: again that magic graphix...
Agustin Muñoz
agustin at cast-info.es
Mon May 21 13:42:13 MEST 2001
Hi,
With the function graph yo have to specify the time the graph starts...
so to get different graphs you can:
$RRDTOOL graph dayly-graph.gif --start -64800 (86400 secs=1day)
$RRDTOOL graph weekly-graph.gif --start -604800 (604800 secs=1week)
$RRDTOOL graph monthly-graph.gif --start -2592000 (2592000 secs=30day ~
1 month)
$RRDTOOL graph yearly-graph.gif --start `calculate here the #seconds of
1 year :)`
I hope this can help you :)
Agustin
MERZKIRCH FRANK wrote:
>
> Hi all,
>
> finaly i manage to find out how that magic works.
> and i must say, rrd is a great tool.
>
> i have the following rrd
>
> rrd create test.rrd --start $start --step $step
> DS:IN:COUNTER:600:U:U
> DS:OUT:COUNTER:600:U:U
> RRA:AVERAGE:0.5:1:300
> RRA:AVERAGE:0.5:7:300
> RRA:AVERAGE:0.5:35:300
> RRA:AVERAGE:0.5:360:300
>
> in words: an average for every day, week, month, year
>
> but, i have one tiny litle problem:
>
> i'd like to have one seperate graph for the day, week, month and year
> and i have absolutly no idea how to do that...
>
> all i get out with the graph command is the first RRA (day view).
>
> i used MRTG before, and that tool did it per default.
>
> so what do i have to do with RRD ????
>
> Thanx beforhand
> Frank
>
> _______________________________________
> This message is printed on 100% recycled electrons
>
> --
> 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
--
Jose Agustin Muñoz Varela
Administrador Senior
Cast Info, S.A.
Tuset,23 1º - 08006 Barcelona SPAIN
Tel.: (+34) 93 4140772
E-mail: agustin at cast-info.es
--
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