I am using xml-rpc to integrate opennebula into my own cloud dashboard. I need to test the vm performance. Suggest me any tools to test the vm. How to do that in ubuntu14.04?
Asked
Active
Viewed 95 times
1 Answers
0
Use UnixBench (the best free benchmarking tool available) as follows:
$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
For details about every test executed, visit:

Ghassan Zein
- 4,089
- 3
- 19
- 30