[mrtg] Re: Smoother Graphs
Morten S. Nielsen
msn at ipt.dtu.dk
Mon May 29 11:57:37 MEST 2000
Dennis Aliev <daliev at etecom.com> [000527 02:35]:
> One more question, is there a way to draw smoother graphs if you have
> rare high traffic occurence?
> thanks
One way would be to draw the logarithm of the traffic count:
L=log(1+C)
where C is the bytes/bits transferred and L is the variable to be plotted.
I think RRDTool is able to do these logarithmic plots. The one is added
in case the traffic is 0. In that case L becomes 0. If you have a 2Mbit
it might be nice to display
L2M=log(1+C*.5)
in that case the yscale will be:
L2M: 0 1 2 3 4 5 6
C 0 18 198 1.9k 19k 190k 1.9M
Another neat way to do it is to use the base2 log...
> --
> +---------------------------------+
> | Dennis O. Aliev |
> | System Administrator |
> | Information Technology |
> |---------------------------------|
> | Einstein Medical, Inc. |
> | (800) 258-9221 |
> |---------------------------------|
> | daliev at etecom.com |
> | (858) 452-7437 |
> +---------------------------------+
>
> --
> Unsubscribe mailto:mrtg-request at list.ee.ethz.ch?subject=unsubscribe
> Archive http://www.ee.ethz.ch/~slist/mrtg
> FAQ http://faq.mrtg.org Homepage http://www.mrtg.org
--
- The Penguin's 1. We are better together than alone
- Postulate 2. If you push something hard enough it will fall over
- Morten S. Nielsen Department of Manufacturing Engineering
- mailto:msn at ipt.dtu.dk Building 425, 2. floor, DK-2800 Lyngby
--
Unsubscribe mailto:mrtg-request at list.ee.ethz.ch?subject=unsubscribe
Archive http://www.ee.ethz.ch/~slist/mrtg
FAQ http://faq.mrtg.org Homepage http://www.mrtg.org
More information about the mrtg
mailing list