On Sat, Dec 13, 2014 at 10:41 PM, Adam Armstrong <adama@memetic.org> wrote:
some other people with large non-ramdisk installs could see how long this takes :)
Here's the times for my install. [07:44:57] [/opt/observium/rrd ] $ time for file in `\ls */port-*.rrd | xargs`; do rrdtool graphv /dev/null DEF:outoctets=$file:OUTOCTETS:AVERAGE DEF:inoctets=$file:INOCTETS:AVERAGE CDEF:octets=inoctets,outoctets,+ VDEF:totin=inoctets,TOTAL VDEF:totout=outoctets,TOTAL PRINT:totin:"%4.2lf" PRINT:totout:"%4.2lf"; done