Search code examples
python-3.xsdnmininetopenflow

How to collect logs such as RTT and Avg RTT on Mininet?


Can anybody please guide me on how we can get logs for RTT and Avg RTT on Mininet while using custom topology code provided in examples. Hoping for your response .


Solution

  • To measure RTT You may refer to this research paper . The implementation is here for the above paper. Though I could find another paper, but i think this one would not give quite an accurate result. (Clock synchronization problems). Anyways You can have a look for motivation.