Blogs Classifieds Downloads FlashChat Gallery Googlemap Invite Friends Links Projects Reviews Wiki
 


Welcome to the pSeries Tech Forums, our free peer-based support site for administrators, engineers and architects working with IBM pSeries servers and software.

You are currently viewing our site as a guest which gives you limited access to view most discussions, articles, tutorials and access our other free features. By joining our community you will be able to collaborate with administrators, engineers and architects charged with designing, delivering or maintaining IBM pSeries server environments.

Founded by a recognized IBM pSeries consultant and IBM Redbook author, pSeries Tech Forums was developed with the single mission of bringing IBM pSeries professionals together into a single self-help community.

Registration is fast, simple and absolutely free to all IT professionals with responsibility for or interest in IBM pSeries servers. We invite you to join our community today!

If you have any problems with the registration process or your account login, please contact contact support.

Our Sponsors
Want to advertise?  


Reply
 
LinkBack Thread Tools
  #1  
Old July 20th, 2006
pedz's Avatar
pedz Offline
Member
 
Join Date: July 2006
Location: Leander, TX (just north of Austin)
Posts: 58
Disk I/O Benchmarking

I'm in need of benchmarking the storage system I am developing. I suppose I could cobble up some scripts and programs to do it. But I'm guessing there are pre-existing benchmarks for disk i/o. I know there are really complicated ones that measure things like Oracle transactions but I am hoping for something rather simple that just focuses on disk i/o performance.

Any suggestions?
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #2  
Old July 20th, 2006
FASherman's Avatar
FASherman Offline
IBM pSeries and Storage Architect
 
Join Date: May 2006
Posts: 240
Send a message via Yahoo to FASherman
Re: Disk I/O Benchmarking

I just finished a benchmark project a few weeks back. This should help: AC&NC | RAID.edu - Disk I/O Benchmarks - UNIX Benchmarks

Someone should really collect these links in one location. If only there was such a place to do that and maybe prizes involved?

__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


Fred Sherman
IBM pSeries and Storage Architect
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #3  
Old July 20th, 2006
pedz's Avatar
pedz Offline
Member
 
Join Date: July 2006
Location: Leander, TX (just north of Austin)
Posts: 58
Re: Disk I/O Benchmarking

Quote:
Originally Posted by FASherman
I just finished a benchmark project a few weeks back. This should help: AC&NC | RAID.edu - Disk I/O Benchmarks - UNIX Benchmarks

Someone should really collect these links in one location. If only there was such a place to do that and maybe prizes involved?

Thanks for the link.

Re: collecting the links. Can the admin put some sort of ticky mark on the articles that have useful links? Then in the search, have these ticky marks show up somehow. So, Joe User comes to this site, does a search, finds 20 hits but can see that the two hits with ticky marks are probably the ones he wants to look at.

The only other thought is to have a seperate forum for threads that start with a link.

Hey! You might want to look at MacOSXHints.com. They have a system where users submit "hints" that go on the front page. The hints are sent to the admin. The admin then publishes them (so they are screened). Users can add comments to each hint.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #4  
Old July 20th, 2006
pedz's Avatar
pedz Offline
Member
 
Join Date: July 2006
Location: Leander, TX (just north of Austin)
Posts: 58
Re: Disk I/O Benchmarking

Also, I've added a few links to my site that I did not duplicate here mostly because the links I found were specifically for hard core kernel developers. I wasn't sure how many of those are using this site.

Last -- and then I'll get back to work. I've found that a lot of users do not know where the IBM AIX pubs are. Those would be nice links to add as well.

I don't mind adding links. I guess I just wasn't sure where to add them.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #5  
Old July 20th, 2006
FASherman's Avatar
FASherman Offline
IBM pSeries and Storage Architect
 
Join Date: May 2006
Posts: 240
Send a message via Yahoo to FASherman
Re: Disk I/O Benchmarking

You know, its not a bad idea for new sysadmins to learn kernel internals. One of the best books I've found on the subject on the inner workings fo the kernel and nuts and bolts level memory management is called "The Magic Garden Explained". My copy is about 10 years old. Don't know if there is an updated edition, but its well worth the time to read.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


Fred Sherman
IBM pSeries and Storage Architect
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #6  
Old July 21st, 2006
steevojb's Avatar
steevojb Offline
Senior Member
 
Join Date: June 2006
Location: manchester, england
Posts: 185
Re: Disk I/O Benchmarking

excellent, have just navigated to the page and downloaded bonnie++1.0.3a

thanks

steevojb
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #7  
Old August 2nd, 2006
malibu's Avatar
malibu Offline
Junior Member
 
Join Date: August 2006
Posts: 3
Re: Disk I/O Benchmarking

Has anyone been able to build bonnie++ on AIX?

I'm trying to do it on AIX 5.2 with gcc 3.3.2 and the configure gives the following complaint:

checking for g++... g++
checking for C++ compiler default output... configure: error: C++ compiler cannot create executables
See `config.log' for more details.


Thanks!

Last edited by malibu; August 2nd, 2006 at 13:06.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #8  
Old August 2nd, 2006
pedz's Avatar
pedz Offline
Member
 
Join Date: July 2006
Location: Leander, TX (just north of Austin)
Posts: 58
Re: Disk I/O Benchmarking

Two thoughts:

1) maybe you have something called "c++" in your path that is not really a C++ compiler and/or it is broken.

2) what does config.log say (at the bottom)?

It appears as if configure finds g++ and then tries to find c++.

I have not tried to compile Bonnie yet. I plan to "soon" but it keeps getting pushed back. But I'm using g++ 4.0.2.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #9  
Old August 3rd, 2006
malibu's Avatar
malibu Offline
Junior Member
 
Join Date: August 2006
Posts: 3
Re: Disk I/O Benchmarking

Here's my config.log. It seems to be executing 'g++ --version', which works but then later it tries 'g++ -V' with no other parameters and it fails the whole thing. I don't know enough about 'make' to know why. It doesn't really make sense to me. Anyway, I try 'g++ -V' on the command line and sure enough, it doesn't work there either.

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by configure, which was
generated by GNU Autoconf 2.57. Invocation command line was

$ ./configure

## --------- ##
## Platform. ##
## --------- ##

hostname = nimrod
uname -m = 00093C9A4C00
uname -r = 2
uname -s = AIX
uname -v = 5

/usr/bin/uname -p = powerpc
/bin/uname -X = unknown

/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = 5.2.0.0
/bin/universe = unknown

PATH: /usr/bin
PATH: /etc
PATH: /usr/sbin
PATH: /usr/ucb
PATH: /usr/bin/X11
PATH: /sbin
PATH: /usr/java131/jre/bin
PATH: /usr/java131/bin
PATH: /usr/local/bin


## ----------- ##
## Core tests. ##
## ----------- ##

configure:1354: checking for g++
configure:1370: found /usr/local/bin/g++
configure:1380: result: g++
configure:1396: checking for C++ compiler version
configure:1399: g++ --version </dev/null >&5
g++ (GCC) 3.3.2
Copyright (C) 2003 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:1402: $? = 0
configure:1404: g++ -v </dev/null >&5
Reading specs from /usr/local/lib/gcc-lib/powerpc-ibm-aix5.2.0.0/3.3.2/specs
Configured with: ../gcc-3.3.2/configure : (reconfigured) ../gcc-3.3.2/configure --disable-nls : (reconfigured) ../gcc-3.3.2/configure --disable-nls
Thread model: aix
gcc version 3.3.2
configure:1407: $? = 0
configure:1409: g++ -V </dev/null >&5
g++: `-V' option must have argument
configure:1412: $? = 1
configure:1436: checking for C++ compiler default output
configure:1439: g++ conftest.cc >&5
collect2: library libm not found
configure:1442: $? = 1
configure: failed program was:
| #line 1415 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:1480: error: C++ compiler cannot create executables
See `config.log' for more details.

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_env_CPPFLAGS_set=''
ac_cv_env_CPPFLAGS_value=''
ac_cv_env_CXXCPP_set=''
ac_cv_env_CXXCPP_value=''
ac_cv_env_CXXFLAGS_set=''
ac_cv_env_CXXFLAGS_value=''
ac_cv_env_CXX_set=''
ac_cv_env_CXX_value=''
ac_cv_env_LDFLAGS_set=''
ac_cv_env_LDFLAGS_value=''
ac_cv_env_build_alias_set=''
ac_cv_env_build_alias_value=''
ac_cv_env_host_alias_set=''
ac_cv_env_host_alias_value=''
ac_cv_env_target_alias_set=''
ac_cv_env_target_alias_value=''
ac_cv_prog_ac_ct_CXX=g++

## ----------------- ##
## Output variables. ##
## ----------------- ##

CPPFLAGS=''
CXX='g++'
CXXCPP=''
CXXFLAGS=''
DEFS=''
ECHO_C='ECHO_N=''
ECHO_T=''
EGREP=''
EXEEXT=''
INSTALL_DATA=''
INSTALL_PROGRAM=''
INSTALL_SCRIPT=''
LDFLAGS=''
LIBOBJS=''
LIBS=''
LTLIBOBJS=''
OBJEXT=''
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
SHELL='/bin/sh'
ac_ct_CXX='g++'
aix_mem_size=''
bindir='${exec_prefix}/bin'
bool=''
build_alias=''
datadir='${prefix}/share'
debug=''
exec_prefix='NONE'
exes=''
host_alias=''
includedir='${prefix}/include'
infodir='${prefix}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
man8=''
mandir='${prefix}/man'
oldincludedir='/usr/include'
prefix='NONE'
program_transform_name='s,x,x,'
sa_sigaction=''
sbindir='${exec_prefix}/sbin'
semun=''
sharedstatedir='${prefix}/com'
snprintf=''
stripping='-s'
sysconfdir='${prefix}/etc'
target_alias=''
true_false=''
version='1.03'

## ----------- ##
## confdefs.h. ##
## ----------- ##

#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME ""
#define PACKAGE_STRING ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""

configure: exit 77
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #10  
Old August 8th, 2006
rzs0502's Avatar
rzs0502 Offline
System Engineer/Developer
 
Join Date: July 2006
Location: Johannesburg, South Africa
Posts: 27
Re: Disk I/O Benchmarking

Hi,

I used IOZone
Check: http://www.ibm.com/servers/eserver/p...rtual_scsi.pdf
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply

Bookmarks

These are the 100 most searched terms
Search Cloud
0042-001 0042-001 nim 0513-001 the system resource controller daemon is not active 0513-001 the system resource controller daemon is not active. 0514-061 0514-061 cannot find a child device 0514-061 cannot find a child device. 0516-787 0516-787 extendlv 0516-787 extendlv: maximum allocation for logical volume 110000ac aa00e1f3 aio aix aix aio aix freeware aixif_arp_dup_addr b150f22a b181f22a b181fb53 ba010004 c1001020 d133c002 dacnone dcb47997 fcp_array_err6 fget_config gnu tar aix gsclvmd gtar aix hi yall hmc root password hmc vmware hscl05db ibm p6 ibm p6 520 libpopt aix libpopt.a libpopt.a(libpopt.so.0) is needed by rsync-2.6.2-1 migratelv mksysb navisphere agent nim server pseries pseriestech rsync aix sc_disk_err4 scan_error_chrp vio server websm xhost file ... powered by Simple Search Cloud


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Vio Client san disk allocation datamax IBM PowerVM Editions 2 February 21st, 2007 03:43
SSA reset disk silvia AIX for POWER Systems 17 February 19th, 2007 16:15
VIO Disk Performance gbarth IBM PowerVM Editions 7 January 8th, 2007 16:42
Quit disk reserve from rootvg flama AIX for POWER Systems 2 September 30th, 2006 09:17
SAN disk sharing Jisco AIX for POWER Systems 16 September 11th, 2006 06:07



Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0
Powered by vbWiki Pro 1.3 RC5. Copyright ©2006-2007, NuHit, LLC

vBulletin Skin developed by: vBStyles.com


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50