<div dir="ltr">I'd like to suggest that you could sped this up big time on a multi core device by using "parallel"<div><br></div><div><a href="http://savannah.gnu.org/projects/parallel/">http://savannah.gnu.org/projects/parallel/</a><br></div><div><br></div><div>You do the extraction in parallel:</div><div><br></div><div><div>  rrdtool graph /dev/null \</div><div>    --start ... --end ... --step ... \</div><div>    DEF:x=$x:column:AVERAGE \</div><div>    VDEF:y=x,MAXIMUM </div><div>    PRINT:y:$x=%lf</div><div>    grep = > /ramdisk/$ip.$id.data</div></div><div><br></div><div>and then you cat all the small little files, and sort , print.</div><div><br></div><div>(probaby the rrdtool command line is what takes most of the computing power.)</div><div> </div><div>David</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Oct 2, 2014 at 4:29 AM, Rob Hassing <span dir="ltr"><<a href="mailto:rob.hassing@deltics.nl" target="_blank">rob.hassing@deltics.nl</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I am measuring the bandwidth usage of over 4000 ports in a network using<br>
sFlow.<br>
<br>
The sFlow daemon I use generates a rrd file for each port.<br>
<br>
So I have over 4000 rrd files named: x.x.x.x-Y.rrd<br>
Where x.x.x.x is the ip address of the host and y is the portindex number.<br>
<br>
Now I would like to find the top 10 of bandwidth usage in these 4000 files.<br>
<br>
Anyone done something like this before or does somebody have an idea on how<br>
to do this?<br>
<br>
Thank you very much in advance<br>
<br>
Best regards,<br>
Rob Hassing<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://rrd-mailinglists.937164.n2.nabble.com/find-top-10-in-4000-rrd-files-tp7582509.html" target="_blank">http://rrd-mailinglists.937164.n2.nabble.com/find-top-10-in-4000-rrd-files-tp7582509.html</a><br>
Sent from the RRDtool Users Mailinglist mailing list archive at Nabble.com.<br>
<br>
_______________________________________________<br>
rrd-users mailing list<br>
<a href="mailto:rrd-users@lists.oetiker.ch">rrd-users@lists.oetiker.ch</a><br>
<a href="https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users" target="_blank">https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users</a><br>
</blockquote></div><br></div>