I was just told real-time data in the Cisco environment isn't stored in a database until it hits 5-minute rollover, the more current stuff is in RAM on the Router.
If this is true, is it possible to generate real-time reports through SQL?
Thanks in advance
Updates to the IPCC Enterprise real time data occur every 10 seconds.
Updates are made to the Real Time database tables every 10 seconds?
I was told I would need access to API's to get real time data from the prog router.
I can deal with a 10 second lag from the SQL tables, but not a 5 minute lag.
You are positive I can run reports from those real time tables (Agent_Real_Time, Network_Trunk_Group_Real_Time, etc.)?
Thanks.
Yes. Data in the real time tables are updated every 10 seconds.
Awesome. Thanks!!