Hello,
I would like to ask if anyone has the same performance about the port graphics, like this:
This is my 48hours port grpahics and its everything normal but when I want to check One month grpah this is how it looks:
and the 3 months old graphics looks worse:
What could be happening?
RRD data consolidates over time so their’s less data to make the graph look smooth. It’s possible some rrd wizardry could make it look better.
Hello,
mine seem to appear similar between 24hrs and 2 months.
I don’t know if its useful but here is the RRD command from my 2month view:
rrdtool graph /tmp/vD3BpRDOsmJ6ptJe --start 1742048700 --end 1747405500 --width 1712 --height 318 --imgformat=SVG --font LEGEND:8:DejaVuSansMono --font AXIS:7:DejaVuSansMono --font-render-mode normal -c FONT\#000000 -c BACK\#EEEEEE00 -c SHADEA\#EEEEEE00 -c SHADEB\#EEEEEE00 -c CANVAS\#FFFFFF00 -c GRID\#a5a5a5 -c MGRID\#FF9999 -c FRAME\#5e5e5e -c ARROW\#5e5e5e --alt-autoscale-max --rigid --slope-mode DEF:outoctets=1.1.1.1/port-id41.rrd:OUTOCTETS:AVERAGE DEF:inoctets=1.1.1.1/port-id41.rrd:INOCTETS:AVERAGE DEF:outoctets_max=1.1.1.1/port-id41.rrd:OUTOCTETS:MAX DEF:inoctets_max=1.1.1.1/port-id41.rrd:INOCTETS:MAX CDEF:octets=inoctets,outoctets,+ CDEF:doutoctets=outoctets,-1,\* CDEF:outbits=outoctets,8,\* CDEF:outbits_max=outoctets_max,8,\* CDEF:doutoctets_max=outoctets_max,-1,\* CDEF:doutbits=doutoctets,8,\* CDEF:doutbits_max=doutoctets_max,8,\* CDEF:inbits=inoctets,8,\* CDEF:inbits_max=inoctets_max,8,\* VDEF:totin=inoctets,TOTAL VDEF:totout=outoctets,TOTAL VDEF:tot=octets,TOTAL CDEF:dpercentile_outn=doutbits,-1,\* VDEF:dpercentile_outnp=dpercentile_outn,95,PERCENT CDEF:dpercentile_outnpn=doutbits,doutbits,-,dpercentile_outnp,-1,\*,+ VDEF:dpercentile_out=dpercentile_outnpn,FIRST VDEF:percentile_in=inbits,95,PERCENT VDEF:percentile_out=outbits,95,PERCENT COMMENT:'bps Now Ave Max 95th %\\n' AREA:inbits_max\#D7FFC7: AREA:inbits\#90B040: LINE:inbits\#608720:'In ' GPRINT:inbits:LAST:%6.2lf%s GPRINT:inbits:AVERAGE:%6.2lf%s GPRINT:inbits_max:MAX:%6.2lf%s GPRINT:percentile_in:%6.2lf%s\\n AREA:doutbits_max\#E0E0FF: AREA:doutbits\#8080C0: LINE:doutbits\#606090:'Out' GPRINT:outbits:LAST:%6.2lf%s GPRINT:outbits:AVERAGE:%6.2lf%s GPRINT:outbits_max:MAX:%6.2lf%s GPRINT:percentile_out:%6.2lf%s\\n GPRINT:tot:'Total %6.2lf%sB' GPRINT:totin:'\(In %6.2lf%sB' GPRINT:totout:'Out %6.2lf%sB\)\\l' LINE1:percentile_in\#aa0000 LINE1:dpercentile_out\#aa0000 HRULE:10000000000\#000000:'Port Speed 10 Gbps\\n' --daemon unix:/run/rrdcached.sock