Site icon mulcas

Running IOmeter on mutiple machines

Running IOmeter on mutiple machines
In This Article:

What:

How to run IOmeter on multiple machines. Here I am using VMs but the same concepts apply to physical computers.

If you have been working in the storage industry, you should already know what is and how to use IOmeter, if you don't, refer to its manual here.

IOmeter is probably the most usable (easy-to-use) tool for storage arrays to simulate workloads. Sometimes, the CPU, Queue Depths or others factors could be a limitation for reaching the maximum IOPS that the array system can support, here is when more machines running IOmeter (actually Dynamo) at the same time are needed.

Note: This is pretty easy and straightforward, but somehow I keep forgetting it. šŸ˜›

How:

First of all:

Testing both machines:

  1. Run IOmeter on the machine you want to use as the master.
  2. On the remote machine, right-click on rundynamo and click Edit to open it with Notepad.
  3. Or create a .bat file with the following data (Change machine names and IPs):
@echo off
REM IOmeter01
cls
:start
            echo.
            "c:\Program Files (x86)\Iometer.org\Iometer 2006.07.27"\Dynamo.exe -m 192.168.1.10 -n IOMETER01 -i 192.168.1.11
goto start

Be sure that the path is where you really installed IOmeter, andĀ  that Dynamo is there.

Again, from the image above:

Fine-tune, play around and enjoy your performance test!

Exit mobile version