[rrd-users] simple issues

Hunter Peress hunterp at fastmail.fm
Thu Jul 31 19:26:45 MEST 2003


I have 140 datastreams im trying to graph. I cant even do 2.

As you can see i WANT 2 lines. one is in the 12000,12500 range and the
other is in the 12000,90000 range. The graph is just terrible looking. I
want to be able to clearly see both graphs.


rrdtool create test.rrd             \
        --start 920804400          \
        DS:speed:COUNTER:600:U:U   \
        DS:shit:COUNTER:600:U:U   \
        RRA:AVERAGE:0.5:1:24       \
        RRA:AVERAGE:0.5:6:10

rrdtool update test.rrd 920804700:12345:12500 920805000:12357:13000
920805300:12363:13200
rrdtool update test.rrd 920805600:12363:80000 920805900:12400:70000
920806200:12500:90000

rrdtool graph speed.png                              \
     --start 920804400 --end 920808000               \
     DEF:inoctets=test.rrd:speed:AVERAGE        \
     DEF:outoctets=test.rrd:shit:AVERAGE       \
     LINE1:outoctets#0000FF:"Out traffic" \
     LINE2:inoctets#0000FF:"In traffic"









2nd question: does anyone know of any graphs with 140 (or close)
datastreams? why? because i dont want to pick out 140 different colors
if someone has done it before. i realize that i could do a chromatic
sequence.

--
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