From Fedora Project Wiki
(Created page with '{{QA/Test_Case |description=This test is intended to do stress testing with netperf |actions= # boot the virtual machine # determine the test time for stress t seconds # determin...') |
No edit summary |
||
Line 21: | Line 21: | ||
# search dmesg in guest and see if there have calltrace | # search dmesg in guest and see if there have calltrace | ||
}} | }} | ||
[[Category: | [[Category:Virtualization_Networking_Test_Cases]] |
Latest revision as of 10:02, 8 April 2010
Description
This test is intended to do stress testing with netperf
How to test
- boot the virtual machine
- determine the test time for stress t seconds
- determine the ip address of the guest: ip_guest
- determine the ip address of the host: ip_host
- install netperf2 in both guest and host
- run netperf server in guest
./netserver
- run netperf client in the host to test TCP
./netperf -H ip_guest -l t
- wait until the netperf to finish
- run netperf client in host to test UDP
./netperf -H ip_guest -l t -t UDP_STREAM
- wait until the netperf to finish
- run netperf server in the host
./netserver
- run the netperf client in the guest
./netperf -H ip_host -l t
- wait until the netperf to finish
- run netperf client in host to test UDP
./netperf -H ip_host -l t -t UDP_STREAM
- wait until the netperf to finish
- ping the guest in host, the packet loss should be zero
ping -c 10 ip_guest
Expected Results
- search dmesg in guest and see if there have calltrace