Can I create an interface that will record historically the traffic of two interfaces? For example, we have two ISP connections and I want to see the total usage of both interfaces and then plot that on a graph.
I used the SUM function in SQL to show the current interface speed on a modern dashboard, but being able to see the history would be great. Also, I may want to create alerts for high utilization.
Any help would be appreciated. Thank you,