TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

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

7 点作者 mitchwainer超过 11 年前

5 条评论

ambiate超过 11 年前
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 未加载
joshka超过 11 年前
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 未加载
endijs超过 11 年前
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.
pella超过 11 年前
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>
hemancuso超过 11 年前
That&#x27;s a lot of effort to determine that compiling a large source tree is way faster with a SSD.