[rrd-users] Re: RRDs:graph / windoze - size graph still a problem

Alex van den Bogaerdt alex at slot.hollandcasino.nl
Tue Jul 2 00:50:56 MEST 2002


gOdot wrote:

> When using win2k and RRDs:graph (not the .exe), the exemple below does not
> work?

options do *not* go together inbetween quotes.

> >'-h526 -w2500',

Change into "-h" "526" "-w" "2500"  or just -h 526 -w 2500.

>     '--base', '1024',

This is "--base 1024" when I would talk about it, just as ...

>            '-h1200 -w1600',  "tried ' and "

... this is "-h 1200 -w 1600".

However, if you're not talking about it but are actually programming it
then you need to do the same as for each and every other option:

>           "--vertical-label", 'Dummy Units', "--start", (-$RUNS*$STEP),

"--vertical-label", "Dummy Units"

will work.  You only need quotes around "Dummy Units" because it contains
a space.

> /usr/bin/rrdtool graph /tmp/9-year.gif
>  -w 10000 -h 2500

No quotes --> works fine.
You're doing "-w 10000 -h 2500" which is just one option to RRDtool.
-- 
   __________________________________________________________________
 / alex at slot.hollandcasino.nl                  alex at ergens.op.het.net \
| 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:rrd-users-request at list.ee.ethz.ch?subject=unsubscribe
Help        mailto:rrd-users-request at list.ee.ethz.ch?subject=help
Archive     http://www.ee.ethz.ch/~slist/rrd-users
WebAdmin    http://www.ee.ethz.ch/~slist/lsg2.cgi



More information about the rrd-users mailing list