Re: [nox-dev] how to get individual flows

2012-03-05 Thread Aaron Rosen
Oh you have to call send_flow_stats_request() I thought you said you did that by saying: "I have also set appropriate call back timers." I'd use a timer like: def timer_callback(): send_flow_stats_request() inst.post_callback(1, timer_callback) # Change 1 to w/e rate you want to query a

Re: [nox-dev] how to get individual flows

2012-03-05 Thread Aaron Rosen
Hi Baraki, I think the issue might be this line: >     flow.dl_source = NONE Can you try it without that? Also those LLDP packets could be coming from the discovery module if you are running that. Otherwise they might be coming from a flowvisor if you are also running that. Aaron On Mon, M

[nox-dev] how to get individual flows

2012-03-05 Thread Baraki Halefom
Hi every one, Apart from aggregate statistics I want to retrieve flows from switches. To do that I am running my component along with monitoring component in the command line. In my component I have the following code: # to send flow stats request def send_flow_stats_request(): global xi