Code Monkey home page Code Monkey logo

geni-tools's Introduction

geni-tools

Tools for working with GENI to do measurements and create overlay topologies

The basic tools allow generating a configuration file with pairwise latencies between each pair of nodes in a GENI manifest. For example, you can run

python parse_geni_manifest.py -f manifest.xml > geni_nodes.txt

This will parse the GENI manifest file to generate a list of nodes with their login info. Then, you can use that list of nodes as input to the ping_all.sh script. The ping_all.sh script will ssh into each GENI node and run a ping test to each other node, and report the results.

./ping_all.sh -f geni_nodes.txt

The output from the ping_all.sh script can then be processed using format_pingout.py. This program will parse the ping results and generate an output file listing the minimum observed pairwise latency for each pair of nodes. The example below assumes the output from ping_all.sh was saved in a file pingoutput.txt.

python format_pingout.py -f pingoutput.txt

geni-tools's People

Contributors

amybabay avatar

Stargazers

Wentao Wu avatar

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.