Changes between Initial Version and Version 1 of PlasticSlices/Continuation/Standing001


Ignore:
Timestamp:
11/28/12 16:19:20 (11 years ago)
Author:
Josh Smift
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PlasticSlices/Continuation/Standing001

    v1 v1  
     1= plastic-101 =
     2
     3[ggw:PlasticSlices/Experiments#SteadyPing SteadyPing], using interval=.005, and this table of client/server pairs:
     4
     5|| '''client''' || '''server''' || '''server address''' ||
     6|| bbn-myplc-plastic-101-a || clemson-myplc-plastic-101-b || 10.42.101.105 ||
     7|| clemson-myplc-plastic-101-a || utah-pg-plastic-101-b || 10.42.101.27 ||
     8|| gatech-myplc-plastic-101-a || stanford-myplc-plastic-101-b || 10.42.101.91 ||
     9|| indiana-myplc-plastic-101-a || gatech-myplc-plastic-101-b || 10.42.101.101 ||
     10|| stanford-myplc-plastic-101-a || bbn-myplc-plastic-101-b || 10.42.101.52 ||
     11|| utah-pg-plastic-101-a || indiana-myplc-plastic-101-b || 10.42.101.73 ||
     12
     13== Commands run on each server ==
     14
     15{{{
     16echo 'The server in this experiment does not run a command.'
     17}}}
     18
     19== Commands run on each client ==
     20
     21{{{
     22sudo ping -q -i .005 -c 660000 -s $((1500-8-20)) $server
     23}}}
     24
     25== Results ==
     26
     27''(forthcoming)''
     28
     29== Comments ==
     30
     31''(forthcoming)''
     32
     33= plastic-102 =
     34
     35[ggw:PlasticSlices/Experiments#SteadyPing SteadyPing], using interval=.005, and this table of client/server pairs:
     36
     37|| '''client''' || '''server''' || '''server address''' ||
     38|| bbn-myplc-plastic-102-a || gatech-myplc-plastic-102-b || 10.42.102.101 ||
     39|| clemson-myplc-plastic-102-b || bbn-myplc-plastic-102-b || 10.42.102.52 ||
     40|| gatech-myplc-plastic-102-a || utah-pg-plastic-102-a || 10.42.102.26 ||
     41|| indiana-myplc-plastic-102-b || stanford-myplc-plastic-102-b || 10.42.102.91 ||
     42|| stanford-myplc-plastic-102-a || indiana-myplc-plastic-102-a || 10.42.102.72 ||
     43|| utah-pg-plastic-102-b || clemson-myplc-plastic-102-a || 10.42.102.104 ||
     44
     45== Commands run on each server ==
     46
     47{{{
     48echo 'The server in this experiment does not run a command.'
     49}}}
     50
     51== Commands run on each client ==
     52
     53{{{
     54sudo ping -q -i .005 -c 660000 -s $((1500-8-20)) $server
     55}}}
     56
     57== Results ==
     58
     59''(forthcoming)''
     60
     61== Comments ==
     62
     63''(forthcoming)''
     64
     65= plastic-103 =
     66
     67[ggw:PlasticSlices/Experiments#SteadyPerfTCP SteadyPerf TCP], using port=5103, time=3300, and this table of client/server pairs:
     68
     69|| '''client''' || '''server''' || '''server address''' ||
     70|| bbn-myplc-plastic-103-b || gatech-myplc-plastic-103-a || 10.42.103.100 ||
     71|| clemson-myplc-plastic-103-a || bbn-myplc-plastic-103-a || 10.42.103.51 ||
     72|| gatech-myplc-plastic-103-b || utah-pg-plastic-103-b || 10.42.103.27 ||
     73|| indiana-myplc-plastic-103-a || stanford-myplc-plastic-103-a || 10.42.103.90 ||
     74|| stanford-myplc-plastic-103-b || indiana-myplc-plastic-103-b || 10.42.103.73 ||
     75|| utah-pg-plastic-103-a || clemson-myplc-plastic-103-b || 10.42.103.105 ||
     76
     77== Commands run on each server ==
     78
     79{{{
     80nice -n 19 iperf -B $server -p 5103 -s -i 1 -w 1m
     81}}}
     82
     83== Commands run on each client ==
     84
     85{{{
     86nice -n 19 iperf -c $server -p 5103 -t 3300 -w 1m
     87}}}
     88
     89== Results ==
     90
     91''(forthcoming)''
     92
     93== Comments ==
     94
     95''(forthcoming)''
     96
     97= plastic-104 =
     98
     99[ggw:PlasticSlices/Experiments#SteadyPerfTCP SteadyPerf TCP], using port=5104, time=3300, and this table of client/server pairs:
     100
     101|| '''client''' || '''server''' || '''server address''' ||
     102|| bbn-myplc-plastic-104-a || utah-pg-plastic-104-a || 10.42.104.26 ||
     103|| clemson-myplc-plastic-104-a || stanford-myplc-plastic-104-b || 10.42.104.91 ||
     104|| gatech-myplc-plastic-104-b || indiana-myplc-plastic-104-a || 10.42.104.72 ||
     105|| indiana-myplc-plastic-104-b || clemson-myplc-plastic-104-b || 10.42.104.105 ||
     106|| stanford-myplc-plastic-104-a || gatech-myplc-plastic-104-a || 10.42.104.100 ||
     107|| utah-pg-plastic-104-b || bbn-myplc-plastic-104-b || 10.42.104.52 ||
     108
     109== Commands run on each server ==
     110
     111{{{
     112nice -n 19 iperf -B $server -p 5104 -s -i 1 -w 1m
     113}}}
     114
     115== Commands run on each client ==
     116
     117{{{
     118nice -n 19 iperf -c $server -p 5104 -t 3300 -w 1m
     119}}}
     120
     121== Results ==
     122
     123''(forthcoming)''
     124
     125== Comments ==
     126
     127''(forthcoming)''
     128
     129= plastic-105 =
     130
     131[ggw:PlasticSlices/Experiments#SteadyPerfTCP SteadyPerf TCP], using port=5105, time=3300, and this table of client/server pairs:
     132
     133|| '''client''' || '''server''' || '''server address''' ||
     134|| bbn-myplc-plastic-105-a || indiana-myplc-plastic-105-a || 10.42.105.72 ||
     135|| clemson-myplc-plastic-105-a || gatech-myplc-plastic-105-b || 10.42.105.101 ||
     136|| gatech-myplc-plastic-105-a || bbn-myplc-plastic-105-b || 10.42.105.52 ||
     137|| indiana-myplc-plastic-105-b || utah-pg-plastic-105-a || 10.42.105.26 ||
     138|| stanford-myplc-plastic-105-b || clemson-myplc-plastic-105-b || 10.42.105.105 ||
     139|| utah-pg-plastic-105-b || stanford-myplc-plastic-105-a || 10.42.105.90 ||
     140
     141== Commands run on each server ==
     142
     143{{{
     144nice -n 19 iperf -B $server -p 5105 -s -i 1 -w 1m
     145}}}
     146
     147== Commands run on each client ==
     148
     149{{{
     150nice -n 19 iperf -c $server -p 5105 -t 3300 -w 1m
     151}}}
     152
     153== Results ==
     154
     155''(forthcoming)''
     156
     157== Comments ==
     158
     159''(forthcoming)''
     160
     161= plastic-106 =
     162
     163[ggw:PlasticSlices/Experiments#SteadyPerfTCP SteadyPerf TCP], using port=5106, time=3300, and this table of client/server pairs:
     164
     165|| '''client''' || '''server''' || '''server address''' ||
     166|| bbn-myplc-plastic-106-a || stanford-myplc-plastic-106-b || 10.42.106.91 ||
     167|| clemson-myplc-plastic-106-b || indiana-myplc-plastic-106-b || 10.42.106.73 ||
     168|| gatech-myplc-plastic-106-b || clemson-myplc-plastic-106-a || 10.42.106.104 ||
     169|| indiana-myplc-plastic-106-a || bbn-myplc-plastic-106-b || 10.42.106.52 ||
     170|| stanford-myplc-plastic-106-a || utah-pg-plastic-106-a || 10.42.106.26 ||
     171|| utah-pg-plastic-106-b || gatech-myplc-plastic-106-a || 10.42.106.100 ||
     172
     173== Commands run on each server ==
     174
     175{{{
     176nice -n 19 iperf -B $server -p 5106 -s -i 1 -w 1m
     177}}}
     178
     179== Commands run on each client ==
     180
     181{{{
     182nice -n 19 iperf -c $server -p 5106 -t 3300 -w 1m
     183}}}
     184
     185== Results ==
     186
     187''(forthcoming)''
     188
     189== Comments ==
     190
     191''(forthcoming)''
     192
     193= plastic-107 =
     194
     195[ggw:PlasticSlices/Experiments#SteadyPerfUDP SteadyPerf UDP], using port=5107, time=3300, rate=2, and this table of client/server pairs:
     196
     197|| '''client''' || '''server''' || '''server address''' ||
     198|| bbn-myplc-plastic-107-b || stanford-myplc-plastic-107-a || 10.42.107.90 ||
     199|| clemson-myplc-plastic-107-a || indiana-myplc-plastic-107-a || 10.42.107.72 ||
     200|| gatech-myplc-plastic-107-a || clemson-myplc-plastic-107-b || 10.42.107.105 ||
     201|| indiana-myplc-plastic-107-b || bbn-myplc-plastic-107-a || 10.42.107.51 ||
     202|| stanford-myplc-plastic-107-b || utah-pg-plastic-107-b || 10.42.107.27 ||
     203|| utah-pg-plastic-107-a || gatech-myplc-plastic-107-b || 10.42.107.101 ||
     204
     205== Commands run on each server ==
     206
     207{{{
     208nice -n 19 iperf -u -B $server -p 5107 -s -i 1
     209}}}
     210
     211== Commands run on each client ==
     212
     213{{{
     214nice -n 19 iperf -u -c $server -p 5107 -t 3300 -b 2M
     215}}}
     216
     217== Results ==
     218
     219''(forthcoming)''
     220
     221== Comments ==
     222
     223''(forthcoming)''
     224
     225= plastic-108 =
     226
     227[ggw:PlasticSlices/Experiments#SteadyPerfUDP SteadyPerf UDP], using port=5108, time=3300, rate=3, and this table of client/server pairs:
     228
     229|| '''client''' || '''server''' || '''server address''' ||
     230|| bbn-myplc-plastic-108-b || indiana-myplc-plastic-108-b || 10.42.108.73 ||
     231|| clemson-myplc-plastic-108-b || gatech-myplc-plastic-108-a || 10.42.108.100 ||
     232|| gatech-myplc-plastic-108-b || bbn-myplc-plastic-108-a || 10.42.108.51 ||
     233|| indiana-myplc-plastic-108-a || utah-pg-plastic-108-b || 10.42.108.27 ||
     234|| stanford-myplc-plastic-108-a || clemson-myplc-plastic-108-a || 10.42.108.104 ||
     235|| utah-pg-plastic-108-a || stanford-myplc-plastic-108-b || 10.42.108.91 ||
     236
     237== Commands run on each server ==
     238
     239{{{
     240nice -n 19 iperf -u -B $server -p 5108 -s -i 1
     241}}}
     242
     243== Commands run on each client ==
     244
     245{{{
     246nice -n 19 iperf -u -c $server -p 5108 -t 3300 -b 3M
     247}}}
     248
     249== Results ==
     250
     251''(forthcoming)''
     252
     253== Comments ==
     254
     255''(forthcoming)''
     256
     257= plastic-109 =
     258
     259[ggw:PlasticSlices/Experiments#SteadyPerfUDP SteadyPerf UDP], using port=5109, time=3300, rate=4, and this table of client/server pairs:
     260
     261|| '''client''' || '''server''' || '''server address''' ||
     262|| bbn-myplc-plastic-109-b || utah-pg-plastic-109-b || 10.42.109.27 ||
     263|| clemson-myplc-plastic-109-b || stanford-myplc-plastic-109-a || 10.42.109.90 ||
     264|| gatech-myplc-plastic-109-a || indiana-myplc-plastic-109-b || 10.42.109.73 ||
     265|| indiana-myplc-plastic-109-a || clemson-myplc-plastic-109-a || 10.42.109.104 ||
     266|| stanford-myplc-plastic-109-b || gatech-myplc-plastic-109-b || 10.42.109.101 ||
     267|| utah-pg-plastic-109-a || bbn-myplc-plastic-109-a || 10.42.109.51 ||
     268
     269== Commands run on each server ==
     270
     271{{{
     272nice -n 19 iperf -u -B $server -p 5109 -s -i 1
     273}}}
     274
     275== Commands run on each client ==
     276
     277{{{
     278nice -n 19 iperf -u -c $server -p 5109 -t 3300 -b 4M
     279}}}
     280
     281== Results ==
     282
     283''(forthcoming)''
     284
     285== Comments ==
     286
     287''(forthcoming)''
     288
     289= plastic-110 =
     290
     291[ggw:PlasticSlices/Experiments#SteadyPerfUDP SteadyPerf UDP], using port=5110, time=3300, rate=5, and this table of client/server pairs:
     292
     293|| '''client''' || '''server''' || '''server address''' ||
     294|| bbn-myplc-plastic-110-b || gatech-myplc-plastic-110-a || 10.42.110.100 ||
     295|| clemson-myplc-plastic-110-b || bbn-myplc-plastic-110-a || 10.42.110.51 ||
     296|| gatech-myplc-plastic-110-b || utah-pg-plastic-110-a || 10.42.110.26 ||
     297|| indiana-myplc-plastic-110-b || stanford-myplc-plastic-110-a || 10.42.110.90 ||
     298|| stanford-myplc-plastic-110-b || indiana-myplc-plastic-110-a || 10.42.110.72 ||
     299|| utah-pg-plastic-110-b || clemson-myplc-plastic-110-a || 10.42.110.104 ||
     300
     301== Commands run on each server ==
     302
     303{{{
     304nice -n 19 iperf -u -B $server -p 5110 -s -i 1
     305}}}
     306
     307== Commands run on each client ==
     308
     309{{{
     310nice -n 19 iperf -u -c $server -p 5110 -t 3300 -b 5M
     311}}}
     312
     313== Results ==
     314
     315''(forthcoming)''
     316
     317== Comments ==
     318
     319''(forthcoming)''