Re: Low performance of data transfer over cifs mounts
Last post got banned, think it might be because I had the real URL's standing.
So here goes. The transfer speed is equally bad, it does not matter HTTP, SCP, FTP etc. As long as VirtIO has more then 1 Core added. If you use Intel E1000 instead, it works decent, not as good as VirtIO used to.
From the Proxmox main server:
root@asgaard:~# wget -O /dev/null SOMEURL/1000M.zip
--2012-10-31 17:16:04-- SOMEURL/1000M.zip
Resolving SOMEURL... SOMEIP
Connecting to SOMEURL|SOMEIP|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1048576001 (1000M) [application/zip]
Saving to: â/dev/nullâ
100%[==================================================>] 1,048,576,001 98.0M/s in 10s
2012-10-31 17:16:15 (96.9 MB/s) - â/dev/nullâ
root@asgaard:~#
*******************************************************************************************
From a KVM VM Debian x64 stable testing (4 cores) with VirtIO:
root@mimer:~# wget -O /dev/null SOMEURL/1000M.zip
--2012-10-31 17:30:07-- SOMEURL/1000M.zip
Resolving SOMEURL... SOMEIP
Connecting to SOMEURL|SOMEIP|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1048576001 (1000M) [application/zip]
Saving to: â/dev/nullâ
100%[==================================================>] 1,048,576,001 10.4M/s in 1m 57s
2012-10-31 17:32:04 (8.56 MB/s) - â/dev/nullâ
root@mimer:~#
*******************************************************************************************
From the same KVM VM Debian x64 stable testing (4 cores) with Intel E1000:
root@mimer:~# wget -O /dev/null SOMEURL/1000M.zip
--2012-10-31 17:35:10-- SOMEURL/1000M.zip
Resolving SOMEURL... SOMEIP
Connecting to SOMEURL|SOMEIP|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1048576001 (1000M) [application/zip]
Saving to: â/dev/nullâ
100%[==================================================>] 1,048,576,001 90.9M/s in 11s
2012-10-31 17:35:22 (87.5 MB/s) - â/dev/nullâ
root@mimer:~#
*******************************************************************************************
Before I had better performance with VirtIO then with the Intel E1000, so I find it a bit odd the performance is so bad after upgrading to Proxmox 2.2.