Yesterday Joe Rozzi wrote: > Hi, I'm using perl and df to get my hard drive partition statistics. I'm > adding up all of the Values. I have a 20 Gb hard drive and my added up > value is 19261982, which seems right... this value is in a 1K-Blocks. > And when I graph it, it says 40 M for the Y-axis value. I've messed with > -Unit and -Units-exponent for rrdgraph but I can't seem to get it > working. I'd appreciate it if someone could help. Thanks > Joe > >
RRDtool uses these si magnitude specifyers itself, so you should send bytes to rrdtool and not 1k bytes. no need to mess with the rest ... cheers tobi -- ______ __ _ /_ __/_ / / (_) Oetiker, ETZ J97, ETH, 8092 Zurich, Switzerland / // _ \/ _ \/ / phoneto:+41(0)1-632-5286 faxto:+41(0)1-632-1517 /_/ \.__/_.__/_/ [EMAIL PROTECTED] http://google.com/search?q=tobi -- 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
