Re: [Ryu-devel] collecting management information in Ryu

2015-07-07 Thread FUJITA Tomonori
On Tue, 07 Jul 2015 02:33:33 +0430 "mehran shetabi" wrote: > In Mininet, I have one switch, and 2 controllers that connected to this > switch. > With one controller, i want to monitor another controller (i mean that i > want to collect management information like CPU usage, memory usage, load o

[Ryu-devel] collecting management information in Ryu

2015-07-06 Thread mehran shetabi
Hi, In Mininet, I have one switch, and 2 controllers that connected to this switch. With one controller, i want to monitor another controller (i mean that i want to collect management information like CPU usage, memory usage, load of controller, ...). How can i do this in Ryu? Thank you, ...