Giter VIP home page Giter VIP logo

fs's People

Contributors

jsommers avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

fs's Issues

What's the flow export format?

Hi,I am using your simulation tools.But I can't understand the format of the flow export files.For example,what's the meaning of each column of the following line?
textexport a 0.016469 0.016469 0.321625 10.1.0.1:22->10.3.1.1:25833 tcp 0x0 harpoon:172.16.0.1 5 4373 FSA
I am looking forward to your reply as soon as possible.

Question about the counters

I noticed something interesting about the counters when playing with fs-sdn when executing that simpler version of openflow_small_cbr.dot.

It uses the learning switch application and sends traffic from switch A that goes through B and ends in C. Every interfaces can forward 10Mpbs.
The udp traffic starts at 5s and an additional flow of 10Mb is sent every second.

The interesting thing is that in the A counters I can see the flows leaving every seconds, but the first flow only reaches B at 7s and C at 8s. In a scenario without congestion and no queue delay, or competing flows, at 10Mbps, the time to reach should not be near 6s? (Approximately the time it takes to be transmitted to switch A, considering that the next switch starts to transmit as soon as the first packet reaches it).

A counters
5.000 simple->a 1250000 bytes 826 pkts 1 flows
7.000 simple->a 1250000 bytes 826 pkts 1 flows
8.000 simple->a 1250000 bytes 826 pkts 1 flows

B counters
7.000 a->b 1250000 bytes 826 pkts 1 flows
9.000 a->b 1250000 bytes 826 pkts 1 flows

C counters
8.000 b->c 1250000 bytes 826 pkts 1 flows
10.000 b->c 1250000 bytes 826 pkts 1 flows

Looking in the code

wait = self.delay + flowlet.size / self.capacity

The waiting time is calculated that way, which means for the flow size sent, the wait is going to be 1s, which explains the difference in the interval between different switches. Is it a known problem or is it related to the way traffic is being generated? (Considering the importance of the traffic generator to it).

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.