Hi all, I am using KVM with virt-manager to migrate the virtual machines from one system to another.
To calculate migration time I run the following command at host machine terminal:
time virsh migrate --live UBVM1 qemu+ssh://server1.example.com
And it is showing following output
real 0m15.430s
user 0m0.031s
sys 0m0.015s
Now, I am slight bit confused that which above value is migration time. Any help will be appreciated.