https://github.com/dnschneid/flowcomptime
https://github.com/dnschneid/flowcomptime
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dnschneid/flowcomptime
- Owner: dnschneid
- Created: 2012-06-04T10:09:51.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-05-29T06:55:04.000Z (about 12 years ago)
- Last Synced: 2025-01-30T07:27:42.383Z (5 months ago)
- Language: Python
- Size: 118 KB
- Stars: 1
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Evaluating Flow Completion Time using Mininet
Major Dependencies:
Mininet, Open vSwitchBased on the original paper:
Why Flow-Completion Time is the Right Metric for Congestion Control
Nandita Dukkipati, Nick McKeown. ACM CCR January 2006.Files:
flowcomp.py
Primary experiment driver
flowcomp-sweep.sh
Calls flowcomp.py with various parameters
log-flows.sh
Monitors the number of active open-vswitch flows
Makefile
Builds the traffic generator
plot_*.py
Scripts to plot the data dumps
traffic.c
Traffic generator and receiver
util
Extra utility scripts as a git submodule