home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 8 / FreshFishVol8-CD1.bin / new / util / cli / dta / dta.doc < prev    next >
Text File  |  1994-11-20  |  3KB  |  78 lines

  1. DTA 1.00 (18.11.94)                                                       DTA
  2.  
  3. NAME
  4.      DTA - Data Transfer Analysis
  5.  
  6. SYNOPSIS
  7.      Gives a very general and simple analysis of transfer speeds.
  8.  
  9. INPUTS
  10.      FILE - File to test transfer of data with (Make it a LARGE one!)
  11.  
  12. RESULTS
  13.      The following is an example of some of the useful information DTA
  14.      will display for you.    
  15.  
  16.        CPU: 68040/68882
  17.  
  18.        Volume: DH1 (DCFFS)
  19.  
  20.        Processing file "dl:LionKing.lha".
  21.  
  22.        Read 946054 bytes / 923.9K in 0 seconds and ~432129 microseconds.
  23.  
  24.        Data Transfer Analysis (DTA) = 2.1M/second (2189286 bytes/second).
  25.  
  26.      The idea behind this very simple/crude program is to give you an
  27.      average idea of how well your machine/controller/drive are performing
  28.      together.  The whole "analysis" depends on the number of buffers and
  29.      what type of memory they are in, your drive/controller speed, your
  30.      system's CPU load, the maxtransfer and DMA settings, file system, ...
  31.  
  32.      This program just samples the time, reads a LARGE file, and samples
  33.      the time again...
  34.  
  35.      I wrote this to test the results of changing some settings with a
  36.      ZorroII (NonDMA) SCSI board with a friends A4000.  We tried changing
  37.      the maxtransfer, buffer memory type & size, and changing the DMA mask.
  38.  
  39.      On the whole we got the best results that were opposite of the 
  40.      suggested ones.  For example we set the DMA mask so we COULD DMA
  41.      into all our memory, which was surprising, BIG speed gain.  We
  42.      also kept "ANY" for the buffer memory type, CHIP/24bitDMA was
  43.      actually somewhat slower...  The big thing with his drive is the
  44.      maxtransfer.  For whatever reason it will not allow a very large
  45.      one, we got the best result with a 128kb = $200000, however I would
  46.      suggect trying the default and doing a "Copy BUF=0 <largefile> to RAM:"
  47.      BUF=0 sets the buffer size to that of the file you are copying.  If
  48.      your machine locks up then your drive requires a smaller maxtransfer.
  49.  
  50.      This program was written for ourself to test some hardware.  If
  51.      you find it usefull then please use it.  If you think the results
  52.      are not all-together there then do not use it.  I would suggest
  53.      only using it to compare changes that you are making to a drive.
  54.  
  55.      
  56. NOTES
  57.      This software, in its unmodified form and in its entirity, may be
  58.      freely distributed as long as no profits are gained.
  59.  
  60.        THIS SOFTWARE IS PROVIDED BY IMAGINE SOFTWARE INC. "AS IS" AND ANY
  61.        EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  62.        IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  63.        PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL IMAGINE SOFTWARE INC. BE
  64.        LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
  65.        CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
  66.        SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
  67.        BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
  68.        WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
  69.        OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
  70.        EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  71.  
  72.      DTA 1.00 (18.11.94) Engineered by Trevor Andrews
  73.      Copyright 1994 Imagine Software, Inc.  All Rights Reserved.
  74.  
  75.      Imagine Software, Inc.
  76.      1218 South 5th Street
  77.      Lafayette, IN  47905-1716     
  78.