5984870e | 14-Feb-2025 |
Hyman Huang <yong.huang@smartx.com> |
guestperf: Add test result data into report
The migration result data is not included in the guestperf report information; include the result as a report entry so the developer can check whether the
guestperf: Add test result data into report
The migration result data is not included in the guestperf report information; include the result as a report entry so the developer can check whether the migration was successful after running guestperf.
Signed-off-by: Hyman Huang <yong.huang@smartx.com> Message-ID: <6303400c2983ffe5647f07caa6406f00ceae4581.1739530098.git.yong.huang@smartx.com> Signed-off-by: Fabiano Rosas <farosas@suse.de>
show more ...
|
45f34156 | 14-Feb-2025 |
Hyman Huang <yong.huang@smartx.com> |
guestperf: Introduce multifd compression option
Guestperf tool does not cover the multifd compression option currently, it is worth supporting so that developers can analysis the migration performan
guestperf: Introduce multifd compression option
Guestperf tool does not cover the multifd compression option currently, it is worth supporting so that developers can analysis the migration performance with different compression algorithms.
Multifd support 4 compression algorithms currently: zlib, zstd, qpl, uadk
To request that multifd with the specified compression algorithm such as zlib: $ ./tests/migration-stress/guestperf.py \ --multifd --multifd-channels 4 --multifd-compression zlib \ --output output.json
To run the entire standardized set of multifd compression comparisons, with unix migration: $ ./tests/migration-stress/guestperf-batch.py \ --dst-host localhost --transport unix \ --filter compr-multifd-compression* --output outputdir
Signed-off-by: Hyman Huang <yong.huang@smartx.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> Message-ID: <c0e3313d81e8130f8119ef4f242e4625886278cf.1739530098.git.yong.huang@smartx.com> Signed-off-by: Fabiano Rosas <farosas@suse.de>
show more ...
|
42f5975c | 14-Feb-2025 |
Hyman Huang <yong.huang@smartx.com> |
guestperf: Nitpick the inconsistent parameters
Signed-off-by: Hyman Huang <yong.huang@smartx.com> Reviewed-by: Fabiano Rosas <farosas@suse.de> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> M
guestperf: Nitpick the inconsistent parameters
Signed-off-by: Hyman Huang <yong.huang@smartx.com> Reviewed-by: Fabiano Rosas <farosas@suse.de> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> Message-ID: <c8e3768c0d21b47456ad80376ddee63122d60cf7.1739530098.git.yong.huang@smartx.com> Signed-off-by: Fabiano Rosas <farosas@suse.de>
show more ...
|