Hi all same problem here, I'm also having this with all my graphs.
I'm also using gentoo linux 2005
I'm using rrdtool-1.2.6r1 which is concidered stable.
Here's some syntax
Code:
/usr/bin/rrdtool graph - \
--imgformat=PNG \
--start=1120464662 \
--end=1120476453 \
--title="Hum outside" \
--base=1000 \
--height=220 \
--width=700 \
--upper-limit=100 \
--lower-limit=0 \
COMMENT:"From 2005/07/04 10\:11\:02 To 2005/07/04 13\:27\:33\c" \
COMMENT:" \n" \
--vertical-label="Procent" \
--slope-mode \
DEF:a="/var/www/localhost/htdocs/cacti/rra/test_snmp_oid_11.rrd":snmp_oid:AVERAGE \
LINE2:a#6EA100:"Luchtvochtigheid" \
GPRINT:a:LAST:"Current\:%8.2lf %s" \
GPRINT:a:AVERAGE:"Average\:%8.2lf %s" \
GPRINT:a:MAX:"Maximum\:%8.2lf %s" \
GPRINT:a:MIN:"Minimum%8.2lf %s\n" \
HRULE:85#FF3932:"Maximum Waarde" \
HRULE:50#4444FF:"Minimum Waarde" \
HRULE:65#B1441E:"Streefwaarde\n"
The last thing I changed before I noticed this behavious is when I've changed the standard RRA's into this:
Code:
Name Steps Rows Timespan
Daily (5 Minute Average) 1 600 86400
Weekly (5 Minute Average) 1 2200 604800
Yearly (5 Minute Average) 1 105120 33053184
Monthly (5 Minute Average) 1 9000 2678400
The point of this is to have a resolution of 5 minutes for every day, week, month and year
There is only 1 datasource for the graphs
The rrd's are about 10 days old
If I zoom down to 20 minutes, rrdtool hangs with 99% cpu
If you want to know more, i can try to give you answers,.....
Greetings