1. 05 12月, 2017 1 次提交
  2. 08 11月, 2017 1 次提交
  3. 31 10月, 2017 1 次提交
  4. 23 10月, 2017 1 次提交
  5. 12 4月, 2016 1 次提交
  6. 10 3月, 2016 1 次提交
  7. 08 5月, 2014 1 次提交
  8. 26 3月, 2014 1 次提交
    • A
      netperf: collect host/guest sysinfo by custom-built scripts · 0b62f7ec
      Amos Kong 提交于
      User wants to collect sysinfo of host/guest, but different users
      might have different requests, and many kinds of system might be
      used. So I would like to use custom-built scripts to collect the
      information that will make users happy.
      
      User needs to add shell scripts to autotest/client/tests/virt/shared/scripts/,
      and set the script path in config file.
      
      eg:
       #log_hostinfo_script = scripts/rh_perf_log_hostinfo_script.sh
       #log_guestinfo_script = scripts/rh_perf_log_guestinfo_script.sh
       #log_guestinfo_exec = bash
       #log_guestinfo_path = /tmp/log_guestinfo.sh
      
      Then the script output will be saved to $test.resultsdir/sysinfo,
      analyzer can use 'diff' to compare the system information when
      regression occurs.
      
      I will send a pull request to add to example scripts to virt-tests repo.
      Signed-off-by: NAmos Kong <akong@redhat.com>
      0b62f7ec
  9. 16 3月, 2014 1 次提交
  10. 31 1月, 2014 2 次提交
  11. 21 1月, 2014 2 次提交
  12. 09 10月, 2013 1 次提交
    • Y
      virt.tests: Updates to netperf · 59b88171
      Yunping Zheng 提交于
      Get netperf src package from web;
      Make the script compatible with netperf 2.6.0;
      Modify the method of get winutils vol;
      Modify the method of start netserver in windows guest
      Using wait_for  to wait until all net perf clients start to work;
      Reorganize the configure file.
      Signed-off-by: NYunping Zheng <yunzheng@redhat.com>
      59b88171
  13. 16 8月, 2013 1 次提交
  14. 06 6月, 2013 1 次提交
    • Y
      virt.test: fix some netperf issues · e5d0277c
      Yunping Zheng 提交于
      this patch:
      1.fix the issue netperf cannot login with two nics,
      2.add  netperf test support tcp_crr protocol
      3.add an automated way to get the cdrom drive number.
      4.modify the file path of netperf.tar.gz. now should
      put the src file under "virt/shared/deps"
      5.add more step info
      e5d0277c
  15. 29 12月, 2012 2 次提交
  16. 21 12月, 2012 1 次提交
    • A
      netperf: enable demo mode · 1ab28575
      Amos Kong 提交于
      Enable demo mode of netperf, process mixed demo results to drop
      unstable factors, only compute the effective demo results when
      all the threads work. This would make performance result more
      stable.
      
      We start many clients and watch the demo output, if all the threads
      really work, then start to record the interrupt/packet number, and
      count the cpu usage. After a fixed test time, record the final
      interrupt/packet number.
      Signed-off-by: NAmos Kong <akong@redhat.com>
      1ab28575
  17. 19 12月, 2012 1 次提交
  18. 18 12月, 2012 1 次提交