TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Digital Ocean, Amazon Web Services, Windows Azure benchmarked and compared

7 pointsby mitchwainerover 11 years ago

5 comments

ambiateover 11 years ago
This is considered a benchmark and comparison?<p>Edit: Ok, rather than being an arse, some feedback: The IOWait tidbit was interesting and worth the click on its own.<p>Build times and bandwidth should vary based on usage on the shared host. Run the tests every 3 hours for 2-3 days and use those results.<p>More interesting information would consist of what your plan of attack will be for scaling with more power&#x2F;storage&#x2F;etc. If necessity dictates the need for more, will it be as easy as a few clicks (and $$$$) with DO as compared to Azure&#x2F;Amazon?
评论 #6296723 未加载
joshkaover 11 years ago
Can you please post the benchmark technique to allow for reproduction?<p>My colleagues and I often use client&#x27;s hardware rather than our own to work on their project. The mono source sounds like a good stress test to guague the pain and implement preventative upgrades early in the piece.<p>For comparison&#x27;s sake, `time make` of mono-3.2.1 from tarball on a 2012 Macbook Pro Retina &#x2F; 2.6GHz &#x2F; 16 GB RAM &#x2F; 512 GB SSD returns:<p><pre><code> make 583.12s user 77.90s system 98% cpu 11:11.99 total </code></pre> This seems slow compared to digital ocean. I wonder if there&#x27;s something I&#x27;m not setting. My settings per [1] were:<p><pre><code> .&#x2F;configure --prefix=&#x2F;Users&#x2F;joshka&#x2F;Code&#x2F;mono --enable-nls=no --build=i386-apple-darwin11.2.0 </code></pre> [1]: <a href="http://www.mono-project.com/Compiling_Mono_on_OSX" rel="nofollow">http:&#x2F;&#x2F;www.mono-project.com&#x2F;Compiling_Mono_on_OSX</a>
评论 #6296740 未加载
endijsover 11 years ago
Those micro articles about DO start to annoy as much as &#x27;github down&#x27; ones. Three up-votes and already on front page... Something is not right here. I have nothing against DO (I use them too), but if site is on front page I would like to see much more detailed benchmarks.
pellaover 11 years ago
SSD VPS benchmarks: <a href="http://serverbear.com/benchmarks/ssd-vps" rel="nofollow">http:&#x2F;&#x2F;serverbear.com&#x2F;benchmarks&#x2F;ssd-vps</a><p>and DigitalOcean benchmarks :<a href="http://serverbear.com/9806/digitalocean#view-benchmarks" rel="nofollow">http:&#x2F;&#x2F;serverbear.com&#x2F;9806&#x2F;digitalocean#view-benchmarks</a>
hemancusoover 11 years ago
That&#x27;s a lot of effort to determine that compiling a large source tree is way faster with a SSD.