Hi, I dont have any experience with any of the simulation networks and tools such as ns-click etc. which might be of use to you, but an easy way to simulate real-world traffic is to use the FromDump element http://read.cs.ucla.edu/click/elements/fromdump to replay packets from tcpdump files. Using the TIMING argument FromDump will try to maintain the timing of the original packet streams.
Drawdown of this approach is that FromDump is userlevel only element and obvious speed limitations as data is read from disk. Beyers On Tue, Jun 23, 2009 at 3:06 PM, Bhurat Prateek <[email protected]>wrote: > Hi, > > Till now I was running my experiments on click with the source sending > packets at a constant rate.Now I want to simulate actual web traffic on > click.Can anyone tell me how to get started? > > Thanks, > Prateek Bhurat > _______________________________________________ > click mailing list > [email protected] > https://amsterdam.lcs.mit.edu/mailman/listinfo/click > _______________________________________________ click mailing list [email protected] https://amsterdam.lcs.mit.edu/mailman/listinfo/click
