-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.txt
32 lines (19 loc) · 1.74 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Cloud Accessibility Measurement (CAM)
Computer Science Department, Montana State University
Srinivas Gumdelli ([email protected]) and Mike Wittie ([email protected])
OVERVIEW
We are developing a tool for passive measurement of network performance between cloud datacenters and arbitrary Internet hosts. Currently we would like to evaluate the accuracy of existing network path measurement tools representative of a breadth of measurement techniques, packet pairs, self-induced congestion, etc..
MEASUREMENT AND DATA COLLECTION
The included scripts will invoke several tools to measure network performance between your this machine and several cloud datacenters. The tools included in this package are:
Iperf - http://iperf.sourceforge.net/
Assolo - http://netlab-mn.unipv.it/assolo/
Pathload - http://www.cc.gatech.edu/fac/Constantinos.Dovrolis/bw-est/pathload.html
WBest - http://web.cs.wpi.edu/~claypool/papers/wbest/
MultiQ - http://pdos.csail.mit.edu/papers/multiq:imc04.pdf
Actual TCP and UDP transfers of bulk data
The scripts will run these tools sequentially and save their output (TCP throughput, available bandwdith, path capacity) in our database. We will also save your IP address, network type (WiFi/Ethernet), and time of individual measurements. In the case of MultiQ, we will save pcap files only of files transfered between your machine and our datacenters - no private traffic will be collected.
EXECUTION OF SCRIPTS
We would like to measure residential networks, so if you are able, please run the measurements from home. To start the scripts please invoke the following commands:
python start.py
We are assuming you are running Linux have Python 2.6 installed on your machine.
If you have any questions, please contact us via email.