Azure 文件服务的速度

Speed of Azure File Service

阅读有关 Azure 文件服务的文档,我希望有一种简单快捷的方法可以将更多 space 安装到我的虚拟 Azure 机器上。但是,在我的 ubuntu 机器上安装文件服务后(完全按照此页面上的说明完成),我的安装速度非常慢 read/write。

举个例子,下载一个1000mb.bin文件到我的本地磁盘:

sander@sanderpihost:~$ wget http://www.colocenter.nl/speedtest/1000mb.bin
--2015-06-28 08:34:38--  http://www.colocenter.nl/speedtest/1000mb.bin
Resolving www.colocenter.nl (www.colocenter.nl)... 5.39.184.5
Connecting to www.colocenter.nl (www.colocenter.nl)|5.39.184.5|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1048576000 (1000M) [application/octet-stream]
Saving to: ‘1000mb.bin’

12% [==========>                                                                                ] 134,018,596 37.3MB/s  eta 25s  

以及我挂载的文件夹:

sander@sanderpihost:~/myazuredisk/Incomplete$ wget http://www.colocenter.nl/speedtest/1000mb.bin
--2015-06-28 08:31:39--  http://www.colocenter.nl/speedtest/1000mb.bin
Resolving www.colocenter.nl (www.colocenter.nl)... 5.39.184.5
Connecting to www.colocenter.nl (www.colocenter.nl)|5.39.184.5|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1048576000 (1000M) [application/octet-stream]
Saving to: ‘1000mb.bin.1’

 0% [                                                                                           ] 3,768,320    466KB/s  eta 34m 8s 

这是预期的吗?这有什么理由这么慢吗?我希望达到比我现在似乎达到的这个微不足道的 ±500KB/s 更高的速度。

网络速度取决于实例大小。具有共享核心 (0.25) 和 768MB RAM 的 A0(特小)实例只有 5Mbit/s 带宽。尝试更改实例大小并进行测试。理论上,标准存储上的 Azure 文件性能应该约为 60MB/s (https://azure.microsoft.com/en-us/documentation/articles/storage-scalability-targets/)。