From: Fabiano Rosas <farosas@suse.de>
To: John Snow <jsnow@redhat.com>, Peter Xu <peterx@redhat.com>
Cc: qemu-devel <qemu-devel@nongnu.org>
Subject: Re: migration-stress tests
Date: Fri, 16 Jan 2026 19:07:39 -0300 [thread overview]
Message-ID: <87h5slmct0.fsf@suse.de> (raw)
In-Reply-To: <CAFn=p-YHkDpE62N_gn0MAqDaLfuOxrj-5jt-MUDTvE=1ZopC_g@mail.gmail.com>
John Snow <jsnow@redhat.com> writes:
> Heya folks:
>
> I'm working on a series that removes the qemu.qmp package from the
> qemu.git tree and notice that
> tests/migration-stress/guestperf/engine.py makes use of the
> QEMUMachine class (which depends on qemu.qmp) -- Can you please let me
> know which test(s) utilize this code so I can ensure that there are no
> disruptions to these tests after the pivot to utilizing an external
> library?
>
> If they aren't executed by "make check", could you please give me some
> instructions for how they are normally run?
>
> Thanks,
> --js
Hi!
This is a little benchmarking tool we have. You need to first build the
guest workload (might need to install a couple static libraries):
cd build
make ./tests/migration-stress/initrd-stress.img
Then:
./run ../tests/migration-stress/guestperf.py --debug --verbose --output
output.json
It starts a guest and migrates it, but with the --debug flag you'll
already see lots of qemu.qmp debug messages flying past.
Beware this is poorly maintained, I just checked it's working, but it
might bite you. Let's us know!
next prev parent reply other threads:[~2026-01-16 22:08 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-01-16 20:35 migration-stress tests John Snow
2026-01-16 22:07 ` Fabiano Rosas [this message]
2026-01-19 17:19 ` John Snow
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=87h5slmct0.fsf@suse.de \
--to=farosas@suse.de \
--cc=jsnow@redhat.com \
--cc=peterx@redhat.com \
--cc=qemu-devel@nongnu.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.