我们如何评估Eucalyptus的性能

发布于 2024-11-02 00:55:16 字数 57 浏览 2 评论 0原文

我们如何评估Eucalyptus的性能。有没有一个工具可以收集相同的统计数据?

谢谢

How can we evaluate the performance of Eucalyptus. Is there a tool that can collect statistics about the same?

thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

昔梦 2024-11-09 00:55:16

至少对于 Eucalyptus 的 S3 Walrus 部分,YCSB (Yahoo! Cloud Serving Benchmark) https://github.com/brianfrankcooper /YCSB 是一个非常有用的工具。您可以为 S3 操作 PUT、GET、DELETE、LIST 编写自定义驱动程序。然后,YCSB 可以轻松设置和测试,报告延迟、错误和其他统计信息以进行性能分析。

这些链接中提供了有关 EC2 测试的一些优秀信息和资源:

甚至比预期更奇怪:系统地了解 EC2 I/O
http://blog.scalyr.com/ 2012/10/16/a-systematic-look-at-ec2-io/

EC2 基准跟进(来源 + 数据)
http://blog.scalyr.com/2012/ 10/29/ec2-benchmark-followup-source-data/

At least for the S3 Walrus part of Eucalyptus, YCSB (Yahoo! Cloud Serving Benchmark) https://github.com/brianfrankcooper/YCSB has been a very useful tool. You can write custom drivers for S3 operations PUT, GET, DELETE, LIST. Then YCSB enables easy setup and testing that reports latency, errors, and other statistics for a performance analysis.

Some excellent information and resources about EC2 testing in these links:

Even Stranger than Expected: a Systematic Look at EC2 I/O
http://blog.scalyr.com/2012/10/16/a-systematic-look-at-ec2-io/

EC2 Benchmark Followup (Source + Data)
http://blog.scalyr.com/2012/10/29/ec2-benchmark-followup-source-data/

把时间冻结 2024-11-09 00:55:16

中央处理器和磁盘:您可以运行任何本地基准测试工具,只要它可以在虚拟环境中运行即可。
- 您可以在测试之间启用/禁用 VT-d 以查看影响。

网络:您还可以使用不同的配置运行网络基准测试:
- 同一节点上的两个实例
- '' 在两个不同的节点上
- '' 在两个不同的集群上
- '' 使用云

GPU 之外的一个:这仍然是相当实验性的。你必须在网上找到食谱(非常罕见)。

CPU & Disk: You can run any local benchmark tools, as long as it can run in a virtual environment.
- You can enable-disable VT-d between the tests to see the impact.

Network: You can also run network benchmarks using different configurations:
- Two instances on the same node
- '' on two different nodes
- '' on two different clusters
- '' with one outside of the cloud

GPU: This is still pretty experimental. You'll have to find recipes on the web (very rare).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文