Hello,
Is it possible to display bps by polling IN Octets and OUT Octets every 10 seconds and calculating the difference from the values recorded 10 seconds prior, using the formula `bps = (difference in octets / 10 sec) * 8 bits`?
Alternatively, please let me know if there are any example connectors available on your website.
Thanks.
Pedro Debevere [SLC] [DevOps Enabler] Answered question
Hi Hiroaysu,
An example connector that implements rate calculation logic can be found on the following GitHub repository: SLC-C-Example_Rates-SNMP.
Pedro Debevere [SLC] [DevOps Enabler] Answered question