有人有在lxc容器上运行mapreduce的经验吗?

wmtdaxz3  于 2021-06-03  发布在  Hadoop
关注(0)|答案(1)|浏览(338)

我只是对基于lxc的hadoop的性能有一些疑问。
所以我想知道以前有没有人有过这样的经验?在内存或磁盘使用率等性能方面有什么令人印象深刻的改进吗?
如果你有任何测试数据和我分享,那就太好了。

t98cgbkg

t98cgbkg1#

好消息是,考虑到性能测试,lxc几乎与native相同!
与vm(kvm)相比,我们得到了一些基本结果:

CPU:native(lxc)and vm are almost the same

MEM:VM performance is about 1/2 of native (lxc)

DISK:VM write performance is 2/3 of native, read performance 1/2

NETWORK:VM has twice network latency than native

相关问题