Kyrre Baker wrote: > Is it possible to convert k -> Mb with "rrdtool graph" ? In case. What > should i do?
What are you trying to display? You are "a bit" vague ... If you have a number that represents kilobytes or megabytes, just use a CDEF and multiply by 1000 or 1024 or 1000000 or 1048576, whatever is appropriate. Let RRDtool do the prefixes or else you may end up with things like "1 mMbyte" (one mili-megabyte). Changing kilobytes into bytes (you have kilos in the RRD) is done by multiplying the number by 1000 (or 1024). If this doesn't help you, you need to rephrase your question. HTH -- __________________________________________________________________ / [EMAIL PROTECTED] [EMAIL PROTECTED] \ | work private | | My employer is capable of speaking therefore I speak only for myself | +----------------------------------------------------------------------+ | Technical questions sent directly to me will be nuked. Use the list. | +----------------------------------------------------------------------+ | http://faq.mrtg.org/ | | http://rrdtool.eu.org --> tutorial | +----------------------------------------------------------------------+ -- Unsubscribe mailto:[EMAIL PROTECTED] Help mailto:[EMAIL PROTECTED] Archive http://www.ee.ethz.ch/~slist/rrd-users WebAdmin http://www.ee.ethz.ch/~slist/lsg2.cgi
