Changes between Version 2 and Version 3 of GENIRacksHome/ExogeniRacks/ConfirmationTestStatus/UAF


Ignore:
Timestamp:
04/26/17 11:57:38 (7 years ago)
Author:
lnevers@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIRacksHome/ExogeniRacks/ConfirmationTestStatus/UAF

    v2 v3  
    141141Determine login information:
    142142{{{
    143 $ readyToLogin -a uaf-eg c
     143$ readyToLogin -a uaf-eg EG-CT-1
    144144  <....>
     145VM-4's geni_status is: ready
     146User lnevers logs in to VM-4 using:
     147        ssh -i /home/lnevers/.ssh/geni_cert_portal_key lnevers@199.165.75.150
     148
     149VM-1's geni_status is: ready
     150User lnevers logs in to VM-1 using:
     151        ssh -i /home/lnevers/.ssh/geni_cert_portal_key lnevers@199.165.75.151
     152
     153VM-2's geni_status is: ready
     154User lnevers logs in to VM-2 using:
     155        ssh -i /home/lnevers/.ssh/geni_cert_portal_key lnevers@199.165.75.153
     156
     157VM-3's geni_status is: ready
     158User lnevers logs in to VM-3 using:
     159        ssh -i /home/lnevers/.ssh/geni_cert_portal_key lnevers@199.165.75.152
     160
    145161}}}
    146162
     
    149165Login to two of the nodes and collect iperf and ping statistics. All measurements are collected over 60 seconds:
    150166
    151 ''Collected: 2017-04-XX''
     167''Collected: 2017-04-26''
    152168
    153169'''Iperf ExoGENI VM-2 to VM-1 (TCP) - TCP window size: 85.0 KB '''
     
    155171__One Client_
    156172{{{
    157 }}}
    158 
    159 __Five Clients__
    160 {{{
    161 }}}
    162 
    163 __Ten Clients__
    164 {{{
     173[ ID] Interval       Transfer     Bandwidth
     174[  3]  0.0-60.0 sec  65.1 GBytes  9.32 Gbits/sec
     175}}}
     176
     177__Five Clients__
     178{{{
     179[ ID] Interval       Transfer     Bandwidth
     180[  4]  0.0-60.0 sec  13.0 GBytes  1.86 Gbits/sec
     181[  3]  0.0-60.0 sec  10.9 GBytes  1.56 Gbits/sec
     182[  5]  0.0-60.0 sec  11.3 GBytes  1.62 Gbits/sec
     183[  6]  0.0-60.0 sec  11.8 GBytes  1.69 Gbits/sec
     184[  7]  0.0-60.0 sec  12.3 GBytes  1.76 Gbits/sec
     185[SUM]  0.0-60.0 sec  59.3 GBytes  8.49 Gbits/sec
     186}}}
     187
     188__Ten Clients__
     189{{{
     190[ ID] Interval       Transfer     Bandwidth
     191[  4]  0.0-60.0 sec  5.74 GBytes   822 Mbits/sec
     192[  8]  0.0-60.0 sec  4.33 GBytes   619 Mbits/sec
     193[  6]  0.0-60.0 sec  4.71 GBytes   674 Mbits/sec
     194[  7]  0.0-60.0 sec  5.47 GBytes   784 Mbits/sec
     195[ 10]  0.0-60.0 sec  5.42 GBytes   776 Mbits/sec
     196[ 11]  0.0-60.0 sec  5.57 GBytes   798 Mbits/sec
     197[  5]  0.0-60.0 sec  7.44 GBytes  1.06 Gbits/sec
     198[  9]  0.0-60.0 sec  4.64 GBytes   664 Mbits/sec
     199[ 12]  0.0-60.0 sec  5.02 GBytes   719 Mbits/sec
     200[  3]  0.0-60.0 sec  4.91 GBytes   703 Mbits/sec
     201[SUM]  0.0-60.0 sec  53.3 GBytes  7.62 Gbits/sec
    165202}}}
    166203
     
    168205'''Iperf ExoGENI VM-2 to the VM-1 (UDP) - 1470 byte datagrams & UDP buffer size: 208 KByte '''
    169206{{{
     207[ ID] Interval       Transfer     Bandwidth
     208[  3]  0.0-60.0 sec   719 MBytes   101 Mbits/sec
     209[  3] Sent 512821 datagrams
     210[  3] Server Report:
     211[  3]  0.0-60.0 sec   719 MBytes   101 Mbits/sec   0.000 ms    0/512820 (0%)
     212[  3]  0.0-60.0 sec  1 datagrams received out-of-order
    170213}}}
    171214
     
    173216'''Ping ExoGENI VM-2 to the VM-1 '''
    174217{{{
     21860 packets transmitted, 60 received, 0% packet loss, time 58998ms
     219rtt min/avg/max/mdev = 0.208/0.449/0.597/0.087 ms
    175220}}}
    176221
    177222== EG-CT-2 - Access to New Site bare metal and VM resources ==
    178223
    179 Create a slice:
    180 {{{
    181 $ omni createslice EG-CT-2
    182 }}}
    183 
    184 }}}
    185 Create a sliver with one VM and one bare metal node using RSpec [http://groups.geni.net/geni/browser/trunk/GENIRacks/ExoGENI/Spiral5/RSpecs/ConfirmationTests/UAF/EG-CT-2-unf.rspec EG-CT-2-unf.rspec]. Note: Bare metal only available via ExoSM.
    186 
    187 {{{
    188 $ omni createsliver EG-CT-2 -a eg-sm ./EG-CT-2-unf.rspec
     224Create a slice and a sliver with one VM and one bare metal node using RSpec [http://groups.geni.net/geni/browser/trunk/GENIRacks/ExoGENI/Spiral5/RSpecs/ConfirmationTests/UAF/EG-CT-2.rspec EG-CT-2.rspec]. Note: Bare metal only available via ExoSM.
     225
     226{{{
     227$ omni createslice EG-CT-2; omni createsliver EG-CT-2 -a eg-sm ./EG-CT-2.rspec
    189228}}}
    190229