From Fedora Project Wiki
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