| 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? | |
![]() |
| | LinkBack | Thread Tools |
|
#1
| ||||
| ||||
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. |
|
#2
| ||||
| ||||
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 |
|
#3
| ||||
| ||||
Quote:
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. |
|
#4
| ||||
| ||||
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. |
|
#5
| ||||
| ||||
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 |
|
#7
| ||||
| ||||
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. |
|
#8
| ||||
| ||||
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. |
|
#9
| ||||
| ||||
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 |
|
#10
| ||||
| ||||
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| |
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 |