![](https://secure.gravatar.com/avatar/f807b4fef1e3d32f7522004708f7f131.jpg?s=120&d=mm&r=g)
14 Dec
2014
14 Dec
'14
8:48 a.m.
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
real 1m55.605s user 0m2.644s sys 0m13.117s
[07:45:43] [/opt/observium/rrd ] $ \ls */port-*.rrd | grep -v adsl | grep -v dot3 | wc -l 26156
bt