Download Emulab - ECSE - Rensselaer Polytechnic Institute

Survey
yes no Was this document useful for you?
   Thank you for your participation!

* Your assessment is very important for improving the workof artificial intelligence, which forms the content of this project

Document related concepts
no text concepts found
Transcript
Emulab Introduction
Shiv Kalyanaraman
[email protected]
Google: “Shiv RPI”
Rensselaer Polytechnic Institute
1
Shivkumar Kalyanaraman
Based upon slides from Jay Lepreau, Utah
Recall: Simulation vs
Measurement/Implementation

1. Real system is more credible, but more complex –
lot of auxiliary concerns & murphy’s law strikes often!



2. Measurement of Internet traffic may not be the
same as measurement tomorrow (real, but still random
samples!)


But simulation must be thought of as a first step to real
implementation
(I.e. to get a stable design that must be validated by
implementation and/or analysis)
Representative measurement traces can be used to drive
simulation (I.e. trace-driven simulation)
3. New emulation platforms: Utah’s emulab (next slide)

Takes out the configuration complexity from small/medium
sized real experiments!
4. Bottom line: mix and match both tools depending
upon the problem at hand
Shivkumar Kalyanaraman
Rensselaer Polytechnic Institute

2
Based upon slides from Jay Lepreau, Utah
Utah Emulab and Click: Emulation and
Modular Implementation Platforms
MIT’s Click Modular Router
On Linux:
Forwarding Plane Implns
Utah’s Emulab Testbed: control &
interconnect the kernels of 100s of
machines
just
by using ns-2 scripting!!!
Rensselaer
Polytechnic
Institute
3
Shivkumar Kalyanaraman
Based upon slides from Jay Lepreau, Utah
This is done! You just write ns-2 scripts!
Rensselaer Polytechnic Institute
4
Shivkumar Kalyanaraman
Based upon slides from Jay Lepreau, Utah
What is Emulab?

A configurable Internet emulator in a room
 Today: 200 nodes, 500 wires, 2x BFS (switch)
 virtualizable topology, links, software

Bare hardware with lots of tools
An instrument for experimental CS research
Universally available to any remote experimenter
Simple to use: just write ns-2 scripts



Rensselaer Polytechnic Institute
5
Shivkumar Kalyanaraman
Based upon slides from Jay Lepreau, Utah
Why?






“We evaluated our system on five nodes.”
-job talk from university with 300-node cluster
“We evaluated our Web proxy design with 10 clients on 100Mbit
ethernet.”
“Simulation results indicate ...”
“Memory and CPU demands on the individual nodes were not
measured, but we believe will be modest.”
“The authors ignore interrupt handling overhead in their evaluation,
which likely dominates all other costs.”
“Resource control remains an open problem.”
Rensselaer Polytechnic Institute
6
Shivkumar Kalyanaraman
Based upon slides from Jay Lepreau, Utah
Why 2





“You have to know the right people to get access to the cluster.”
“The cluster is hard to use.”
“<Experimental network X> runs FreeBSD 2.2.x.”
“October’s schedule for <experimental network Y> is…”
“<Experimental network Z> is tunneled through the Internet”
Rensselaer Polytechnic Institute
7
Shivkumar Kalyanaraman
Based upon slides from Jay Lepreau, Utah
Key Design Aspects
Allow experimenter complete control
 … but provide fast tools for common cases
 OS’s, disk loading, state mgmt tools, IP, traffic
generation, batch, ...
 Virtualization
 of all experimenter-visible resources
 node names, network interface names, network
addresses
 Allows swapin/swapout

Rensselaer Polytechnic Institute
8
Shivkumar Kalyanaraman
Based upon slides from Jay Lepreau, Utah
Design Aspects (cont’d)
Flexible, extensible, powerful allocation algorithm
 Persistent state maintenance:
 none on nodes
 all in database
 leverage node boot time: only known state!
 Separate control network
 Familiar, powerful, extensible configuration
language: ns

Rensselaer Polytechnic Institute
9
Shivkumar Kalyanaraman
Based upon slides from Jay Lepreau, Utah
Some Unique Characteristics
User-configurable control of “physical”
characteristics: shaping of link
latency/bandwidth/drops/errors
(via invisibly interposed “shaping nodes”), router
processing power, buffer space, …
 Node breakdown (old):
 40 core, 160 edge

Rensselaer Polytechnic Institute
10
Shivkumar Kalyanaraman
Based upon slides from Jay Lepreau, Utah
More Unique Characteristics
Capture of low-level node behavior such as
interrupt load and memory bandwidth
 User-replaceable node OS software
 User-configurable physical link topology
 Completely configurable and usable by external
researchers, including node power cycling

Rensselaer Polytechnic Institute
11
Shivkumar Kalyanaraman
Based upon slides from Jay Lepreau, Utah
An “Experiment”
emulab’s central operational entity
 Directly generated by an ns script,
 … then represented entirely by database state


Steps: Web, compile ns script, map, allocate, provide
access, assign IP addrs, host names, configure VLANs,
load disks, reboot, configure OS’s, run, report
Rensselaer Polytechnic Institute
12
Shivkumar Kalyanaraman
Based upon slides from Jay Lepreau, Utah
Mapping Example
Rensselaer Polytechnic Institute
13
Shivkumar Kalyanaraman
Based upon slides from Jay Lepreau, Utah
Automatic mapping of desired topologies
and characteristics to physical resources



Algorithm goals:
 minimize likelihood of experimental artifacts
(bottlenecks)
 “optimal” packing of multiple simultaneous
experiments
 Extensible for heterogenous hardware, software,
new features
Randomized heuristic algorithm: simulated annealing
May move to genetic algorithm
Rensselaer Polytechnic Institute
14
Shivkumar Kalyanaraman
Based upon slides from Jay Lepreau, Utah
Virtual Topology
Rensselaer Polytechnic Institute
15
Shivkumar Kalyanaraman
Based upon slides from Jay Lepreau, Utah
Mapping into Physical Topology
Rensselaer Polytechnic Institute
16
Shivkumar Kalyanaraman
Based upon slides from Jay Lepreau, Utah
For more info….

Emulab website: http://www.emulab.net/
Rensselaer Polytechnic Institute
17
Shivkumar Kalyanaraman
Based upon slides from Jay Lepreau, Utah