Steve Shipway wrote: >> Is it possible to draw some link's load percentage, and not its actual >> transfer rate? > > If you are using RRDTool with the routers2 frontend, use > > routers.cgi*Options[xxxx]: aspercent > > and this will give you want you want. You can also see something > similar on the 'Compact summary' page using bar graphs for all the > interfaces at once. > > (end of self-promotion, yes I'm biased, etc etc :P ) > It actually turned out to me much easier with plain MRTG.
Target[foo]: [EMAIL PROTECTED] * 100 / link's maxbytes # link / maxbytes * 100 won't work probably due to integer division Probably this google finding works thanks to the very first line of *.log files, which "stores the traffic counters from the most recent run of mrtg."[*] So, [EMAIL PROTECTED] always gives the "cooked" current load value (which I could play arithmetic games with). even though it's now load percentages that are stored from line 2 down, Thanks anyway. [*] http://oss.oetiker.ch/mrtg/doc/mrtg-logfile.en.html _______________________________________________ mrtg mailing list [email protected] https://lists.oetiker.ch/cgi-bin/listinfo/mrtg
