0
而我所得到的rrdtool
下面的調用是一個空的圖,但爲什麼?數據庫中沒有數據?RRDtool圖:空圖
rrdtool create connecteclients.rrd --step 300
DS:ConnectedClients:GAUGE:600:0:U
RRA:AVERAGE:0.5:1:432
RRA:AVERAGE:0.5:1:2016
RRA:AVERAGE:0.5:3:2880
RRA:AVERAGE:0.5:12:8640
rrdtool update connectedclients.rrd N:39
-- .. After 5 min again and again.. --
rrdtool graph picture.png \
--imgformat=PNG \
--start=-86400 \
--end=now \
--title="Clients" \
--rigid \
--base=1000 \
--height=96 \
--width=400 \
--upper-limit=2000000 \
--lower-limit=0 \
--slope-mode \
--color "BACK#4095FF" \
DEF:a=connectedclients.rrd:ConnectedClients:AVERAGE \
AREA:a#00CF00:"Clients" \
你可以發佈你的`rrddump`結果嗎?如果需要,在一個pastebin上。 (我自己懶得去做) – 2011-01-20 02:07:44