~ubuntu-branches/ubuntu/quantal/ceph/quantal

« back to all changes in this revision

Viewing changes to src/test/client/iozone.sh

  • Committer: Package Import Robot
  • Author(s): James Page
  • Date: 2012-07-16 09:56:24 UTC
  • mfrom: (0.3.11)
  • mto: This revision was merged to the branch mainline in revision 17.
  • Revision ID: package-import@ubuntu.com-20120716095624-azr2w4hbhei1rxmx
Tags: upstream-0.48
ImportĀ upstreamĀ versionĀ 0.48

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/bash
 
2
 
 
3
set -e
 
4
name=`echo $0 | sed 's/\//_/g'`
 
5
mkdir $name
 
6
cd $name
 
7
 
 
8
iozone -c -e -s 1024M -r 16K -t 1 -F f1 -i 0 -i 1
 
9
iozone -c -e -s 1024M -r 1M -t 1 -F f2 -i 0 -i 1
 
10
iozone -c -e -s 10240M -r 1M -t 1 -F f3 -i 0 -i 1
 
11
 
 
12
cd ..
 
 
b'\\ No newline at end of file'