1.购买北京同区域ecs
2.创建nas挂载文件系统,网络选择专用
项目 | 容量型 | 性能型 |
---|---|---|
带宽(峰值) | 初始读带宽150 MB/s,每GiB增加0.15 MB/s,上限为10 GB/s。 | 初始读带宽600 MB/s,每GiB增加0.6 MB/s,上限为20 GB/s。 |
IOPS | 上限为15000。更多信息,请参见什么是IOPS? | 上限为30000。更多信息,请参见什么是IOPS? |
读4 KiB数据块平均时延 | 10 ms | 2 ms |
容量 | 0~10 PiB | 0~1 PiB |
扩容步长 | 4 KiB | 4 KiB |
扩容方式 | 自动扩容 | 自动扩容 |
文件协议类型 |
|
|
total 0
[root@iz2zecnsfqf169rxt4hfkxz mnt]# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/vda1 40G 1.8G 36G 5% /
devtmpfs 1.8G 0 1.8G 0% /dev
tmpfs 1.8G 0 1.8G 0% /dev/shm
tmpfs 1.8G 288K 1.8G 1% /run
tmpfs 1.8G 0 1.8G 0% /sys/fs/cgroup
tmpfs 365M 0 365M 0% /run/user/0
18ec549138-nry84.cn-beijing.nas.aliyuncs.com:/ 10P 400M 10P 1% /mnt
[root@iz2zecnsfqf169rxt4hfkxz mnt]# ll
total 0
[root@iz2zecnsfqf169rxt4hfkxz mnt]# cd ..
[root@iz2zecnsfqf169rxt4hfkxz /]# cd mnt
[root@iz2zecnsfqf169rxt4hfkxz mnt]# ll
total 409600
-rw-r--r-- 1 root root 419430400 Oct 28 23:52 test1
[root@iz2zecnsfqf169rxt4hfkxz mnt]# time dd if=/dev/zero of=/mnt/test1 bs=4M count=1000 oflag=direct
1000+0 records in
1000+0 records out
4194304000 bytes (4.2 GB) copied, 25.7043 s, 163 MB/s
real 0m25.772s
user 0m0.005s
sys 0m0.855s
[root@iz2zecnsfqf169rxt4hfkxz mnt]# dd if=/mnt/test1 of=/dev/null bs=4M count=1000 iflag=direct
1000+0 records in
1000+0 records out
4194304000 bytes (4.2 GB) copied, 26.1973 s, 160 MB/s
[root@iz2zecnsfqf169rxt4hfkxz mnt]#