This is by far one of the coolest tools on the net! Keep up the great work!
On Tue, Oct 27, 2009 at 3:47 AM, Ivan Zahariev <[email protected]> wrote: > > You can also take a look at the RRDtool web wizard > (http://www.famzah.net/rrdwizard), if you don't have time to read up all > the documentation and want to learn RRD by examples. > > --Ivan > > Adam Armstrong wrote: >> Hi Jerome, >> >> Try looking at other people's code for how they generate graphs. Some of >> my graphing functions are in : >> >> http://www.observernms.org/websvn/filedetails.php?repname=observer&path=%2Fincludes%2Fgraphing.php >> >> adam. >> >> Jerome SCHEVINGT wrote: >> >>> Hi >>> >>> i request your help ;=) i am very new on rrdtools, >>> >>> actually, i create my graph with this command: >>> >>> >>> ==================================================== >>> # Creation du graphe hebdomadaire >>> $RRDPATH/rrdtool graph $WWWDIR/ifweek.gif \ >>> -t "Historique $TITRE sur une semaine" \ >>> -v "bits/s" \ >>> --alt-autoscale \ >>> -w $LARG -h $HAUT \ >>> --start $NOW1W \ >>> --end $NOW \ >>> DEF:downaverage=$RRDATAPATH/$DATABASE:ifin:AVERAGE \ >>> DEF:upaverage=$RRDATAPATH/$DATABASE:ifout:AVERAGE \ >>> CDEF:inaverage=downaverage,8,* \ >>> CDEF:outaverage=upaverage,8,* \ >>> LINE2:inaverage\#FF0000:"Download Average" \ >>> LINE2:outaverage\#00FF00:"Upload Average" >>> ==================================================== >>> >>> but graphique are not very beautiful ;=) >>> >>> i want add: >>> Two colors: Blue and light blue >>> full "Area" for each >>> >>> i want add to a lot of information, actually i have "Download Average" >>> and "Upload Average" >>> without information, i want add: >>> >>> Download: Current xx Kbits, Max Kbits, minimum Kbits ... >>> Upload: Current xx Kbits, Max Kbits, minimum ... >>> >>> >>> and after, i want add a "95 percentiles" information, it's possible ? >>> >>> thanks for your help >>> Jerome >>> >>> _______________________________________________ >>> rrd-users mailing list >>> [email protected] >>> https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users >>> >>> >> >> _______________________________________________ >> rrd-users mailing list >> [email protected] >> https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users >> > > > _______________________________________________ > rrd-users mailing list > [email protected] > https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users > _______________________________________________ rrd-users mailing list [email protected] https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users
