Re: [nox-dev] get_link_load_ratio

2011-08-14 Thread Srini Seetharaman
A cleared definition can be found in the linkload.hh file: /** Get link load ratio. * @param dpid datapath id of switch * @param port port number * @param tx transmit load * @return ratio of link bandwidth used (-1 if invalid result) */ float get_link_load_ratio(datapathid dpid, uint16_t port

[nox-dev] get_link_load_ratio

2011-08-10 Thread Min-Hyup KANG
Hi all,I am trying to get  bandwidth using get_link_load_ratio method in linkload.cc1.Return-value of get_link_load_ratio is ratio of particular port, right ?2.and speed is total bandwidth of particular port(Mbps), right ?3. ratio * speed = using bandwidth(Mbps) of particular port, right ?pl