linux - Azure 文件服务的速度

标签 linux azure ubuntu-14.04 azure-storage

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

举个例子,下载一个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/ )。

关于linux - Azure 文件服务的速度,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31097705/

相关文章:

asp.net - Linux 或 OS X 中的 Web API 2.1

linux - 如何使用busctl 将 dbus 属性设置为负值?

.net - 使用Powershell发布云服务-保留IP问题

asp.net - 将 Azure 管道与 Gitlab 集成(持续集成)

installation - 在 ubuntu 14.04 中安装 asterisk 11

linux - URL 重写这个 .htaccess 的更好方法

python - 使用 Pandas 根据该行中的值从 csv 文件中删除特定行之前的行

azure - 如何识别 Azure Data Lake 中 getBlobList 请求中的目录

FFmpeg forward iptv .ts 远程流返回(401 Unauthorized authorization failed)

bash - 如何订购文件的rsync副本?