All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC PATCH 0/4] Network performance regression
@ 2011-12-23 10:28 Amos Kong
  2011-12-23 10:28 ` [RFC PATCH 1/4] virt-test: add NTttcp subtests Amos Kong
                   ` (5 more replies)
  0 siblings, 6 replies; 14+ messages in thread
From: Amos Kong @ 2011-12-23 10:28 UTC (permalink / raw)
  To: lmr, wquan, kvm, jasowang, rhod, autotest

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,
then we can compute average and compare with old results.

Welcome to give feedback, thanks in advance!

---

Amos Kong (4):
      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/tests/kvm/control             |    7 +
 client/tests/kvm/perf.conf           |   23 +++
 client/tests/kvm/subtests.cfg.sample |   57 +++++-
 client/virt/tests/analyzer.py        |  224 ++++++++++++++++++++++++
 client/virt/tests/netperf.py         |  312 ++++++++++++++++++++++++----------
 client/virt/tests/ntttcp.py          |  160 +++++++++++++++++
 client/virt/tests/regression.py      |   33 ++++
 7 files changed, 718 insertions(+), 98 deletions(-)
 create mode 100644 client/tests/kvm/perf.conf
 create mode 100644 client/virt/tests/analyzer.py
 create mode 100644 client/virt/tests/ntttcp.py
 create mode 100644 client/virt/tests/regression.py

-- 
Amos Kong

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2012-01-06 20:16 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-23 10:28 [RFC PATCH 0/4] Network performance regression Amos Kong
2011-12-23 10:28 ` [RFC PATCH 1/4] virt-test: add NTttcp subtests Amos Kong
2011-12-23 10:28 ` [RFC PATCH 2/4] virt-test: Refactor netperf test and add analysis module Amos Kong
2011-12-23 10:28 ` [RFC PATCH 3/4] netperf: pin guest vcpus/memory/vhost thread to numa node Amos Kong
2011-12-23 10:28 ` [RFC PATCH 4/4] virt: Introduce regression testing infrastructure Amos Kong
2011-12-24  1:13   ` Yang Hamo Bai
2011-12-25  1:26     ` Amos Kong
2011-12-29 13:12 ` [RFC PATCH 0/4] Network performance regression Amos Kong
2012-01-05  3:05 ` [Autotest PATCH v2 " Amos Kong
2012-01-05  3:05   ` [Autotest PATCH v2 1/4] virt-test: add NTttcp subtests Amos Kong
2012-01-05  3:06   ` [Autotest PATCH v2 2/4] virt-test: Refactor netperf test and add analysis module Amos Kong
2012-01-05  3:06   ` [Autotest PATCH v2 3/4] netperf: pin guest vcpus/memory/vhost thread to numa node Amos Kong
2012-01-05  3:06   ` [Autotest PATCH v2 4/4] virt: Introduce regression testing infrastructure Amos Kong
2012-01-06 20:17   ` [Autotest PATCH v2 0/4] Network performance regression Lucas Meneghel Rodrigues

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.