On Sun, Jan 25, 2004 at 09:14:18AM -0500, Joe Wixted wrote: > My graphs - one of which can be found at > http://mrtg.osv.com/acs-sql.ldisk.freee.html > <http://mrtg.osv.com/acs-sql.ldisk.freee.html> - all show "M Gb" when > relating to disk space in the footer, when it should really be "Gb", and > "M" along the left axis, when it should really say be "G".
You're mixing up units and prefixes. In "km/h", "k" is the prefix and "m/h" is the unit. In "Free bytes", "bytes" is the unit, not "Gb". > kMG[acs-sql.ldisk.freee]: ,M,G,T,P > ShortLegend[acs-sql.ldisk.freee]: Gb You're getting millions of Gigabytes. I guess that's not right, but that is because you instructed MRTG to do so. The unit is bytes so set "Shortlegend[acs-sql.ldisk.freee]: B If you're entering gigabytes into MRTG (in stead of bytes), the default meaning of kMG (,k,M,G,T,P) has to be multiplied by 1,000,000,000 as well. Basically the first three multipliers are skipped (you don't do bytes, kilobytes and megabytes) so do the same in kMG. You'll have to look the rest up but here's the start: G,T,P,... HTH Alex -- begin sig http://www.googlism.com/index.htm?ism=alex+van+den+bogaerdt&type=1 This message was produced without any <iframe tags -- 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
