Is there a way to align the output of GPRINT so that it looks like a table?
I put the max, min, and current values at the bottom of the graphs for Gigabit interfaces, 4 per line. My problem is that some values will be 4.56K and others 554.42K. This makes for uneven lines that are hard to read. I figured out that I can use "%3.2lf%S" to format the value but what I'd really like to use is "% 3.2lf%S" (this one has a space between % and 3 which would provide 3 digits left filled with spaces but that gets rejected by RRDTOOL. Thansk Claude R Trépanier Support de l'infrastructure du réseau IBM Bromont -- 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
