Earlier quoted context omitted.
As someone who has used both Linode and "low end box" services, both have their place. Two observations: 1) I feel like Linode offers a level of support that the others don't offer. There are lower end providers that do offer good support, but it's not as consistently good as Linode. Were they to start offering cheaper $5 or $10 a month plans, they would be challenged when it comes to continuing to offer that level o…
I agree with this. I have a few DO accounts, a Linode and a few BuyVM accounts. The Linode is what I use for all of my "serious" production stuff, but I love the LEBs to play. That said, I do think the performance of DO is quite good. It reminds me of Slicehost back in the day. The BuyVM guys are just the best people ever, and I mostly maintain play boxes there just b/c I can get away with stuff there that might not…
The New Linode Cloud: SSDs, Double RAM and much more
171–180 of 289 posts
Re: The New Linode Cloud: SSDs, Double RAM and much more
#172for $7 you get: 2 cores 2GB RAM
for 10$ you get: 3 cores 4GB RAM
They don't have SSD, but SSD doesn't do everything, I prefer more ram.
EDIT: If some of you don't know OVH, it's because its new in America, but its not some cheap company, it's a European company that is very successful there. And just recently created a datacenter in North America. (I used to live in France, and have known them for some years).
Re: The New Linode Cloud: SSDs, Double RAM and much more
#173Earlier quoted context omitted.
>I just have one server that I use to put stuff up on the internet and host a few services. And Linode treats that one solitary server better than any other VPS host in the world. I use DO for this and have used many others in the past and I have never had any problems with DO...
Anecdotally, I get notifications of maintenance outages every month with DO in NYC1 and NYC2. These are exceedingly, exceedingly rare with Linode's Atlanta DC. Also, stolen CPU on my DO boxes is super high, whereas this is very rare on Linode. You have less neighbors.
Re: The New Linode Cloud: SSDs, Double RAM and much more
#174Most interesting part in this great upgrade is that they went from 8CPU setup to 2CPU setup. But yeah - 2x more RAM, SSDs will guarantee that I'm not going to switch anytime soon. Sadly I need to wait a week until this will be available in London.
https://blog.linode.com/2014/04/17/linode-cloud-ssds-double-...
IO is probably more important for most of the peoples who use VPS, but It would be good to see CPU test from others too, not just IO benchmarks.
Re: The New Linode Cloud: SSDs, Double RAM and much more
#175I still prefer OVH.com http://www.ovh.com/us/vps/vps-classic.xml for $7 you get: 2 cores 2GB RAM for 10$ you get: 3 cores 4GB RAM They don't have SSD, but SSD doesn't do everything, I prefer more ram. EDIT: If some of you don't know OVH, it's because its new in America, but its not some cheap company, it's a European company that is very successful there. And just recently created a datacenter in North America. (I us…
Re: The New Linode Cloud: SSDs, Double RAM and much more
#176Earlier quoted context omitted.
Throughput speed is not everything, in many situations latency is more important. Can you give results for this? dd if=/dev/zero of=test bs=512 count=1500 oflag=dsync I'm getting "6.40264 s, 120 kB/s" on my laptop's SSD, but on a proper server with a RAID card and cache enabled I get "0.187033 s, 4.1 MB/s".
dd if=/dev/zero of=test bs=512 count=1500 oflag=dsync 768000 bytes (768 kB) copied, 0.3325 s, 2.3 MB/s
768000 bytes (768 kB) copied, 0.45329 s, 1.7 MB/s
Re: The New Linode Cloud: SSDs, Double RAM and much more
#177Why do I pay Linode $20/month instead of paying DO $5/month(1)? Because Linode treats their servers like kittens (upgrades, addons/options, support), and DO treats their servers like cattle. There's nothing wrong with the cattle model of managing servers. But I'm not using Chef or Puppet, I just have one server that I use to put stuff up on the internet and host a few services. And Linode treats that one solitary ser…
Re: The New Linode Cloud: SSDs, Double RAM and much more
#178Earlier quoted context omitted.
287 MB/s vs 816 MB/s is huge. Linode is really doing a good job here. I have 4 VMs with them and am very happy. Can't wait to make this move.
Parallelizability isnt always possible, but you should normalize the speed you get per dollar. 287 MB/sec / $5 ~ 57 MB/sec/dollar 816 MB/sec / $20 ~ 40 MB/sec/dollar
Re: The New Linode Cloud: SSDs, Double RAM and much more
#179I still prefer OVH.com http://www.ovh.com/us/vps/vps-classic.xml for $7 you get: 2 cores 2GB RAM for 10$ you get: 3 cores 4GB RAM They don't have SSD, but SSD doesn't do everything, I prefer more ram. EDIT: If some of you don't know OVH, it's because its new in America, but its not some cheap company, it's a European company that is very successful there. And just recently created a datacenter in North America. (I us…
Can you run https://github.com/mgutz/vpsbench and see how the performance is to compare?
_04/17/2014 - VMPLAN - DATACENTER - OS - AUTHOR_
```
CPU model: AMD Opteron(tm) Processor 4284
Number of cores: 2
CPU frequency: 3000.000 MHz
Total amount of RAM: 2048 MB
Total amount of swap: 128 MB
System uptime: 14 days, 13:31,
I/O speed: 75.4 MB/s
Bzip 25MB: 7.44s
Download 100MB file: 13.0MB/s
```Re: The New Linode Cloud: SSDs, Double RAM and much more
#180dd bs=1M count=1024 if=/dev/zero of=test conv=fdatasync
Linode: 1073741824 bytes (1.1 GB) copied, 1.09063 s, 985 MB/s D.O: 1073741824 bytes (1.1 GB) copied, 3.23998 s, 331 MB/s
dd if=/dev/zero of=test bs=512 count=1500 oflag=dsync
Linode: 768000 bytes (768 kB) copied, 0.478633 s, 1.6 MB/s D.O: 768000 bytes (768 kB) copied, 1.01716 s, 755 kB/s