我们如何评估Eucalyptus的性能
我们如何评估Eucalyptus的性能。有没有一个工具可以收集相同的统计数据?
谢谢
How can we evaluate the performance of Eucalyptus. Is there a tool that can collect statistics about the same?
thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
至少对于 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/
中央处理器和磁盘:您可以运行任何本地基准测试工具,只要它可以在虚拟环境中运行即可。
- 您可以在测试之间启用/禁用 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).