Edward Young
2015-Apr-06 20:25 UTC
[libvirt-users] How to get the real migrate speed (MB/s) in the libvirt.
Hi all, I start to migrate a VM with its storage using "virsh migrate --live --copy-storage-all ..." command. I'm wondering whether we can get the migration report when the migration is done. For instance, how long it takes to migrate this VM, the total data transferred and etc.. Thanks! Ed
Jiri Denemark
2015-Apr-10 07:33 UTC
Re: [libvirt-users] How to get the real migrate speed (MB/s) in the libvirt.
On Mon, Apr 06, 2015 at 15:25:10 -0500, Edward Young wrote:> Hi all, > > I start to migrate a VM with its storage using "virsh migrate --live > --copy-storage-all ..." command. I'm wondering whether we can get the > migration report when the migration is done. For instance, how long it > takes to migrate this VM, the total data transferred and etc..It seems you are looking for "virsh domjobinfo --completed $DOMAIN". Jirka
Seemingly Similar Threads
- Use virsh command domjobinfo but get nothing
- libvirt live migration, qcow2 image, nbd server
- Re: [libvirt] vm live storage migration with snapshots
- Re: [libvirt] vm live storage migration with snapshots
- How can openstack retrieve the CPU usage of a lxc via libvirt?