1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476
|
#
# Copyright (c) 1997 University of Southern California.
# All rights reserved.
#
# Redistribution and use in source and binary forms are permitted
# provided that the above copyright notice and this paragraph are
# duplicated in all such forms and that any documentation, advertising
# materials, and other materials related to such distribution and use
# acknowledge that the software was developed by the University of
# Southern California, Information Sciences Institute. The name of the
# University may not be used to endorse or promote products derived from
# this software without specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED
# WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
#
# @(#) $Header: /cvsroot/nsnam/ns-2/tcl/test/test-suite-rbp.tcl,v 1.16 2010/04/03 20:40:15 tom_henderson Exp $
#
#
# invoked as ns $file $t [QUIET]
# expected to pop up xgraph output (unless QUIET)
# and to leave the plot in temp.rands
#
remove-all-packet-headers ; # removes all except common
add-packet-header Flags IP TCP ; # hdrs reqd for TCP
# FOR UPDATING GLOBAL DEFAULTS:
Agent/TCP set precisionReduce_ false ; # default changed on 2006/1/24.
Agent/TCP set rtxcur_init_ 6.0 ; # Default changed on 2006/01/21
Agent/TCP set updated_rttvar_ false ; # Variable added on 2006/1/21
Agent/TCP set tcpTick_ 0.1
# The default for tcpTick_ is being changed to reflect a changing reality.
Agent/TCP set rfc2988_ false
# The default for rfc2988_ is being changed to true.
# FOR UPDATING GLOBAL DEFAULTS:
Agent/TCP set minrto_ 1
# default changed on 10/14/2004.
Agent/TCP set useHeaders_ false
# The default is being changed to useHeaders_ true.
Agent/TCP set windowInit_ 1
# The default is being changed to 2.
Agent/TCP set singledup_ 0
# The default is being changed to 1
Agent/TCP set syn_ false
Agent/TCP set delay_growth_ false
# In preparation for changing the default values for syn_ and delay_growth_.
Agent/TCPSink set SYN_immediate_ack_ false
# The default was changed to true 2010/02.
proc usage {} {
puts stderr {usage: ns test-suite-rbp.tcl test [QUIET]
Test suites for pacing.
and was written by John Heidemann and Vikram Visweswaraiah <visweswa@isi.edu>.
It demonstrates rate-based pacing as described in the paper
``Improving Restart of Idle TCP Connections'' (submitted for publication),
available at <http://www.isi.edu/~johnh/PAPERS/Visweswaraiah97a.html>
when invoked as.
}
exit 1
}
# these are fakes for test-all
Class Test/reno_slow_start_restart
# expect to see slow-start restart every time
# (one packet sent before the first ack of each phase)
Class Test/reno_no_slow_start_restart
# expect to see increasing burst of back-to-packets each phase
# 7 the second phase, 10 the third.
Class Test/vegas_slow_start_restart
Class Test/vegas_no_slow_start_restart
Class Test/reno_pacing
# expect to see 0/5/8 packets paced
Class Test/vegas_pacing_rate
# expect to see 0/2/2 packets paced
Class Test/vegas_pacing_cwnd
# expect to see 0/3/5 packets paced
proc default_options {} {
global opts opt_wants_arg
set raw_opt_info {
duration 0
client-count 10
client-bw 10Mb
client-delay 1ms
# client network Ethernet or Myrinet
client-queue-method DropTail
# queue length in packets
client-queue-length 10
client-ack-method TCPSink/DelAck
bottle-bw 800kb
bottle-delay 100ms
bottle-queue-method DropTail
# experiments: 10KB
# here, measured in packets
bottle-queue-length 10
server-bw 10Mb
server-delay 1ms
server-queue-method DropTail
server-queue-length 10
server-tcp-method TCP/Vegas/RBP
server-tcp-slow-start-restart true
server-tcp-window 32
server-tcp-rbp-scale 0.75
# packet size is 1000B
# web page size in 10 pkts
web-page-size 10
experiment-trials 10
# next two are times measured in seconds
trial-jitter 3
inter-trial-pause 20
graph-results 1
graph-join-queueing 1
title none
# For controlling algorithm rate or cwnd
# 1 is Vegas computed rates, 2 is cwnd based alg
rbp-rate-algorithm 1
# time-scale: factor to multiply seconds by to get ns
# scheduler time units
time-scale 1
gen-map 0
debug 0
debug-fire-times 0
# Random number seed; default is 0, so ns will give a
# diff. one on each invocation.
ns-random-seed 0
# Animation options; complete traces are useful
# for nam only, so do those only when a tracefile
# is being used for nam
nam-trace-all 0
# Switch to generate the nam tcl file from here
# itself
nam-generate-cmdfile 0
}
while {$raw_opt_info != ""} {
if {![regexp "^\[^\n\]*\n" $raw_opt_info line]} {
break
}
regsub "^\[^\n\]*\n" $raw_opt_info {} raw_opt_info
set line [string trim $line]
if {[regexp "^\[ \t\]*#" $line]} {
continue
}
if {$line == ""} {
continue
} elseif [regexp {^([^ ]+)[ ]+([^ ]+)$} $line dummy key value] {
set opts($key) $value
set opt_wants_arg($key) 1
} else {
set opt_wants_arg($key) 0
# die "unknown stuff in raw_opt_info\n"
}
}
}
proc process_args argv {
global opts opt_wants_arg
set argc [llength $argv]
default_options
for {set i 0} {$i < $argc} {incr i} {
set key [lindex $argv $i]
if {$key == "-?" || $key == "--help" || $key == "-help" || $key == "-h"} {
usage
}
regsub {^-} $key {} key
if {![info exists opt_wants_arg($key)]} {
puts stderr "unknown option $key";
usage
}
if {$opt_wants_arg($key)} {
incr i
set opts($key) [lindex $argv $i]
} else {
set opts($key) [expr !opts($key)]
}
}
}
proc my-duplex-link {ns n1 n2 bw delay queue_method queue_length} {
$ns duplex-link $n1 $n2 $bw $delay $queue_method
$ns queue-limit $n1 $n2 $queue_length
$ns queue-limit $n2 $n1 $queue_length
}
#
# clients
# c1
# c2 ---- bottle_c ---- bottle_s ---- s
# ...
#
Class TestScale
TestScale instproc init_network {} {
global opts
# nodes
# build right to left
$self instvar ns_ cs_ bottle_c_ bottle_s_ s_
# build clients
for {set i 0} {$i < $opts(client-count)} {incr i} {
set cs_($i) [$ns_ node]
}
set bottle_c_ [$ns_ node]
set bottle_s_ [$ns_ node]
set s_ [$ns_ node]
# links
my-duplex-link $ns_ $s_ $bottle_s_ $opts(server-bw) $opts(server-delay) $opts(server-queue-method) $opts(server-queue-length)
my-duplex-link $ns_ $bottle_s_ $bottle_c_ $opts(bottle-bw) $opts(bottle-delay) $opts(bottle-queue-method) $opts(bottle-queue-length)
for {set i 0} {$i < $opts(client-count)} {incr i} {
my-duplex-link $ns_ $cs_($i) $bottle_c_ $opts(client-bw) $opts(client-delay) $opts(client-queue-method) $opts(client-queue-length)
}
}
Application/FTP instproc fire {} {
global opts
$self instvar maxpkts_
set maxpkts_ [expr $maxpkts_ + $opts(web-page-size)]
$self produce $maxpkts_
}
TestScale instproc init_connections {} {
global opts
$self instvar ns_ s_ tcp_ ftp_ cs_
for {set i 0} {$i < $opts(client-count)} {incr i} {
set tcp_($i) [$ns_ create-connection $opts(server-tcp-method) $s_ $opts(client-ack-method) $cs_($i) 0]
$tcp_($i) set restart_bugfix_ 1
$tcp_($i) set window_ $opts(server-tcp-window)
if {[regexp "RBP" $opts(server-tcp-method)]} {
$tcp_($i) set rbp_scale_ $opts(server-tcp-rbp-scale)
$tcp_($i) set rbp_rate_algorithm_ $opts(rbp-rate-algorithm)
}
$tcp_($i) set slow_start_restart_ $opts(server-tcp-slow-start-restart)
set ftp_($i) [$tcp_($i) attach-app FTP]
$ftp_($i) set maxpkts_ 0
# $ftp_($i) set experiment_matching_tcp_ $tcp_($i)
# $tcp_($i) set experiment_matching_ftp_ $ftp_($i)
$tcp_($i) set experiment_connection_i_ $i
if {$opts(debug)} {
puts "tcp_($i) $tcp_($i)"
puts "ftp_($i) $ftp_($i)"
}
}
# report on number paced
if [string match {*Vegas/RBP*} $opts(server-tcp-method)] {
Agent/$opts(server-tcp-method) instproc done {} {
$self instvar rbp_segs_actually_paced_ rbp_inter_pace_delay_ experiment_connection_i_ cwnd_ v_rtt_
# puts "$experiment_connection_i_: cwnd_=$cwnd_ v_rtt_=$v_rtt_ rbp_segs_actually_paced_=$rbp_segs_actually_paced_ rbp_inter_pace_delay_=$rbp_inter_pace_delay_"
}
}
if [string match {*Reno/RBP*} $opts(server-tcp-method)] {
Agent/$opts(server-tcp-method) instproc done {} {
$self instvar rbp_segs_actually_paced_ rbp_inter_pace_delay_ experiment_connection_i_ cwnd_ rtt_ srtt_
# puts "$experiment_connection_i_: cwnd_=$cwnd_ rtt=$rtt_ srtt=$srtt_ rbp_segs_actually_paced_=$rbp_segs_actually_paced_ rbp_inter_pace_delay_=$rbp_inter_pace_delay_"
}
}
}
TestScale instproc schedule_traffic {} {
global opts
$self instvar ns_ s_ tcp_ ftp_ rng_
set base_time [expr 10*$opts(time-scale)]
for {set i 0} {$i < $opts(experiment-trials)} {incr i} {
if {$opts(debug-fire-times)} {
puts "trial $i"
}
# schedule a trial
for {set j 0} {$j < $opts(client-count)} {incr j} {
set j_time [expr ($base_time + [$rng_ uniform 0 $opts(trial-jitter)] - ($opts(trial-jitter))/2) * $opts(time-scale)]
$ns_ at $j_time "$ftp_($j) fire"
if {$opts(debug-fire-times)} {
puts "$ns_ at $j_time $ftp_($j) fire"
}
if { $j == 0 && $opts(debug)} {
puts "$j fires at $j_time"
}
}
incr base_time $opts(inter-trial-pause)
}
# limit duration
if {$opts(duration) == 0} {
set opts(duration) [expr ($opts(experiment-trials)+2)*$opts(inter-trial-pause)*$opts(time-scale)]
}
}
TestScale instproc open_trace { stopTime testName } {
exec rm -f out.tr temp.rands
$self instvar ns_ trace_file_
set trace_file_ [open out.tr w]
$ns_ at $stopTime \
"close $trace_file_ ; $self finish"
return $trace_file_
}
# There seems to be a problem with the foll function, so quit plotting
# with -a -q, use just -a.
TestScale instproc finish {} {
global opts PERL
$self instvar trace_file_
# for debugging
exec $PERL ../../bin/raw2xg -a -m $opts(web-page-size) -q < out.tr >temp.rands
if {!$opts(graph-results)} {
exit 0
}
if {$opts(graph-join-queueing)} {
set q "-q"
} else {
set q ""
}
set title $opts(title)
if {$title == "none"} {
set title $opts(server-tcp-method)
}
exec xgraph -t "$title" <temp.rands &
# exec raw2xg -a < out.tr | xgraph -t "$opts(server-tcp-method)" &
exit 0
}
Simulator instproc nodes-to-link {n1 n2} {
$self instvar link_
return $link_([$n1 id]:[$n2 id])
}
TestScale instproc init {} {
global opts
$self instvar ns_
set ns_ [new Simulator]
# Seed random no. generator; ns-random with arg of 0 heuristically
# chooses a random number that changes on each invocation.
$self instvar rng_
set rng_ [new RNG]
$rng_ seed $opts(ns-random-seed)
$rng_ next-random
$self init_network
$self init_connections
$self schedule_traffic
$self instvar bottle_c_ bottle_s_ s_ cs_
set trace_file [$self open_trace $opts(duration) TestScale]
if {$opts(nam-trace-all)} {
# trace-all should have worked, but it didn't, so the
# individual trace commands
# Trace from server to server router and vice versa
$ns_ trace-queue $s_ $bottle_s_ $trace_file
$ns_ trace-queue $bottle_s_ $s_ $trace_file
# Trace from the server router to client router and vice
# versa
$ns_ trace-queue $bottle_s_ $bottle_c_ $trace_file
$ns_ trace-queue $bottle_c_ $bottle_s_ $trace_file
# Trace from client router to each client and vice versa
for {set i 0} {$i < $opts(client-count)} {incr i} {
$ns_ trace-queue $bottle_c_ $cs_($i) $trace_file
$ns_ trace-queue $cs_($i) $bottle_c_ $trace_file
}
} else {
$ns_ trace-queue $bottle_s_ $bottle_c_ $trace_file
# note that we trace after the delay of the bottleneck
$ns_ trace-queue $bottle_s_ $s_ $trace_file
}
if {$opts(gen-map)} {
$ns_ gen-map
}
$ns_ run
}
proc main {} {
global argv
#
# Icky icky icky.
# We slap a test-suite-friendly interface over
# the otherwise nice interface provided by
# rbp_demo.tcl.
#
set tcp TCP/Vegas/RBP
set graph 1
set ssr true
set rbp_alg 1
foreach i $argv {
switch $i {
quiet {
set graph 0
}
QUIET {
set graph 0
}
reno_pacing {
set tcp TCP/Reno/RBP
set title $i
}
vegas_pacing_rate {
set tcp TCP/Vegas/RBP
set rbp_alg 1
set title $i
}
vegas_pacing_cwnd {
set tcp TCP/Vegas/RBP
set rbp_alg 2
set title $i
}
reno_slow_start_restart {
set tcp TCP/Reno
set title $i
}
reno_no_slow_start_restart {
set tcp TCP/Reno
set ssr false
set title $i
}
vegas_slow_start_restart {
set tcp TCP/Vegas
set title $i
}
vegas_no_slow_start_restart {
set tcp TCP/Vegas
set ssr false
set title $i
}
}
}
# Always set ns-random-seed so we get the same results every time.
process_args "-server-tcp-method $tcp -graph-results $graph -client-count 1 -experiment-trials 3 -server-tcp-slow-start-restart $ssr -rbp-rate-algorithm $rbp_alg -title $title -ns-random-seed 1"
new TestScale
}
main
|