Anuj Jain wrote: > On 7/9/07, moruda <[EMAIL PROTECTED]> wrote: >> >> I am looking for a way to have rrdtool graph the "areas" in descending >> order, so that i can see all the details. i do not know which value will >> be >> higher, prior to graphing-- so cannot feasibly program this to happen >> automatically. currently, the higher values that come up in front, block >> everything that is behind... > > Same case here. Please let me know if you get any solution. > Would appreciate your help
The simplest solution will be to first generate a report showing the average of each item you are graphing, then sort them before adding to the command to create your graph. Dan _______________________________________________ rrd-users mailing list [email protected] https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users
