mscom_network_start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
mscom_network_start [2014/05/19 12:25] – [TCP configuration] - congestion avoidance algorithm beckmanfmscom_network_start [2016/03/16 09:01] (current) – [Setup of the Linux test platform / USB Stick] - removed student laptop beckmanf
Line 5: Line 5:
 Details regarding tcp testing are here: [[http://www.linuxfoundation.org/collaborate/workgroups/networking/tcp_testing]]. Details regarding tcp testing are here: [[http://www.linuxfoundation.org/collaborate/workgroups/networking/tcp_testing]].
  
-==== Setup of the Linux test platform / USB Stick ====Ìý+==== Setup of the Linux test platform ====
-Ìý+
-Network tests are done with a network of Ubuntu Linux computers which are connected via an ethernet switch. Students laptops will be part of the setup. If you have a native linux installation, you can use that directly. Follow the steps in [[mscom_linux_setup|Master COM Linux test setup / USB Stick]]. If have a laptop which does not have a native linux installation, then you can use a bootable USB Stick which we provide. +
  
 +Network tests are done with a network of Ubuntu Linux computers which are connected via an ethernet switch. 
 ==== Laboratory expirements ==== ==== Laboratory expirements ====
  
Line 185: Line 184:
 sudo sh -c "echo 512000 > /proc/sys/net/core/wmem_max" sudo sh -c "echo 512000 > /proc/sys/net/core/wmem_max"
 sudo sh -c "echo 512000 > /proc/sys/net/core/wmem_default" sudo sh -c "echo 512000 > /proc/sys/net/core/wmem_default"
 +sudo sh -c "echo 512000 > /proc/sys/net/core/rmem_max"
 +sudo sh -c "echo 512000 > /proc/sys/net/core/rmem_default"
 sudo sh -c "echo 512000 512000 512000 > /proc/sys/net/ipv4/tcp_wmem" sudo sh -c "echo 512000 512000 512000 > /proc/sys/net/ipv4/tcp_wmem"
 sudo sh -c "echo 512000 512000 512000 > /proc/sys/net/ipv4/tcp_rmem" sudo sh -c "echo 512000 512000 512000 > /proc/sys/net/ipv4/tcp_rmem"
  • mscom_network_start.1400495112.txt.gz
  • Last modified: 2014/05/19 12:25
  • (external edit)