I've spent my afternoon trying to understand why my backups are so slow... 3Mbits...
That's what I've noticed :
When I backup a KVM machine located on an iSCSI LVM to an iSCSI storage : i got
the VM has a 32GB disk.
Checking with iptraf (http://packages.debian.org/stable/net/iptraf) I can see :
1) the data volume sent is : 39411MB
2) the iSCSI nic runs always at 700 000 Kbits/s...
In the dir, i can see the tar file is 1.6G => sent in very few seconds to the iSCSI storage backup
(39411MB X 1024) X 8 => 322 854 912 Kbits
7:54 mins -> 474 s
322 854 912/474 = 681 128 Kbits/s = 665 Mbits/s -> what IPTraf tells me
665 Mbits/s = 83MBytes/s
vzdump :
1647938560B / 1024 =1 609 315
7:54 mins -> 474 s
1 609 315 / 747 = 3.395 Kbits/s =3.3 Mbits/s
should'nt vzdump indicate the speed based on the data volume transferred instead of the tar file size?
That's what I've noticed :
When I backup a KVM machine located on an iSCSI LVM to an iSCSI storage : i got
Code:
neptune2:~# vzdump --node 1 --snapshot --storage Proxmox-Backup --bwlimit 100000 --mailto xxx@wwwww.xom 101
INFO: starting new backup job: vzdump --node 1 --snapshot --storage Proxmox-Backup --bwlimit 100000 --mailto xxx@wwwww.xom 101
INFO: Starting Backup of VM 101 (qemu)
INFO: running
INFO: status = running
INFO: backup mode: snapshot
INFO: bandwidth limit: 100000 KB/s
INFO: Logical volume "vzsnap-neptune2-0" created
INFO: creating archive '/var/lib/vz/Proxmox-Backup/vzdump-qemu-101-2010_03_23-16_42_48.tar'
INFO: adding '/var/lib/vz/Proxmox-Backup/vzdump-qemu-101-2010_03_23-16_42_48.tmp/qemu-server.conf' to archive ('qemu-server.conf')
INFO: adding '/dev/Proxmox-SR/vzsnap-neptune2-0' to archive ('vm-disk-virtio0.raw')
INFO: Total bytes written: 1647938560 (3.36 MiB/s)
INFO: archive file size: 1.53GB
INFO: delete old backup '/var/lib/vz/Proxmox-Backup/vzdump-qemu-101-2010_03_23-12_13_50.tgz'
INFO: Logical volume "vzsnap-neptune2-0" successfully removed
got signal
INFO: Finished Backup of VM 101 (00:07:54)
INFO: Backup job finished successfuly
the VM has a 32GB disk.
Checking with iptraf (http://packages.debian.org/stable/net/iptraf) I can see :
1) the data volume sent is : 39411MB
2) the iSCSI nic runs always at 700 000 Kbits/s...
In the dir, i can see the tar file is 1.6G => sent in very few seconds to the iSCSI storage backup
(39411MB X 1024) X 8 => 322 854 912 Kbits
7:54 mins -> 474 s
322 854 912/474 = 681 128 Kbits/s = 665 Mbits/s -> what IPTraf tells me
665 Mbits/s = 83MBytes/s
vzdump :
1647938560B / 1024 =1 609 315
7:54 mins -> 474 s
1 609 315 / 747 = 3.395 Kbits/s =3.3 Mbits/s
should'nt vzdump indicate the speed based on the data volume transferred instead of the tar file size?
Last edited: