This patchset adds a new network perf testcase for Windows,
refactors old netperf test, and support numa resource control.
Process the raw results to a standard format at the end of test.
regression.py can be used to compare two job results.

---

Amos Kong (6):
      virt: Add vhost_threads and vcpu_threads to VM object
      virt_test_utils: Add pin_vm_threads
      virt-test: add NTttcp subtests
      virt-test: Refactor netperf test and add analysis module
      netperf: pin guest vcpus/memory/vhost thread to numa node
      virt: Introduce regression testing infrastructure


 client/tools/analyzer.py   |  166 ++++++++++++++++++++++++++++++++++++++++++++
 client/tools/perf.conf     |   14 ++++
 client/tools/regression.py |   24 ++++++
 3 files changed, 204 insertions(+), 0 deletions(-)
 create mode 100644 client/tools/analyzer.py
 create mode 100644 client/tools/perf.conf
 create mode 100644 client/tools/regression.py

-- 
Amos Kong
--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to