All of lore.kernel.org
 help / color / mirror / Atom feed
From: Lucas Meneghel Rodrigues <lmr@redhat.com>
To: Amos Kong <akong@redhat.com>
Cc: autotest@test.kernel.org, kvm@vger.kernel.org
Subject: Re: [Autotest PATCH v2 0/4] Network performance regression
Date: Fri, 06 Jan 2012 18:17:02 -0200	[thread overview]
Message-ID: <4F0756BE.9070904@redhat.com> (raw)
In-Reply-To: <20120105030456.8563.65512.stgit@dhcp-8-167.nay.redhat.com>

On 01/05/2012 01:05 AM, Amos Kong wrote:
> 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 analyze them with general module, compute average
> and compare with old results.
> User can configure test time/repeat times for getting stable results.
>
> Welcome to give feedback, thanks in advance!

I've made a first review of the series, with comments on your pull request:

https://github.com/autotest/autotest/pull/126

Let me know what you think about my findings.

Cheers,

Lucas

> Changes from v1:
> - refactor analysis module
> - add new features in analysis code
> - shape those two tests
> - fix some script bugs
> - add autoio script for ntttcp test
>
> ---
>
> 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/virt/scripts/ntttcp.au3  |   41 +++++
>   client/virt/subtests.cfg.sample |   59 ++++++-
>   client/virt/tests/analyzer.py   |  172 ++++++++++++++++++++++
>   client/virt/tests/netperf.py    |  312 ++++++++++++++++++++++++++++-----------
>   client/virt/tests/ntttcp.py     |  183 +++++++++++++++++++++++
>   client/virt/tests/regression.py |   34 ++++
>   8 files changed, 733 insertions(+), 98 deletions(-)
>   create mode 100644 client/tests/kvm/perf.conf
>   create mode 100755 client/virt/scripts/ntttcp.au3
>   create mode 100644 client/virt/tests/analyzer.py
>   create mode 100644 client/virt/tests/ntttcp.py
>   create mode 100644 client/virt/tests/regression.py
>


      parent reply	other threads:[~2012-01-06 20:16 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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   ` Lucas Meneghel Rodrigues [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4F0756BE.9070904@redhat.com \
    --to=lmr@redhat.com \
    --cc=akong@redhat.com \
    --cc=autotest@test.kernel.org \
    --cc=kvm@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.