Changes between Version 6 and Version 7 of Internal/VirtualPL/OPENVZ
- Timestamp:
- Jan 25, 2009, 12:31:35 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Internal/VirtualPL/OPENVZ
v6 v7 32 32 forward and receive packets from the desired physical interface. 33 33 34 7. Traffic can be generated using the iperf traffic generator. 34 7. Ensure IP forwarding is enabled on the host. This can be done by: 35 {{{ 36 host# echo 1> /proc/sys/net/ipv4/ip_forward 37 }}} 38 39 8. Traffic can be generated using the iperf traffic generator. 35 40 Run a Iperf server and a client on the two ends of the link. 36 41 Details on running iperf are available [http://www.noc.ucf.edu/Tools/Iperf/ here]. 37 42 38 8. Result logs can be parsed and interpreted using simple awk scripts.43 9. Result logs can be parsed and interpreted using simple awk scripts. 39 44 40 45 == Additional Notes ==