HomeVirtualizationVMwareRunning 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:

  • Create a 100GB VM, install, run and test IOmeter. (here you have) The capacity depends on the size of the testing file to be used, I think 100GB is a good size.
  • Clone this VM after IOmeter has been tested.
  • Be sure both or more machines are reachable through the network

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.

- Advertisement -
  • -m to specify the manager IP address, the master machine
  • -n is to specify the computer management name (optional)
  • -i to specify the IP address of the computer running dynamo the “remote machine” (where this configuration is being made).
IOmeter Dynamo

Again, from the image above:

  • 192.168.1.10 is the master IOmeter/Dynamo
  • 192.168.1.11 is the remote machine running Dynamo.

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

Juan Mulford
Juan Mulford
I have been active in IT for over fourteen years now. I am a solutions architect, working with storage, virtualization, and VDI solutions. For the past ten years, I have been living and working in Taiwan.

Leave a Reply

- Advertisement -

Popular Articles

mulcas.com-Raspberry-Pi

Raspberry Pi OS in a Virtual Machine with VMware

4
Although the Raspberry Pi OS is designed and optimized for the Raspberry Pi module, it is possible to test and use it without its hardware, with VMware. This solution can be useful if you are a developer (or just a curious guy) and don't have a Raspberry Pi module with you
Unable to delete inaccessible datastore

Unable to delete an "inaccessible" datastore

7
I was switching my storage array, so I migrated the VMs from that old datastore/storage to a new datastore/storage. The old datastore was shared by 3 ESXi hosts, no cluster. After migrating the VMs and unmount/delete the datastore, it was still presented in two of the ESXi hosts and was marked as inaccessible.
This is not a valid source path / URL

This is not a valid source path / URL - SourceTree and Gitlab

0
I have been working on a project with a friend who set up a repository in Gitlab but even though I was able to view all projects on it, I couldn’t really join the repository. I was using SourceTree and Gitlab.
mulcas.com-VMware-OVF-Tool

How to export a Virtual Machine using the VMware OVF Tool

9
The VMware OVF Tool is implemented by VMware for easily importing and exporting virtual machines in Open Virtualization Format (OVF) standard format. Here, I want to show you how to download and install it, and then how to use it from a Windows machine.
Couldn't load private key - Putty key format too new

Couldn't load private key - Putty key format too new

5
couldn't load private key - Putty key format too new.” This issue happens when you use PuTTygen to generate or convert to a ppk key. Here is how to fix it. 
- Advertisement -

Recent Comments