Last update at :2023-12-29,Edit by888u
Bandwagonhost, the US hosting provider, no longer has bargain packages, but recently many partners have been looking for bargains. The cheaper one among the current packages is the regular 256M configuration, which costs $19.9 per year. You can choose from 5 data centers, including the common nodes in Los Angeles and Phoenix. This 256M package is suitable for setting up personal Internet services, and the traffic is relatively sufficient, 1T traffic!
Configuration package
- Memory: 256M
- Hard disk: 10G SSD
- CPU: 1 core
- Traffic: 1000G
- Port: 1000M
- Data center: 5 data centers in Los Angeles
- Monthly payment: $2.99
- Annual payment: $19.99
- Purchase link
1. cpu information
[root@localhost ~]# 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 microcode: 26 CPU MHz: 2660.039 cache size: 12288 KB physical id: 1 siblings: 12 coreid: 0 CPU cores: 6 API ID: 32 initial API: 32 fpu: yes fpu_exception: yes cpuid level: 11 wp: yes flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm pcid dca sse4_1 sse4_2 popcnt aes lahf_lm arat dtherm tpr_shadow vnmi flexpriority ept vpid bogomips : 5320.07 clflush size: 64 cache_alignment: 64 address sizes: 40 bits physical, 48 bits virtual power management:
2. Memory and hard disk capacity information
[root@localhost ~]# free -m total used free shared buffers cached Mem: 256 21 234 5 0 20 -/+ buffers/cache: 0 255 Swap: 128 0 128 [root@localhost ~]# df -hal Filesystem Size Used Avail Use% Mounted on /dev/simfs 12G 597M 12G 5% / proc 0 0 0 - /proc sysfs 0 0 0 - /sys none 0 0 0 - /dev/pts none 128M 0 128M 0% /dev/shm none 0 0 0 - /proc/sys/fs/binfmt_misc [root@localhost ~]# df -i Filesystem Inodes IUsed IFree IUse% Mounted on /dev/simfs 12288000 22420 12265580 1% / none 32768 1 32767 1% /dev/shm
3. Network download speed
[root@localhost ~]# wget cachefly.cachefly.net/100mb.test --2016-05-13 09:55:46-- 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 38.2M/s in 2.6 s 2016-05-13 09:55:48 (38.2 MB/s) - `100mb.test' saved [104857600/104857600] [root@localhost ~]# wget http://down.360.cn/360sd/360sd_x64_std_5.0.0.7033.exe --2016-05-13 09:55:54-- http://down.360.cn/360sd/360sd_x64_std_5.0.0.7033.exe Resolving down.360.cn... 175.6.229.76, 220.181.150.209 Connecting to down.360.cn|175.6.229.76|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 37480360 (36M) [application/octet-stream] Saving to: `360sd_x64_std_5.0.0.7033.exe' 100%[====================================>] 37,480,360 4.12M/s in 8.9 s 2016-05-13 09:56:04 (4.00 MB/s) - `360sd_x64_std_5.0.0.7033.exe' saved [37480360/37480360] [root@localhost ~]# wget http://dl.wdlinux.cn:5180/lanmp_laster.tar.gzwget http://dl.wdlinux.cn:5180/lanmp_laster.tar.gz --2016-05-13 09:56:09-- http://dl.wdlinux.cn:5180/lanmp_laster.tar.gzwget Resolving dl.wdlinux.cn... 222.186.61.177 Connecting to dl.wdlinux.cn|222.186.61.177|:5180... connected. HTTP request sent, awaiting response... 302 Found Location: http://dl.wdlinux.cn:5180/index.html [following] --2016-05-13 09:56:15-- http://dl.wdlinux.cn:5180/index.html Connecting to dl.wdlinux.cn|222.186.61.177|:5180... connected. HTTP request sent, awaiting response... 200 OK Length: 4897 (4.8K) [text/html] Saving to: `lanmp_laster.tar.gzwget' 100%[====================================>] 4,897 --.-K/ s in 0.1s 2016-05-13 09:56:17 (33.3 KB/s) - `lanmp_laster.tar.gzwget' saved [4897/4897] --2016-05-13 09:56:17-- http://dl.wdlinux.cn:5180/lanmp_laster.tar.gz Connecting to dl.wdlinux.cn|222.186.61.177|: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 807K/s in 68s 2016-05-13 09:57:25 (1.14 MB/s) - `lanmp_laster.tar.gz' saved [81312101/81312101] FINISHED --2016-05-13 09:57:25-- Downloaded: 2 files, 78M in 1m 8s (1.14 MB/s)
4. Hard disk IO performance
[root@localhost ~]# 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, 3.41917 s, 78.5 MB/s [root@localhost ~]# dd if=/dev/zero of=test bs=8k count=256k conv=fdatasync 262144+0 records in 262144+0 records out 2147483648 bytes (2.1 GB) copied, 20.6343 s, 104 MB/s
5. Install AMH
******* SSH Dirs ******* WebSite: /home/wwwroot Nginx: /usr/local/nginx PHP: /usr/local/php MySQL: /usr/local/mysql MySQL-Data: /usr/local/mysql/data Start time: Fri May 13 21:59:26 CST 2016 Completion time: Fri May 13 22:17:54 CST 2016 (Use: 18 minute) More help please visit:http://amysql.com ================================================== ==============
6. Route tracing (real chicken IP, unofficial test IP)
7. Summary
The performance of bandwagonhost is pretty good, the hard disk IO performance is also good, and everyone’s reputation for it has been pretty good! It can be seen from the CPU information that the regular packages do not limit the CPU frequency. The previous bargain special packages with 512M memory and 1G memory also limited the CPU frequency, hehe! There is a big difference between special offers and regular offers. The 256M memory chicken data center tested was located in Los Angeles. The route tracing can only be used as a reference, and it may change sometimes! It takes 18 minutes to install the free version of AMH4.2, which is not bad for a chicken with such a small memory and using openvz!
Recommended site searches: domain name transfer, server Hong Kong, cheap virtual host, cloud server for 6 yuan per year, Taiwan host, free website domain name registration, private server rental, registration-free space and free network, registration query, ip, < /p>
发表评论