[[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]
beckmanf [TCP configuration] - congestion avoidance algorithm
mscom_network_start [2016/03/16 09:01]
beckmanf [Setup of the Linux test platform / USB Stick] - removed student laptop
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.txt
  • Last modified: 2016/03/16 09:01
  • by beckmanf