Software Defined Networking
1827474 Members
2059 Online
109965 Solutions
New Discussion

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.