Is it possible to pole a device, say every 5 seconds to collect throughput data for graphing purposes? If so, how can I do this?
Thank you
Is it possible to pole a device, say every 5 seconds to collect throughput data for graphing purposes? If so, how can I do this?
Thank you
TR-069 is not poll based, only push. You can fake polling by sending a connection to the connection request url (thats what Genie does under the covers for you).
So, given those limitations, to accomplish what you are wanting you would need to set the inform interval to 5 seconds, and then use a provision script to set a max age on the desired node/value to 5 seconds. You would then need to either push that value to a different database to store the values for graphing, or I believe the commercial version has historical graphing capabilities. Don’t quote me on that though. Would need @zaidka’s input.
-dan
thank you. I was actually just looking at a comment you had made in the topic GUI enhancements and plans for 2019 which states that it is already possible using the following parameters
InternetGatewayDevice.DownloadDiagnostics.DiagnosticsState: Requested
InternetGatewayDevice.DownloadDiagnostics.DownloadURL: http://some_url.com/
I was just trying that from the GenieACS gui and was met with failure. Can you please explain in terms that an intellectual turnip such as myself might understand?
Thanks.
did it worked with you ?
inform with 5 seconds will greatly up the processing.
Min inform Intervall for most devices are 30 seconds.