quote:Originally posted by bixI'm looking for a meathod to display a "top 20"-ish graph of interface utilization. In particular, I'm interested in seeing only interfaces which hit a sustained peak utilization of, say, 80% for a 5 min. or greater period of time. Ideally, I'd like to be able to generate alerts on such a condition, but I think a daily graph will suffice for the time being. Anyone have thoughts? Any sql guru's out there? =]Thanks!-Chris
quote:Originally posted by bixThat's sort of what I want, but not quite. I spoke with Orion support, and they said that it was outside the scope of their efforts, and that a custom SQL query might be the way to go. I talked with our SQL guys. Because of the fact that orion captures moments in time, what I'm really asking or is an application to ask something like: If a given record for interface utilization is above 80%, then make note of it and look at the next record. If that record is also above 80%, then make note of it and look at the next record, etc. If the >80% utilization continues for more than 5 mins worth of polling records, make note of how long the duration lasted. If the >80% utilization continues for less than 5 mins, then ignore the spike and move on to the next record.
quote:Originally posted by Network_GuruThe alert is based on the utilization over the duration of the statistics polling interval.If you poll for the interface stats every 10 minutes, then you must exceed the threshold for the full 10 minutes before you get alerted.-=Cheers=- NG