On Thu, Apr 10, 2003 at 06:39:21AM +0900, Tsuyoshi Takada wrote: > How can I *completely* fix y axis range to 2Mbps(250kB/s) whenever > the maximum value is? > It seems that mrtg defines the max range in according to the current > maximum value. > > http://ch2.s6.xrea.com/source/134.png > MaxBytes[network]: 250000
MaxBytes defines the 100% level. AbsMax discards any rates above its level Unscaled sets the Y-axis fixed Combine these three and you should see an improvement. I don't think it will always work; perhaps rateup decides 300 to be a better number for the maximum. I can't help with that apart from giving you two options: 1) hack the source 2) use rrdtool HTH Alex -- Unsubscribe mailto:[EMAIL PROTECTED] Archive http://www.ee.ethz.ch/~slist/mrtg FAQ http://faq.mrtg.org Homepage http://www.mrtg.org WebAdmin http://www.ee.ethz.ch/~slist/lsg2.cgi
