|
楼主 |
发表于 2018-4-24 23:37:49
|
显示全部楼层
我是人 发表于 2018-4-24 23:18
free -m完整结果看一下?
root@localhost:~# wget http://repos.mia.lax-noc.com/speedtests/1gb.bin
--2018-04-24 23:26:03-- http://repos.mia.lax-noc.com/speedtests/1gb.bin
Resolving repos.mia.lax-noc.com (repos.mia.lax-noc.com)... 173.44.32.10, 2607:ff48:0:a:b:c:d:666
Connecting to repos.mia.lax-noc.com (repos.mia.lax-noc.com)|173.44.32.10|:80... connected.HTTP request sent, awaiting response... 200 OK
Length: 1073741824 (1.0G) [application/octet-stream]
Saving to: `1gb.bin.2'
100%[==============================================>] 1,073,741,824 87.8M/s in 12s
2018-04-24 23:26:16 (82.9 MB/s) - `1gb.bin.2' saved [1073741824/1073741824]
root@localhost:~# free -m
total used free shared buffers cached
Mem: 512 512 0 0 0 503
-/+ buffers/cache: 8 503
Swap: 512 64 447
root@localhost:~# |
|