-1

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?

Ranjith
  • 13
  • 1
  • 8

1 Answers1

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:

https://github.com/kdlucas/byte-unixbench

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