network-tomography 1.0
Download | Size | md5 hash |
---|---|---|
NetworkTomography-Measurements-1.0.tar.gz | 47.49 KB | d78cd93ff143ed43b577b27583d454b5 |
============
Requirements
============
The provided measurements with the BitTorrent client now require mpi4py: (http://code.google.com/p/mpi4py/downloads/list). This is because for launching the application we use mpirun, and to terminate it properly, we use MPI calls for synchronized termination
=======================
BitTorrent Measurements
=======================
The BitTorrent-related data is in the 'bt-measurements' directory, provided by Kiril Dichev. It is an instrumented version of the original BitTorrent client written by Bram Cohen. We currently launch all processes as MPI processes:
mpirun <MPI parameters> btdownloadheadless
============
Installation
============
We use Python distutils to prepare the package. To install, you need to run untar the tarball, and run
python setup-measurements.py install - for the BT measurements package
If you are not root, you can install using:
python setup-measurements.py install --user
and then set in .bashrc :
export PATH=$HOME/.local/bin:$PATH
export PYTHONPATH=$HOME/.local/lib64/python2.7/site-packages/clustering
===================
Running experiments
===================
Experiments are run in two phases:
-BItTorrent measurements or simulation of BitTorrent measurements
-Clustering of the data
- 217920 reads