12345678901234567890123456789012345678901234567890123456789012345678901234567890
         1         2         3         4         5         6         7         8
----+----|----+----|----+----|----+----|----+----|----+----|----+----|----+----|



ChangeLog (IOMETER2 - 2004.mm.dd):
==================================

- Applied patches:
   - iometer-2004.07.30-post.Ming002AbsolutePathForDevices.patch by
     Ming Zhang (Small patch that now reports the raw device names
     with leading RAW_DEVICE_DIR instead of the constant "/dev").
   - iometer-2004.07.30-post.Daniel001RemoveReportedAsLogical.patch
     by Daniel Scheibli (Minor cleanup that removes the no longer
     used Report_As_Logical() function).
   - em64t.patch by Henryx W. Tieman (Adds the x86_64 port for AMD
     Operton and Intel Xeon with EM64T running Linux or Windows).
   - iometer-2004.07.30-post.Ming001AnyBlockDevice.patch by Ming Zhang
     (adds command line arguments to the Linux and Solaris variant of
     Dynamo, to allow the user to specify block devices which are not
     detected by the automatic detection).
   - iometer-2003.12.16-post.DS3-netware.patch by Thayne Harmon (Fixes
     the detection of the volumens - for the NetWare port).
   - IOGrunt.patch by Lamont Cranston (Prevents a shifting queue for
     the transaction slots in IOGrunt and that way ensures that two
     runs of the same test are closer together).
   - invalid_spec.patch by Lamont Cranston (Allows the user to set any
     request sizes, sector allignment etc. - even if it doesn't match the
     storage devices block size. While in interactive mode, the user
     must confirm his will - in batch mode invalid specifications gets
     executed without requiring any kind of confirmation / force flag).
   - scross_spec_list.patch by Lamont Cranston (Ensures that the access
     specification list gets scrolled during the run - so the active
     access specification can always be seen).
   - linux_kstat_build_fix.patch by Lamont Cranston (Fixes a minor bug
     in the build of the linux_kstat version for Linux 2.4).
   - IOTargetDisk_cpp.patch by Lamont Cranston (Closes the files in
     getSizeOfPhysDisk() and getSectorSizeOfPhysDisk() under Linux
     and explain the use of the BLKBSZGET define.
   - disk_full.patch by Lamont Cranston (fixes handling of the disk full
     condition when preparing logical drives).
   - iometer2.Lamont001ConstructorCleanup.patch by Daniel Scheibli
     (bundles the changes contributed by Lamont Cranston - it introduces
     the new IOManagerWin.cpp file).
- Cleanup:
   - Renamed Makefile-Solaris.Sparc into Makefile-Solaris.sparc
   - Modified an #ifdef in IOPerformanceLinux.cpp to make it work for
     the XScale processor as well.
   - Addded the IOManagerWin.cpp file to the Iometer.dsp project file
     to make Dynamo build with MS VC++.
   - Added a check for null pointers in case a Manager could not be
     added to his list in Galileo[App|Globals].cpp
   - Corrected the macro definition for BLKGETSIZE64 in IOCommon.h
- Documentation:
   - Added further stuff to the Coding Style section of the DEVGUIDE.
   - Added the initial drop of the DocBook sources of the first part of
     the Iometer Users Guide (converted from OpenOffice - by James Rogers).
- Others:
   - Changed the "Help About..." button of the Iometer Wizard to reflect
     the current status (Open Source,...) of Iometer.
   - Converted the Iometer Wizard to the file format of the 2000 version
     of MS Access and fixed the (Excel) version check of the Graph Wizard
     part (as suggested by Joseph R Gruher).
   - Modified the About dialog to point to the Intel Open Source License
     only.



<BRANCH OUT IOMETER1/>
======================



ChangeLog (IOMETER1 - basis for 2004.07.30):
============================================

- Applied patches:
   - iometer-2003.12.16-post.DS2.DanielGlobalAccessSpecs.patch by
     Daniel Scheibli (adds a set of sample Global Access Specifications).
   - iometer-netware.patch by Thayne Harmon (modifies the usage output
     to reflect volume exclusion, adoped Makefile to use Code Warrier 8).
   - iometer-2003.12.16-post.DS2.DanielIcfVersionStringWithDash.patch
     by Daniel Scheibli (Enables support for trailing dashes in the
     version string of loaded ICF file).
   - iometer-2003.12.16-post.DS2.DanielEnforceParameters.patch by
     Daniel Scheibli (enforces usage of parameter -m when -i was
     specified).
   - iometer-netware.patch by Thayne Harmon (adds two minor changes
     to the code and Makefile for the Netware/IA32 port).
   - iometer-2003.12.16-post.DS2.patch by Thayne Harmon (adds some more
     changes and functionality for the Netware/IA32 port).
   - iometer.ppc.patch by Dan Bar Dov (adds support for Dynamo to run
     on Linux / PowerPC).
   - netware_cpp.patch by Thayne Harmon (adds a part of the Netware
     support - actually it adds the code file changes).
   - netware_h.patch by Thayne Harmon (adds a part of the Netware
     support - actually it adds the header file changes).
   - netwareonly_cpp.patch by Thayne Harmon (adds a part of the
     Netware support - actually it adds new Netware specific files).
   - iometer-121603ds2-iomtrkstat-xscale.patch by Ming Zhang (adds
     Linux on XScale support for Intel IQ80321 and IQ80331 to the
     iomtr_kstat module).
   - iometer-121603ds2-xscale.patch by Ming Zhang (adds Linux on 
     XScale support for Intel IQ80321 and IQ80331).
   - iometer-121603-ds2-report_tcp.patch by Ming Zhang (rewrite of the
     Report_TCP() function for Linux - more robust when the hostname is
     not setup properly).
   - iometer-1216ds2-getnicounter.patch by Ming Zhang (bugfix for
     reading the /proc/net/dev file under Linux).     
   - iometer-2003.12.16-post.DS1-SolarisMultipleSwapDevices.patch
     by Daniel Scheibli (rework of the Get_All_Swap_Devices()
     function for Solaris - fixing a few minor inconsistencies).
   - iometer-2003.12.16-post.DS1-AlwaysSendCompletionQueue.patch
     by Daniel Scheibli (implements the code changes suggested by 
     Dough Haigh to solve the performance drop in network tests on
     Solaris - see bug report #881675).
   - iometer-1216.post.ds1.kstat-patch by Ming Zhang (major collective 
     patch which
     a.) introduces the iomtr_kstat kernel module for Linux 
     b.) adds support for parsing the Linux 2.4 and 2.6 style
         /proc/stat file - as suggested by Dmitry Yusupov
     c.) increases the block size detection for Linux as
         suggested by Dimtry Yusupov
     d.) enables TCP statistics for Linux
     e.) adds first suoport for the XScale processor)
   - iometer-2003.12.16-IoMtrGlobalDefines5.patch by Daniel Scheibli
     (introduces the IOMTR_SETTING_* global defines to include additional
     code like the VI stuff).
   - iometer-2003.12.16-SwitchesNowRequired.patch by Daniel Scheibli
     (code cleanup of the dynamo parameter handling; switches are no
     longer option but required now)
- Cleanup:
   - Corrected the CPU speed detection output as it was proposed
     Kenneth Morse (rounding issue).
   - Changed the "truly batch oriented" patch behaviour (basically rolled
     back the changes due to the bug report of Kris Strecker).
   - Removed an old left over _DETAIL define depended code (for debugging)
     in IOGrunt.cpp.
- Documentation:
   - Added first comments about porting the Dynamo part to the Developers
     Guide.
   - Added first comments about the coding style to the Developers Guide.
- Others:
   - Changed "manager_network_name" to "manager_computer_name" in the
     usage of Dynamo to reflect the value questioned here (as suggested
     by Tony Renna).
   - Modified the Iometer icon to use the new black one instead of the
     old color lightning/spectrum thing.
   - Added an installer for Iometer on Windows (based on the Nullsoft
     Scriptable Install System - NSIS).
   - Changed the Registry Key for the Windows GUI to "iometer.org".
   - Modified the About dialog to reflect the Open Source status of Iometer.
   - Changed the license of the iomtr_kstat module to the GPL.
   - Added md5sum's for each package to the project homepage.
   - Extended the build environment with capabilities to handle Java.



ChangeLog (IOMETER1 - 2003.12.16):
==================================

- Applied patches:
   - iometer-2003.05.10-IoMtrGlobalDefines4.patch by Daniel Scheibli
     (Last of the IOMTR_* global defines patches)
   - iometer_large_work_file.patch.txt by Russell Redd (fixes the GUI 
     to ensure that "Maximum Disk Size" values are handled propably)
   - iometer-2003.05.10-IoMtrGlobalDefines3.patch by Daniel Scheibli
     (introduces the IOMTR_* global defines to consolidate the different
     global defines coming with the different platforms - ease future
     ports).
   - iometer-2003.05.10-Win64OnAmd64.patch by Daniel Scheibli (Integrates
     the changes contributed by Vedran Degoricija to ensure, that the
     executables can be build for Windows 64 Bit on AMD64).
   - Patch provided by Robert H Creecy to fix the segmentation fault which
     happened when running on Solaris while having multiple swap devices
     configured.
   - Patch provided by Sander Pool to get the Iometer "truly batch
     oriented".
   - iometer-2003.05.10-UsingDdkAndWin64.patch by Daniel Scheibli
     (Integrates the changes contributed by Vedran Degoricija to
     ensure, that the executables can be build using the MS DDK
     on i386 and IA64 as well).
   - iometer-2003.05.10-IoMtrGlobalDefines2.patch by Daniel Scheibli
     (introduces the IOMTR_* global defines to consolidate the different
     global defines coming with the different platforms - ease future
     ports).
   - iometer-2003.05.10-IsBigEndianFunction.patch by Daniel Scheibli
     (Does endian type detection for CPU during runtime. This function
     replaces the [BIG|LITTLE]_ENDIAN_ARCH global defines).
   - iometer-2003.05.10-Solaris9onI386.patch by Daniel Scheibli
     (Assimilates the patch submitted by Robert Jones to build with
     Solaris 9 on x86 (i386)).
   - iometer-2003.05.10-IoTimeConsolidation.patch by Daniel Scheibli
     (Cleanup for the IOTime.* files - getting rid of IOTime.h also).
   - iometer-2003.05.10-IoMtrGlobalDefines1.patch by Daniel Scheibli
     (introduces the IOMTR_* global defines to consolidate the different
     global defines coming with the different platforms - ease future
     ports).
- Cleanup:
   - Modified the EULA (End User License Agreement) to reflect the
     Open Source status.
- Documentation:
   - Moved to Open Office as the official editing tool for the 
     documentation (especially for the Iometer User's Guide).
   - Added a remark into the .../README file (containing additions for
     running Dynamo on a Linux machine with NTPL support).
- Others:
   - Added the source and makefile provided by Vedran Degoricija to get
     the Iometer and Dynamo executable build using the Microsoft Driver
     Development Kit (DDK).



ChangeLog (IOMETER1 - 2003.05.10):
==================================

- Applied patches:
  - iometer-2003.02.15-ResultEndTimeHighRes.patch by Daniel Scheibli
    (modifies the result file output to contain the milliseconds as well).
  - iometer-2003.05.04-CIOB5.patch by Matt Robinson (modifies the mechanisms
    for read and writes in IOMeter so that different buffers are used each
    time to avoid cache line collisions and performance lock-ups with some
    chipsets).
  - iometer-2003.02.15-ResultEndTime.patch by Daniel Scheibli (modifies the
    result file output to append the current timestamp after each block of
    results).
  - iometer-2003.02.15-HandleDummy0.patch by Daniel Scheibli (modifies the
    Get_NI_Counter function to handle interfaces without leading blanks
    (like dummy0) as well).
  - iometer-2003.02.15-NoPipe.patch by Daniel Scheibli (removes the Windows
    Pipes support for communication which simplifies the code).
  - iometer-2003.02.15_Get_NI_Counter.patch by Joe Eiler (brings the
    handling for network interfaces that does not contain statistics in
    /proc/net/dev - as for example with Intel Link Aggreation).    
  - iometer-2003.02.15_Exclude_Filesys.patch by Joe Eiler (additional
    command line parameter for Dynamo to pass into file systems which
    should be hidden).
  - iometer-2003.02.15_Extra_Processor_Info.patch by Joe Eiler (brings new
    processor speed values as well as improvements for the GHz CPU detection).
- Cleanup:
   - Updated the handling of the global debug flag (_DEBUG) in the source
     files (check for platform etc.).
   - Changed LINUX_DEBUG and NDEBUG to _DEBUG which is the generic define
     used for this effort.
   - Dropped different unneeded defines in IOVersion.h
   - Dropped clean_ctlm.c, because we can use the recode tool instead.
   - Merged rdtsc.c into IOTime.cpp
   - Cleaned up some compiler warnings on Solaris
   - Changes NO_LINUX_VI to NO_DYNAMO_VI so Solaris build can use it also
   - Dropped the IOCq.cpp file, because it was empty.
- Documentation:
   - Rewrite of the .../README file (containing additions for the Iometer
     User's Guide as well as text for a future Developers Guide).
- Others:
   - Improved error messages for better support in IOPortTCP.cpp (due to
     the recurrent support requests).
   - Made some minor changes to get Iometer to compile with VC++ 7 (.NET)
     Note: No MSVC++ project files have been checked in, you will have to let
           VC++ convert the project for you.  This worked for fine for me.
   - Added the Wizard.mdb file from the old days (version 1999.10.20).
   - rewrote the Solaris Makefile to match the Linux stuff
   - Added the output of the major and minor number during the detection of
     the sector size (of physical disks).



ChangeLog (IOMETER1 - 2003.02.15):
==================================

- Applied patches:
   - iometer.patch by Matt D. Robinson (ensures, that there is an allocated
     buffer for each worker thread - needed for large amounts of I/O through
     ServerWorks chipsets).
- Bugfixes:
   - Different changes to get Dynamo compiled with gcc 3.2 - in the past there
     was some problem known as cout << hex error (include <sstream> instead of
     include <strstream.h> etc).
   - Modified the sector size detection for physical disks under Linux in that
     way, that major and minor number are recognised (was the major number
     only).
   - Added CPU time in user mode with low priority (nice) to the user mode
     utilization as well as the total CPU utilization.
- Cleanup:
   - Dropped the IOMessage.cpp and IOTest.cpp file, because they are empty.
- Others:
   - Under Linux, NFS devices are now supported by default (in older versions
     they was excluded per default).



ChangeLog (IOMETER1 - 2003.02.08):
==================================

- Applied patches:
   - iometer-initial-datatypes.patch
   - iometer-initial-largefile.patch (allows >2GB files under Linux)
   - proc-speed-fix.txt (addresses the 2 GHz CPU issue)
   - Created Iometer.dsw, Iometer.dsp and Dynamo.dsp by merging the files
     contributed earlier by Matt D. Robinson and Jeffery Bahr (allows to
     compile Iometer and Dynamo under Windows).
- Bugfixes:
   - Added support for the CPU utilization and Interrupts statistic on Linux
- Cleanup:
   - Different changes to Makefile-Linux
- New functionality:
   - Addition parameter for Dynamo (optional), to pass the network name Iometer
     should use to communicate with Dynamo. That way it is possible to run the
     communication over the second NIC for example.
- Others:
   - Added the .../src/res tree as well as the .../Docs tree as found in the
     CVS tree at Sourceforge.
   - Started a Todo list with issues needed to be addressed for the code
     cleanup. The file is named .../TODO.
   - Started a modest documentation of the source structure which can be found
     in .../README.




