Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 xml-rpc 将 opennebula 集成到我自己的云仪表板中。我需要测试虚拟机性能。建议我任何工具来测试虚拟机。如何在 ubuntu14.04 中做到这一点?
使用 UnixBench(最好的免费基准测试工具)如下:
$apt-get install libx11-dev libgl1-mesa-dev libxext-dev perl perl-modules make gcc $wget http://byte-unixbench.googlecode.com/files/UnixBench5.1.3.tgz $tar xvf UnixBench5.1.3.tgz $cd UnixBench $./Run
有关执行的每个测试的详细信息,请访问:
https://github.com/kdlucas/byte-unixbench