Gentoo Logo
Gentoo Spaceship

Installation:
Gentoo Handbook
Installation Docs

Documentation:
Home
Listing
About Gentoo
Philosophy
Social Contract

Resources:
Bug Tracker
Developer List
Discussion Forums
Gentoo BitTorrents
Gentoo Linux Enhancement Proposals
IRC Channels
Mailing Lists
Mirrors
Name and Logo Guidelines
Online Package Database
Security Announcements
Staffing Needs
Supporting Vendors
View our CVS

Graphics:
Logos and themes
Icons
ScreenShots

Miscellaneous Resources:
Gentoo Linux Store
Gentoo-hosted projects
IBM dW/Intel article archive




List Archive: gentoo-cluster
Navigation:
Lists: gentoo-cluster: < Prev By Thread Next > < Prev By Date Next >
Headers:
To: gentoo-cluster@g.o
From: t35t0r <t35t0r@...>
Subject: Re: Iozone on multiple nodes using ssh
Date: Thu, 8 Jan 2009 11:04:08 -0600
Not on gentoo but on RHEL. Run this script on master host. It will run
iozone for small to large file sizes (up to 1G).

---- cut ----

#!/bin/sh

# full path to iozone executable
iozoneExec="/home/somewhere/bin/iozone"
# full path to the host file
hostFile="/home/somewhere/iozoneHostsAwesomeFS.txt"
# the number of hosts in the host file
numHosts="16"
# the record size or block size to use in all transfers
recordSize="32k"
# the file output prefix (the final file name will be
${filePrefix}-${recordSize}:${fs}k.xls or .out depending on whether it
is the excel file or log file, where ${fs} is the file size for the
transfer in KB (incrementally generated by the loop)).
filePrefix="cluster-awesomeFS"

# file sizes from 32k to 1g increasing by powers of 2
export rsh="ssh"
export RSH="ssh"
for ((i=5;i<=20;i+=1)); do
        fs=$((2**$i))
        $iozoneExec -RcTM -t $numHosts -b
${filePrefix}-${recordSize}:${fs}k.xls -r $recordSize -s ${fs}k -+m
$hostFile > ${filePrefix}-${recordSize}:${fs}k.out
done

---- cut ----

---- cut ----

sample hosts file:

# hostname   directoryForTestFiles   pathToIozoneOnEachHost
node1 /net/NAS/awesomeFS /home/somewhere/bin/iozone
node2 /net/NAS/awesomeFS /home/somewhere/bin/iozone
node3 /net/NAS/awesomeFS /home/somewhere/bin/iozone

---- cut ----

On Thu, Jan 8, 2009 at 9:12 AM, Chuanwen Wu <wcw8410@...> wrote:
> Hi,
> I am trying to use iozone to test my cluster with ssh but not rsh, but
> I still can't running iozone on multiple nodes.


Replies:
Re: Iozone on multiple nodes using ssh
-- Eric Thibodeau
References:
Iozone on multiple nodes using ssh
-- Chuanwen Wu
Navigation:
Lists: gentoo-cluster: < Prev By Thread Next > < Prev By Date Next >
Previous by thread:
Iozone on multiple nodes using ssh
Next by thread:
Re: Iozone on multiple nodes using ssh
Previous by date:
Iozone on multiple nodes using ssh
Next by date:
Re: Iozone on multiple nodes using ssh


Updated Jun 17, 2009

Donate to support our development efforts.

Gentoo Centric Hosting: vr.org

VR Hosted

Tek Alchemy

Tek Alchemy

SevenL.net

SevenL.net

php|architect

php|architect

Copyright 2001-2007 Gentoo Foundation, Inc. Questions, Comments? Email www@gentoo.org.