From: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
To: qemu-devel@nongnu.org
Cc: kwolf@redhat.com, vsementsov@virtuozzo.com, ehabkost@redhat.com,
qemu-block@nongnu.org, stefanha@gmail.com, mreitz@redhat.com,
crosa@redhat.com, den@openvz.org, jsnow@redhat.com
Subject: [PATCH v3 0/4] benchmark util
Date: Fri, 28 Feb 2020 10:19:10 +0300 [thread overview]
Message-ID: <20200228071914.11746-1-vsementsov@virtuozzo.com> (raw)
Hi all!
v3:
move all to scripts/simplebench
add myself as a maintainer of this thing
Here is simple benchmarking utility, to generate performance
comparison tables, like the following:
---------- ------------- ------------- -------------
backup-1 backup-2 mirror
ssd -> ssd 0.43 +- 0.00 4.48 +- 0.06 4.38 +- 0.02
ssd -> hdd 10.60 +- 0.08 10.69 +- 0.18 10.57 +- 0.05
ssd -> nbd 33.81 +- 0.37 10.67 +- 0.17 10.07 +- 0.07
---------- ------------- ------------- -------------
I'll use this benchmark in other series, hope someone
will like it.
Vladimir Sementsov-Ogievskiy (4):
scripts/simplebench: add simplebench.py
scripts/simplebench: add qemu/bench_block_job.py
scripts/simplebench: add example usage of simplebench
MAINTAINERS: add simplebench
MAINTAINERS | 5 +
scripts/simplebench/bench-example.py | 80 ++++++++++++++++
scripts/simplebench/bench_block_job.py | 119 +++++++++++++++++++++++
scripts/simplebench/simplebench.py | 128 +++++++++++++++++++++++++
4 files changed, 332 insertions(+)
create mode 100644 scripts/simplebench/bench-example.py
create mode 100755 scripts/simplebench/bench_block_job.py
create mode 100644 scripts/simplebench/simplebench.py
--
2.21.0
next reply other threads:[~2020-02-28 7:20 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-02-28 7:19 Vladimir Sementsov-Ogievskiy [this message]
2020-02-28 7:19 ` [PATCH v3 1/4] scripts/simplebench: add simplebench.py Vladimir Sementsov-Ogievskiy
2020-02-28 13:03 ` Aleksandar Markovic
2020-02-28 13:48 ` Vladimir Sementsov-Ogievskiy
2020-03-02 21:05 ` Aleksandar Markovic
2020-03-17 14:40 ` Aleksandar Markovic
2020-03-17 15:01 ` Vladimir Sementsov-Ogievskiy
2020-02-28 7:19 ` [PATCH v3 2/4] scripts/simplebench: add qemu/bench_block_job.py Vladimir Sementsov-Ogievskiy
2020-02-28 13:04 ` Aleksandar Markovic
2020-02-28 7:19 ` [PATCH v3 3/4] scripts/simplebench: add example usage of simplebench Vladimir Sementsov-Ogievskiy
2020-02-28 13:27 ` Aleksandar Markovic
2020-02-28 7:19 ` [PATCH v3 4/4] MAINTAINERS: add simplebench Vladimir Sementsov-Ogievskiy
2020-02-28 13:27 ` Aleksandar Markovic
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=20200228071914.11746-1-vsementsov@virtuozzo.com \
--to=vsementsov@virtuozzo.com \
--cc=crosa@redhat.com \
--cc=den@openvz.org \
--cc=ehabkost@redhat.com \
--cc=jsnow@redhat.com \
--cc=kwolf@redhat.com \
--cc=mreitz@redhat.com \
--cc=qemu-block@nongnu.org \
--cc=qemu-devel@nongnu.org \
--cc=stefanha@gmail.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).