wlanboy
Content Contributer
Provider: BlueVM
Plan: KVM 512mb VPS
Price: 24$ per year (birthday special)
Location: Buffalo, NY
Purchased: 05/2013
Hardware information:
I have opened 2 support tickets in two weeks. All get short answers within some hours. If I look to them:
Overall experience:
It was their birthday special. I could not resist. The package is working and is good - if the node is online. I use this machine to remote build and debug Ruby gems. Building native extensions is something that is using a lot of I/O and cpu power.
The Xfce desktops are working fine too. Even browsing with firefox is fast enough.
So I got a lot of hardware for the money. Network is ok, ping to europe is ok too.
Their SolusVM server is overloaded. Login lasts about 60 seconds. Confirmation of reboot about 10 seconds.
But if I look to the last downtime of the vps:
2013-05-19 07:13:41 2013-05-20 11:56:01 28h 42m
Yes nearly 29 hours of downtime due to a harddisk failure of the node.
Not a good start at all. But the support just ruined my opinion of BlueVM because they did not send me any notification. Not about the hardware failure and not about the fact that I can use my vps again.
PS:
I have updated the dd/wget lines. Things that changed:
Canceled due to bandwith/routing issues in Buffalo -> EU.
Read review about my move to CH ->
Plan: KVM 512mb VPS
Price: 24$ per year (birthday special)
Location: Buffalo, NY
Purchased: 05/2013
Hardware information:
- cat /proc/cpuinfo
processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 13
model name : QEMU Virtual CPU version (cpu64-rhel6)
stepping : 3
microcode : 0x1
cpu MHz : 1999.999
cache size : 4096 KB
physical id : 0
siblings : 2
core id : 0
cpu cores : 2
apicid : 0
initial apicid : 0
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 4
wp : yes
flags : fpu de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pse36 clflush mmx fxsr sse sse2 ht syscall nx lm pni cx16 hypervisor lahf_lm
bogomips : 3999.99
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
processor : 1
vendor_id : GenuineIntel
cpu family : 6
model : 13
model name : QEMU Virtual CPU version (cpu64-rhel6)
stepping : 3
microcode : 0x1
cpu MHz : 1999.999
cache size : 4096 KB
physical id : 0
siblings : 2
core id : 1
cpu cores : 2
apicid : 1
initial apicid : 1
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 4
wp : yes
flags : fpu de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pse36 clflush mmx fxsr sse sse2 ht syscall nx lm pni cx16 hypervisor lahf_lm
bogomips : 3999.99
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
- cat /proc/meminfo
Code:MemTotal: 508148 kB MemFree: 93808 kB Buffers: 68028 kB Cached: 104184 kB SwapCached: 2016 kB Active: 97368 kB Inactive: 254696 kB Active(anon): 16456 kB Inactive(anon): 165308 kB Active(file): 80912 kB Inactive(file): 89388 kB Unevictable: 0 kB Mlocked: 0 kB HighTotal: 0 kB HighFree: 0 kB LowTotal: 508148 kB LowFree: 93808 kB SwapTotal: 522236 kB SwapFree: 500040 kB Dirty: 32 kB Writeback: 0 kB AnonPages: 178104 kB Mapped: 21312 kB Shmem: 1912 kB Slab: 36208 kB SReclaimable: 23276 kB SUnreclaim: 12932 kB KernelStack: 3256 kB PageTables: 7288 kB NFS_Unstable: 0 kB Bounce: 0 kB WritebackTmp: 0 kB CommitLimit: 776308 kB Committed_AS: 1888336 kB VmallocTotal: 512004 kB VmallocUsed: 6768 kB VmallocChunk: 503128 kB HardwareCorrupted: 0 kB AnonHugePages: 0 kB HugePages_Total: 0 HugePages_Free: 0 HugePages_Rsvd: 0 HugePages_Surp: 0 Hugepagesize: 2048 kB DirectMap4k: 59380 kB DirectMap2M: 464896 kB
- dd
Code:dd if=/dev/zero of=test bs=64k count=16k conv=fdatasync && rm -rf test 16384+0 records in 16384+0 records out 1073741824 bytes (1.1 GB) copied, 42.5395 s, 25.2 MB/s
- updated dd
Code:dd if=/dev/zero of=test bs=64k count=16k conv=fdatasync && rm -rf test 16384+0 records in 16384+0 records out 1073741824 bytes (1.1 GB) copied, 19.2025 s, 55.9 MB/s
- wget
Code:wget cachefly.cachefly.net/100mb.test -O /dev/null --2013-05-20 07:14:33-- http://cachefly.cachefly.net/100mb.test Resolving cachefly.cachefly.net (cachefly.cachefly.net)... 205.234.175.175 Connecting to cachefly.cachefly.net (cachefly.cachefly.net)|205.234.175.175|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 104857600 (100M) [application/octet-stream] Saving to: `/dev/null' 100%[================================================================================================================================>] 104,857,600 3.36M/s in 39s 2013-05-20 07:15:12 (2.56 MB/s) - `/dev/null' saved [104857600/104857600]
- updated wget
Code:wget cachefly.cachefly.net/100mb.test -O /dev/null Resolving cachefly.cachefly.net (cachefly.cachefly.net)... 205.234.175.175 Connecting to cachefly.cachefly.net (cachefly.cachefly.net)|205.234.175.175|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 104857600 (100M) [application/octet-stream] Saving to: `/dev/null' 100%[================================================================================================================================>] 104,857,600 27.1M/s in 4.4s 2013-05-21 01:31:08 (23.0 MB/s) - `/dev/null' saved [104857600/104857600]
- 2x Xfce desktops
- 2x VNC servers
- Openvpn
- Ruby scripts
- Ruby debugger
- SVN server
I have opened 2 support tickets in two weeks. All get short answers within some hours. If I look to them:
- One ticket for asking about vnc connection information.
- One ticket to ask why my vps is offline.
- I had to inform them. Due to time zones I have read the statuscake emails after 6 hours. So no information from BlueVM to me that the node is down even after 6 hours of downtime.
- I had to reask if the node is online again. Yes BlueVM did not send me any information that the node is working again. I had to open a ticket to get a response that I can restart my vps again.
Overall experience:
It was their birthday special. I could not resist. The package is working and is good - if the node is online. I use this machine to remote build and debug Ruby gems. Building native extensions is something that is using a lot of I/O and cpu power.
The Xfce desktops are working fine too. Even browsing with firefox is fast enough.
So I got a lot of hardware for the money. Network is ok, ping to europe is ok too.
Their SolusVM server is overloaded. Login lasts about 60 seconds. Confirmation of reboot about 10 seconds.
But if I look to the last downtime of the vps:
2013-05-19 07:13:41 2013-05-20 11:56:01 28h 42m
Yes nearly 29 hours of downtime due to a harddisk failure of the node.
Not a good start at all. But the support just ruined my opinion of BlueVM because they did not send me any notification. Not about the hardware failure and not about the fact that I can use my vps again.
PS:
I have updated the dd/wget lines. Things that changed:
- Activating virtio
- Let time pass .. benchmarking half an hour after a node is back alive is not fair.
Canceled due to bandwith/routing issues in Buffalo -> EU.
Read review about my move to CH ->
Last edited by a moderator: