Andreas 发表于 2013-6-18 16:36:31

wget本机文件速度还不如远程文件 为什么?


下载CacheFly文件至本地

# wget http://cachefly.cachefly.net/100mb.test
--2013-06-18 16:39:06--http://cachefly.cachefly.net/100mb.test
Resolving cachefly.cachefly.net... 205.234.175.175
Connecting to cachefly.cachefly.net|205.234.175.175|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 104857600 (100M)
Saving to: `100mb.test'

100%[======================================>] 104,857,600 50.6M/s   in 2.0s

2013-06-18 16:39:09 (
50.6 MB/s
) - `100mb.test' saved

下载本机文件
# wget --no-check-certificate https://info.mywall.us/100mb.test
--2013-06-18 16:40:55--https://info.mywall.us/100mb.test
Resolving info.mywall.us... 198.199.118.10
Connecting to info.mywall.us|198.199.118.10|:443... connected.
WARNING: certificate common name `www.mywall.us' doesn't match requested host na
me `info.mywall.us'.
HTTP request sent, awaiting response... 200 OK
Length: 104857600 (100M)
Saving to: `100mb.test.1'

100%[======================================>] 104,857,600 18.5M/s   in 5.1s

2013-06-18 16:41:01 (
19.6 MB/s
) - `100mb.test.1' saved


为什么速度还不及远程?

dazeng 发表于 2013-6-18 16:44:59

不光要进,还要出吧?
wget 外部的光进

Andreas 发表于 2013-6-18 16:47:50


dazeng 发表于 2013-6-18 16:44

back.gif

不光要进,还要出吧?
wget 外部的光进
本地进出不应该这么小啊

orvice 发表于 2013-6-18 16:44:00

哪家的vps

weishimi 发表于 2013-6-18 16:57:31


Andreas 发表于 2013-6-18 16:47

back.gif

本地进出不应该这么小啊
额,貌似是这个意思,进 + 出,19.6 x 2

Andreas 发表于 2013-6-18 17:05:05


orvice 发表于 2013-6-18 16:57

back.gif

哪家的vps
digitalocean

sdgl212 发表于 2013-6-18 16:47:00

进 + 出
页: [1]
查看完整版本: wget本机文件速度还不如远程文件 为什么?