Total bandwidth graphs don't generate
Moderators: Developers, Moderators
Total bandwidth graphs don't generate
The 95th percentile graphs do, the normal graphs do, but if I put the total bandwidth graph template into use it just doesn't generate. Any ideas? I tried looking around a bit before I posted but maybe I just couldn't find it.
You want to rephrase that? Post some pics of what you mean.
| Scripts: Monitor processes | RFC1213 MIB | DOCSIS Stats | Dell PowerEdge | Speedfan | APC UPS | DOCSIS CMTS | 3ware | Motorola Canopy |
| Guides: Windows Install | [HOWTO] Debug Windows NTFS permission problems |
| Tools: Windows All-in-one Installer |
Im not sure how else I can rephrase it. The graph template titled "Traffic (bits/sec Total Bandwidth)" doesn't seem to work. The 95th percentile graph does, a normal graph with nothing special does, but any of the total bandwidth traffic template don't seem to work - they show up as a broken image icon. They are the only templates that seem to be doing this for me. Is that a little more coherent? Sorry.
Thanks, I really appreciate the help
Ok, so here is the debug for the total bandwidth in bits graph
And here it is for the total bandwidth in bytes graph
Ok, so here is the debug for the total bandwidth in bits graph
Code: Select all
RRDTool Command:
/usr/bin/rrdtool graph - \
--imgformat=PNG \
--start=-86400 \
--end=-300 \
--title="norad.***.com - Traffic - 64.92.***.*** (eth0)" \
--rigid \
--base=1000 \
--height=120 \
--width=500 \
--alt-autoscale-max \
--lower-limit=0 \
--vertical-label="bits per second" \
DEF:a="/home/norad/domains/norad.****.com/public_html/cacti/rra/norad_****_com_traffic_in_58.rrd":traffic_in:AVERAGE \
DEF:b="/home/norad/domains/norad.****.com/public_html/cacti/rra/norad_****_com_traffic_in_58.rrd":traffic_out:AVERAGE \
CDEF:cdefa=a,8,* \
CDEF:cdeff=b,8,* \
AREA:cdefa#00CF00:"Inbound" \
GPRINT:cdefa:LAST:" Current\:%8.2lf %s" \
GPRINT:cdefa:AVERAGE:"Average\:%8.2lf %s" \
GPRINT:cdefa:MAX:"Maximum\:%8.2lf %s" \
COMMENT:"Total In: 4.05 MB\n" \
LINE1:cdeff#002A97:"Outbound" \
GPRINT:cdeff:LAST:"Current\:%8.2lf %s" \
GPRINT:cdeff:AVERAGE:"Average\:%8.2lf %s" \
GPRINT:cdeff:MAX:"Maximum\:%8.2lf %s" \
COMMENT:"Total Out: 5.02 MB"
RRDTool Says:
ERROR: Garbage ': 4.05 MB\n' after command:
Code: Select all
/usr/bin/rrdtool graph - \
--imgformat=PNG \
--start=-86400 \
--end=-300 \
--title="norad.*****.com - Traffic - 64.92.***** (eth0)" \
--rigid \
--base=1000 \
--height=120 \
--width=500 \
--alt-autoscale-max \
--lower-limit=0 \
--vertical-label="bytes per second" \
DEF:a="/home/norad/domains/norad.****.com/public_html/cacti/rra/norad_****_com_traffic_in_59.rrd":traffic_in:AVERAGE \
DEF:b="/home/norad/domains/norad.*****.com/public_html/cacti/rra/norad_******_com_traffic_in_59.rrd":traffic_out:AVERAGE \
AREA:a#00CF00:"Inbound" \
GPRINT:a:LAST:" Current\:%8.2lf %s" \
GPRINT:a:AVERAGE:"Average\:%8.2lf %s" \
GPRINT:a:MAX:"Maximum\:%8.2lf %s" \
COMMENT:"Total In: 0 bytes\n" \
LINE1:b#002A97:"Outbound" \
GPRINT:b:LAST:"Current\:%8.2lf %s" \
GPRINT:b:AVERAGE:"Average\:%8.2lf %s" \
GPRINT:b:MAX:"Maximum\:%8.2lf %s" \
COMMENT:"Total Out: 0 bytes"
RRDTool Says:
ERROR: Garbage ': 0 bytes\n' after command
- gandalf
- Developer
- Posts: 22383
- Joined: Thu Dec 02, 2004 2:46 am
- Location: Muenster, Germany
- Contact:
Which version of rrdtool is used? Try running Does this match the "Settings->RRDTool Utility Version"?
Reinhard
Code: Select all
rrdtool --version
Reinhard
Who is online
Users browsing this forum: No registered users and 1 guest