Last update at :2023-12-12,Edit by888u
Now more and more foreign host companies are entering Hong Kong, a node in Asia. It seems that the Chinese people are really rich! What we bring today is a simple use of the Hong Kong vps product from the Chinese IDC company 18VPS. 18vps provides products in three nodes: Shatin, Hong Kong, and New World, Hong Kong, and Los Angeles, USA. Their Hong Kong New World (all original 103 IPs are replaced with new IP segments starting with 45). Its vps product is based on XEN virtualization technology, which is relatively good and supports Windows systems! We have also used the products of Hong Kong datacenter, whether it is New World, Shatin, or even Yashu, etc.! Anyway, certain problems will occur in various datacenters. No one can guarantee 100% online. 1-2 minor problems a month are considered good! Including the Tencent Cloud Shanghai node currently used by this site, the network is unstable for a few days every month during a certain period of time. In addition, the Alibaba Cloud Qingdao node used by this site also occasionally encounters such a situation!
o(︶︿︶)o Oh, I am just rambling as I write! Let’s get to the main topic today: a simple trial evaluation of 18VPS Hong Kong VPS host! Including Shatin and New World!
1. Hong Kong Shatin vps
1. Test IP: 118.193.230.136
2. CPU parameter information
[root@MyCloudServer ~]# cat /proc/cpuinfo processor: 0 vendor_id: GenuineIntel cpu family: 6 model: 44 model name: Intel(R) Xeon(R) CPU L5639 @ 2.13GHz stepping : 2 CPU MHz: 2133.458 cache size: 12288 KB fpu: yes fpu_exception: yes cpuid level: 11 wp: yes flags: fpu de tsc msr pae cx8 sep cmov pat clflush mmx fxsr sse sse2 ss ht syscall nx lm rep_good aperfmperf unfair_spinlock pni pclmulqdq ssse3 cx16 sse4_1 sse4_2 popcnt aes hypervisor lahf_lm ida arat epb dts bogomips : 4266.91 clflush size: 64 cache_alignment: 64 address sizes: 40 bits physical, 48 bits virtual power management: Processor: 1 vendor_id: GenuineIntel cpu family: 6 model: 44 model name: Intel(R) Xeon(R) CPU L5639 @ 2.13GHz stepping : 2 CPU MHz: 2133.458 cache size: 12288 KB fpu: yes fpu_exception: yes cpuid level: 11 wp: yes flags: fpu de tsc msr pae cx8 sep cmov pat clflush mmx fxsr sse sse2 ss ht syscall nx lm rep_good aperfmperf unfair_spinlock pni pclmulqdq ssse3 cx16 sse4_1 sse4_2 popcnt aes hypervisor lahf_lm ida arat epb dts bogomips : 4266.91 clflush size: 64 cache_alignment: 64 address sizes: 40 bits physical, 48 bits virtual power management:
3. Memory and hard disk
[root@MyCloudServer ~]# df -h Filesystem Size Used Avail Use% Mounted on /dev/mapper/vg_have-lv_root 8.5G 4.0G 4.1G 50% / tmpfs 497M 16K 497M 1% /dev/shm /dev/xvda1 485M 71M 389M 16% /boot /dev/mapper/Xvdbgroup-xvdb1 30G 173M 28G 1% /home [root@MyCloudServer ~]# cat /proc/meminfo MemTotal: 1016320 kB MemFree: 61880 kB Buffers: 83660 kB Cached: 675564 kB SwapCached: 0 kB Active: 415584 kB
4. VPS hard disk I/O test
[root@MyCloudServer ~]# dd if=/dev/zero of=test bs=64k count=4k oflag=dsync 4096+0 records in 4096+0 records out 268435456 bytes (268 MB) copied, 4.22815 s, 63.5 MB/s
5. VPS network performance test
[root@MyCloudServer ~]# wget http://dl.wdlinux.cn:5180/lanmp_laster.tar.gz --2015-07-20 23:18:23-- http://dl.wdlinux.cn:5180/lanmp_laster.tar.gz Resolving dl.wdlinux.cn... 222.186.43.27 Connecting to dl.wdlinux.cn|222.186.43.27|:5180... connected. HTTP request sent, awaiting response... 200 OK Length: 81312101 (78M) [application/x-gzip] Saving to: “lanmp_laster.tar.gz” 100%[====================================>] 81,312,101 579K/s in 98s 2015-07-20 23:20:02 (807 KB/s) - "lanmp_laster.tar.gz" saved [81312101/81312101] [root@MyCloudServer ~]# wget http://cachefly.cachefly.net/100mb.test --2015-07-20 23:15:54-- 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) [application/octet-stream] Saving to: “100mb.test.1” 100%[====================================>] 104,857,600 1.23M/s in 73s 2015-07-20 23:17:07 (1.37 MB/s) - "100mb.test.1" saved [104857600/104857600]
I won’t stop running for scores, that is really time-consuming!
2. Hong Kong New World
1. Test IP: 45.117.193.83
2. CPU parameter information
[root@MyServer ~]# cat /proc/cpuinfo processor: 0 vendor_id: GenuineIntel cpu family: 6 model: 44 model name: Intel(R) Xeon(R) CPU X5650 @ 2.67GHz stepping : 2 CPU MHz: 2666.832 cache size: 12288 KB fdiv_bug : no hlt_bug : no f00f_bug : no coma_bug : no fpu: yes fpu_exception: yes cpuid level: 11 wp: yes flags: fpu de tsc msr pae cx8 apic cmov pat clflush acpi mmx fxsr sse sse2 ss ht nx constant_tsc up ida arat pni ssse3 sse4_1 sse4_2 popcnt bogomips : 6706.10
The characteristic frequency is quite high, generally around 2GHZ, and some CPUs with stricter restrictions can have hundreds of HZ!
3. Look at the memory
[root@MyServer ~]# cat /proc/meminfo MemTotal: 524472 kB MemFree: 30192 kB Buffers: 20588 kB Cached: 291628 kB SwapCached: 0 kB Active: 286796 kB Inactive: 175104 kB HighTotal: 0 kB
The 512M provided will be tried for a while, hey!
4. VPS hard disk I/O test
[root@MyServer ~]# dd if=/dev/zero of=test bs=64k count=4k oflag=dsync 4096+0 records in 4096+0 records out 268435456 bytes (268 MB) copied, 26.9602 seconds, 10.0 MB/s
As much as it is
5. VPS network performance test
[root@MyServer ~]# wget http://cachefly.cachefly.net/100mb.test --2015-07-20 23:24:33-- 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) [application/octet-stream] Saving to: `100mb.test' 100%[====================================>] 104,857,600 1.11M/s in 98s 2015-07-20 23:26:12 (1.02 MB/s) - `100mb.test' saved [104857600/104857600]
When downloading using WGET naming, the speed immediately returns to around 500 when it reaches 1.8M, and then continues to reach 1.8M. There is a peak limit, which is normal! Hong Kong VPS does not have large bandwidth like American VPS!
For running scores, it is almost useless, unless you have other special uses! For general websites, it is basically enough!
For the two datacenters in Hong Kong Shatin and Hong Kong New World, Shatin is currently better than Shatin. After all, it is directly under Telecom and has only been established in recent years!
Recommended site search: Hong Kong server rental for 99idc, cloud server for 6 yuan per year, Japanese server rental for Japanese server, website space registration-free, Hong Kong server rental for 99idc, registration-free space and free network Hong Kong vps host rental, the cheapest double Online space, shopex space, vps dynamic ip,
发表评论