Software Defined Networking
1753524 Members
5062 Online
108795 Solutions
New Discussion

Re: Flow statistics retrieval via REST API

 
SOLVED
Go to solution
kobisamoray
Occasional Advisor

Flow statistics retrieval via REST API

I'm using REST to retrieve flow stats - I use packet_count and byte_count values in my application.

It seems like these values are being cached by the controller.

While the cache retention time is reasonable for production use, I'd like a shorter interval for demo purposes.

Is the cache retention interval configurable in any way?

 

Thanks,

1 REPLY 1
kobisamoray
Occasional Advisor
Solution

Re: Flow statistics retrieval via REST API

Version 1.14.0 of the SDN controller doesn't cache the flow data.

Upgrading from 1.13.0 to 1.14.0 resolved my problem.