Has anyone developed a SQL query that would indicate the following for WAN circuit utilization...
1. Period of utilization above a certain percentage (40% in my case).
2. Number of times over utilization has occured in the past week.
We are trying to develop a capacity monitoring system for our redundant circuits. Whenever one reaches consistent 40% usage we would like to begin looking at upgrading the circuit such that if one fails then one would have the capacity to handle two circuits worth of data until the one circuit is repaired. So we want to know when the circuit reaches 40% usage, how long it reached that usage and how many times throughout the week it has occurred.
If anyone has an idea of how to accomplish this and would like to share, it would be greatly appreciated as my SQL skills are virtualy non-existent.
Thanks