https://drserver.net/vikinglayer
https://vikinglayer.com/clients/cart.php?a=add&pid=24
Hauld
– €1.50 EUR Monthly
– 2 Cores
– 256MB RAM
– 10GB RAID10 SSD
– 512GB @ 1gbit
– 2 IPv4
Been checking out web hosting sites for a cheap vps, and I found this newly posted offer by VikingLayer (Dr.Server brand) at WebHostingTalk.
https://freevps.us/downloads/bench.sh
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
root@root:./bench.sh CPU model : Intel(R) Xeon(R) CPU E3-1240 v3 @ 3.40GHz Number of cores : 2 CPU frequency : 338.771 MHz Total amount of ram : 256 MB Total amount of swap : 512 MB System uptime : 12 min, Download speed from CacheFly: 42.9MB/s Download speed from Coloat, Atlanta GA: 1.33MB/s Download speed from Softlayer, Dallas, TX: 1.30MB/s Download speed from Linode, Tokyo, JP: 1.37MB/s Download speed from i3d.net, Rotterdam, NL: 897KB/s Download speed from Leaseweb, Haarlem, NL: 23.5MB/s Download speed from Softlayer, Singapore: 577KB/s Download speed from Softlayer, Seattle, WA: 722KB/s Download speed from Softlayer, San Jose, CA: 1.19MB/s Download speed from Softlayer, Washington, DC: 1.59MB/s I/O speed : 228 MB/s |
cat /proc/cpuinfo
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 |
processor : 0 vendor_id : GenuineIntel cpu family : 6 model : 60 model name : Intel(R) Xeon(R) CPU E3-1240 v3 @ 3.40GHz stepping : 3 microcode : 26 cpu MHz : 338.771 cache size : 8192 KB physical id : 0 siblings : 8 core id : 0 cpu cores : 4 apicid : 0 initial apicid : 0 fpu : yes fpu_exception : yes cpuid level : 13 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 cpuid_faulting pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm ida arat epb pln pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase bmi1 hle avx2 smep bmi2 erms invpcid rtm xsaveopt bogomips : 6799.69 clflush size : 64 cache_alignment : 64 address sizes : 39 bits physical, 48 bits virtual power management: |
Disk Quota
1 2 3 4 5 6 7 8 |
root@root:~# dd if=/dev/zero of=iotest bs=64k count=16k conv=fdatasync 16384+0 records in 16384+0 records out 1073741824 bytes (1.1 GB) copied, 4.43558 s, 242 MB/s root@root:~# dd if=/dev/zero of=test.bin bs=64k count=4k oflag=dsync 4096+0 records in 4096+0 records out 268435456 bytes (268 MB) copied, 31.2325 s, 8.6 MB/s |
free -m
1 2 3 4 |
total used free shared buffers cached Mem: 256 15 240 0 0 12 -/+ buffers/cache: 3 252 Swap: 512 0 512 |
Nginx & PHP
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
root@root:pstree init-+-cron |-exim4 |-2*[getty] |-kthreadd/125---khelper/125 |-nginx---2*[nginx] |-php5-fpm---2*[php5-fpm] |-syslogd |-udevd---2*[udevd] |-upstart-socket- |-upstart-udev-br `-xinetd---dropbear---bash---pstree root@grandu: free -m total used free shared buffers cached Mem: 256 64 191 0 0 45 -/+ buffers/cache: 19 236 Swap: 512 0 512 |
Nginx & PHP, 19MB RAM used (64MB with cached).
With Mysql in a newly installed WordPress.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
root@root: pstree init-+-cron |-exim4 |-2*[getty] |-kthreadd/125---khelper/125 |-mysqld_safe---mysqld---2*[{mysqld}] |-nginx---2*[nginx] |-php5-fpm---2*[php5-fpm] |-syslogd |-udevd---2*[udevd] |-upstart-socket- |-upstart-udev-br `-xinetd---dropbear---bash---pstree root@root: free -m total used free shared buffers cached Mem: 256 121 134 0 0 45 -/+ buffers/cache: 75 180 Swap: 512 0 512 |
http://keithscode.com/blog/23-running-mysql-on-a-small-128mb-vps.html
Wordress is fast, definitely good enough for a private dev site.