Changes between Version 33 and Version 34 of GeniTmix
- Timestamp:
- 10/16/12 09:35:47 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GeniTmix
v33 v34 1 1 = Tmix on ProtoGENI = 2 Information about Running experiments using the Tmix traffic generation systemon ProtoGENI nodes.2 This page briefly describes the Tmix traffic generation system and how to use it on ProtoGENI nodes. 3 3 == What is Tmix? == 4 [[Image(25.png, 240, nolink, right)]] In order to perform realistic network simulations, one needs a traffic generator that is capable of generating realistic synthetic traffic in a closed-loop fashion that "looks like" traffic found on an actual network. 4 [[Image(25.png, 240, nolink, right)]] Tmix is an application for generating realistic network traffic for experiments. Using a trace of the TCP/IP headers from a production network link, Tmix is able to simulate statistically similar traffic in an experimental network. 5 6 == Why is Traffic Generation Important? == 7 8 9 == How does Tmix work? == 10 11 In order to perform realistic network simulations, one needs a traffic generator that is capable of generating realistic synthetic traffic in a closed-loop fashion that "looks like" traffic found on an actual network. 5 12 6 13 The Tmix system takes as input a packet header trace file captured from a network link of interest (such as the link between the UNC campus and the rest of the internet). This trace is reverse-compiled into a connection vector (or cvec) file, which is a source-level characterization of each TCP connection present in the trace. Tmix then uses this information to emulate the socket-level behavior of the source application that created the corresponding connection in the trace. The resulting traffic generation is statistically representative of the traffic measured on the real link. … … 26 33 experiments? If yes, how significant would the impact be? These remain open questions. 27 34 28 == [wiki:TmixTutorial]==35 == How do I use Tmix? == 29 36 Click [wiki:TmixTutorial here] to see step by step tutorial for running Tmix on two ProtoGENI nodes. 30 37