<div dir="ltr">Is there a reason you need a 60 second inform interval? I would start by backing off your inform interval.<div><br></div><div>-dan</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Oct 18, 2017 at 10:03 AM,  <span dir="ltr"><<a href="mailto:mark@montanasky.net" target="_blank">mark@montanasky.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">We're running version 1.0.? (not sure how to check)<br>
<br>
I have parameters.json set to track 6 params:<br>
<br>
"InternetGatewayDevice.WANDevi<wbr>ce.1.WANConnectionDevice.1.WAN<wbr>PPPConnection.1.Stats.Ethernet<wbr>BytesSent" : {"track" : true},<br>
"InternetGatewayDevice.WANDevi<wbr>ce.1.WANConnectionDevice.1.WAN<wbr>PPPConnection.1.Stats.Ethernet<wbr>BytesReceived" : {"track" : true},<br>
"InternetGatewayDevice.WANDevi<wbr>ce.1.WANDSLInterfaceConfig.Ups<wbr>treamNoiseMargin" : {"track" : true},<br>
"InternetGatewayDevice.WANDevi<wbr>ce.1.WANDSLInterfaceConfig.Dow<wbr>nstreamNoiseMargin" : {"track" : true},<br>
"InternetGatewayDevice.WANDevi<wbr>ce.1.WANDSLInterfaceConfig.Ups<wbr>treamAttenuation" : {"track" : true},<br>
"InternetGatewayDevice.WANDevi<wbr>ce.1.WANDSLInterfaceConfig.Dow<wbr>nstreamAttenuation" : {"track" : true}<br>
<br>
<br>
We currently have about 1200 devices reporting every 60 seconds.  I have a TTL index on the History collection that expires records older than 72 hours.  Even with this TTL, there are about 8 million records currently in the collection, and this makes most API calls to the History collection timeout.<br>
<br>
Does anybody have any suggestions for keeping the History collection from getting so large?  Maybe some way to avoid saving these params on EVERY poll?  Maybe just save from a given device once per hour?  Or once per half hour?<br>
<br>
I'm open to any and all suggestions.<br>
<br>
Thanks in advance!<br>
______________________________<wbr>_________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.genieacs.com" target="_blank">Users@lists.genieacs.com</a><br>
<a href="http://lists.genieacs.com/mailman/listinfo/users" rel="noreferrer" target="_blank">http://lists.genieacs.com/mail<wbr>man/listinfo/users</a><br>
</blockquote></div><br></div>