腾讯云新用户拼团享优惠,16个月仅需 120 元

tencent.cloud.offer.min.png

一、优惠内容

新用户通过老用户开团链接购买 1 核 2G 内存云服务器每月仅需 10 元

  • 购买链接一:云+ 校园拼团
  • 配置:1 核 2G 内存 1Mbps 带宽不限流量,附赠 50GB 对象存储空间。
  • 续费:续费同价,最多续两次,每次最多续一年,即 360 元最多可购买 40 个月云主机(VPS)!

二、规则说明

  • 1、新用户是指从未付费购买过任意腾讯云产品的个人用户,定过免费 SSL 证书那些不算;
  • 2、活动时间:2018.3.7-2018.3.23;
  • 3、学生信息填真实的即可,毕业的也行;
  • 4、可开区域:北京、上海、广州、四川(新机房);

三、简单评测

1、硬件参数

# cat /proc/cpuinfo | grep name | cut -f2 -d: | uniq -c 
      1  Intel(R) Xeon(R) CPU E5-26xx v4      //1 核英特尔 E5 CPU
# df -h | awk '$NF == "/" {print $2,$(NF-1),$NF}'
50G 10% /              // 50G 硬盘
# free -m
              total        used        free      shared  buff/cache   available
Mem:           1994         388        1050           0         555        1431
Swap:             0           0           0           // 2G 内存

更多硬件参数命令可参考之前的文章《Linux 下查看软硬件信息参数的常用命令(CPU、内存、进程等)

2、性能测试

# sudo dd if=/dev/zero of=1gb.zip bs=1024k count=1024
1024+0 records in
1024+0 records out
1073741824 bytes (1.1 GB) copied, 6.54098 s, 164 MB/s
# sudo dd if=/dev/zero of=1gb2.zip bs=1024k count=1024
1024+0 records in
1024+0 records out
1073741824 bytes (1.1 GB) copied, 6.21034 s, 173 MB/s
# sudo dd if=/dev/zero of=1gb2.zip bs=1024k count=1024
1024+0 records in
1024+0 records out
1073741824 bytes (1.1 GB) copied, 6.01223 s, 179 MB/s
  • 硬盘读写(I/O):172 MB/s (average)
# wget -O speedtest-cli https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest.py
--2018-03-12 19:50:02--  https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest.py
Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 151.101.40.133
Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|151.101.40.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 59555 (58K) [text/plain]
Saving to: ‘speedtest-cli’

100%[===============================================================>] 59,555       126KB/s   in 0.5s   

2018-03-12 19:50:03 (126 KB/s) - ‘speedtest-cli’ saved [59555/59555]

# chmod +x speedtest-cli
# mv speedtest-cli /usr/bin/speedtest
# speedtest --server 4515  //移动
Retrieving speedtest.net configuration...
Testing from Tencent cloud computing (119.29.160.147)...
Retrieving speedtest.net server list...
Retrieving information for the selected server...
Hosted by China Mobile,Guangdong (Shenzhen) [1945.96 km]: 13.242 ms
Testing download speed................................................................................
Download: 43.35 Mbit/s
Testing upload speed................................................................................................
Upload: 1.04 Mbit/s
# speedtest --server 5081  //电信
Retrieving speedtest.net configuration...
Testing from Tencent cloud computing (119.29.160.147)...
Retrieving speedtest.net server list...
Retrieving information for the selected server...
Hosted by ShenZhen Telecom (Shenzhen) [1945.96 km]: 85.471 ms
Testing download speed................................................................................
Download: 21.06 Mbit/s
Testing upload speed................................................................................................
Upload: 1.23 Mbit/s
# speedtest --server 16192  //联通
Retrieving speedtest.net configuration...
Testing from Tencent cloud computing (119.29.160.147)...
Retrieving speedtest.net server list...
Retrieving information for the selected server...
Hosted by 75510010 (ShenZhen) [1945.96 km]: 36.626 ms
Testing download speed................................................................................
Download: 19.36 Mbit/s
Testing upload speed................................................................................................
Upload: 1.16 Mbit/s
  • 带宽:上行 1Mbps 左右,与宣称带宽符合,下行高峰期平均在 20Mbps 左右。
# wget https://cdn.ipip.net/17mon/besttrace4linux.zip
--2018-03-12 19:55:53--  https://cdn.ipip.net/17mon/besttrace4linux.zip
Resolving cdn.ipip.net (cdn.ipip.net)... 121.12.98.99
Connecting to cdn.ipip.net (cdn.ipip.net)|121.12.98.99|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 12190261 (12M) [application/zip]
Saving to: ‘besttrace4linux.zip’

100%[===============================================================>] 12,190,261  2.40MB/s   in 3.9s   

2018-03-12 19:55:58 (2.96 MB/s) - ‘besttrace4linux.zip’ saved [12190261/12190261]

# unzip besttrace4linux.zip 
Archive:  besttrace4linux.zip
  inflating: besttrace               
  inflating: besttrace4linux.txt     
  inflating: besttrace32             
  inflating: besttracebsd            
  inflating: besttracebsd32          
  inflating: besttracemac            
# chmod +x besttrace
# mv besttrace /usr/bin/ && rm -rf besttrace*
# besttrace www.qq.com
traceroute to www.qq.com (180.163.26.39), 30 hops max, 60 byte packets
......
 7  113.96.4.77  3.25 ms  AS58466  中国 广东 广州 电信
    113.96.4.77  3.34 ms  AS58466  中国 广东 广州 电信
    113.96.4.77  3.27 ms  AS58466  中国 广东 广州 电信
......
18  180.163.26.39  32.29 ms  AS4812  中国 上海 电信
    180.163.26.39  34.04 ms  AS4812  中国 上海 电信
    180.163.26.39  32.11 ms  AS4812  中国 上海 电信
# besttrace 10010.com
traceroute to 10010.com (123.125.96.156), 30 hops max, 60 byte packets
......
 6  221.4.0.105  5.19 ms  AS17816  中国 广东 广州 联通
    221.4.0.105  10.85 ms  AS17816  中国 广东 广州 联通
    221.4.0.105  8.51 ms  AS17816  中国 广东 广州 联通
......
14  123.125.96.156  43.14 ms  AS4808  中国 北京 联通
    123.125.96.156  42.99 ms  AS4808  中国 北京 联通
    123.125.96.156  43.15 ms  AS4808  中国 北京 联通
# besttrace  10086.cn
traceroute to 10086.cn (117.136.190.162), 30 hops max, 60 byte packets
......
 8  221.176.18.58  65.95 ms  AS9808  中国 广东 广州 移动
    221.176.18.58  8.41 ms  AS9808  中国 广东 广州 移动
    221.176.18.58  8.60 ms  AS9808  中国 广东 广州 移动
......
13  117.136.190.162  42.79 ms  AS9808  中国 北京 移动
    117.136.190.162  42.49 ms  AS9808  中国 北京 移动
    117.136.190.162  42.49 ms  AS9808  中国 北京 移动
  • 出口:联通电信移动三线接入,默认电信出口。

3、其他

需要再补充。


ArmxMod for Typecho
个性化、自适应、功能强大的响应式主题

推广

 继续浏览关于 优惠腾讯云 的文章

 本文最后更新于 2019/04/19 13:47:16,可能因经年累月而与现状有所差异

 引用转载请注明: VirCloud's Blog > 优惠 > 腾讯云新用户拼团享优惠,16个月仅需 120 元