I'm going to compare, how windows virtual machines are working in QEMU/KVM environment and IO performance loss. So I want to measure HDD performance in Linux host and Windows VM. Is there any benchmarking tool you can advise, that is working both on Linux/Windows?
|
feedback
|
|
Comparing performance between an host and a guest in my opinion doesn't make much sense, we are talking about two different things . However you can try with hdparm that should work also on windows. | |||
feedback
|
|
If someone is also interested to measure the difference between the HDD performance in Linux host system and Windows VMs, the best way I've find is free tool http://iometer.org. For Linux it has only "server" part, but you can launch windows client from the Windows VM. Great advantage is that there is a possibility to implement different usage patterns, for example web-server or database ones. It's able to set block size, ratio between read/write operations, sequential and random access, etc. | |||
|
feedback
|
|
bonnie++ is a good tool for measuring disk speed. It sould run on Windows with cygwin. | |||
|
feedback
|