home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 576.lha / DiskSpeed_v4.0 / ReadMe.pp / ReadMe
Text File  |  1991-12-04  |  5KB  |  110 lines

  1. ************************************************
  2. DiskSpeed 4.0 Limited *Final* version  (AW Tech)
  3. ************************************************
  4.  
  5. ------------------------------------------------------------------------------
  6.  
  7.                           DiskSpeed v4.0
  8.                                 by
  9.                            Michael Sinz
  10.  
  11.              Copyright (c) 1989 by MKSoft Development
  12.  
  13.                       MKSoft Development
  14.                       163 Appledore Drive
  15.                       Downingtown, PA 19335
  16.  
  17.  Yes, this is yet another disk speed testing program, but with a few
  18.  differences.  It was designed to give the most accurate results of the
  19.  true disk performance in the system.  For this reason many of
  20.  DiskSpeed's results may look either lower or higher than current disk
  21.  performance tests.
  22.  
  23. ******************************************************************************
  24. *                                                                            *
  25. *      Reading legal mush can turn your brain into guacamole!                *
  26. *                                                                            *
  27. *              So here is some of that legal mush:                           *
  28. *                                                                            *
  29. * Permission is hereby granted to distribute this program's source           *
  30. * executable, and documentation for non-commercial purposes, so long as the  *
  31. * copyright notices are not removed from the sources, executable or          *
  32. * documentation.  This program may not be distributed for a profit without   *
  33. * the express written consent of the author Michael Sinz.                    *
  34. *                                                                            *
  35. * This program is not in the public domain.                                  *
  36. *                                                                            *
  37. * Fred Fish is expressly granted permission to distribute this program's     *
  38. * source and executable as part of the "Fred Fish freely redistributable     *
  39. * Amiga software library."                                                   *
  40. *                                                                            *
  41. * Permission is expressly granted for this program and it's source to be     *
  42. * distributed as part of the Amicus Amiga software disks, and the            *
  43. * First Amiga User Group's Hot Mix disks.                                    *
  44. *                                                                            *
  45. ******************************************************************************
  46.  
  47. *New DOCS are not done yet.  They will be rather large...
  48.  
  49. *The current version does not deal with VIDEO DMA overhead tests.
  50.  This will be added in a 2.0-only version...
  51.  
  52. *The new tests are auto-sizing.  Other than the file create/delete
  53.  tests, they will all take about the same amount of time on fast and
  54.  slow systems.
  55.  
  56. *The % CPU available is the amount of CPU available to a task that
  57.  is running at a low priority (lower than the driver, etc)  The %
  58.  is based on the amount of CPU available to this task when it is
  59.  running with no disk activity.  The calculations still need to be
  60.  played with a bit, but it should be rather accurate.  If you have
  61.  programs running in the background (such as a ray tracer) this will
  62.  make the % CPU invalid.
  63.  
  64. ------------------------------------------------------------------------------
  65.  
  66. These key words are also available from the TOOLTYPES of the icon.
  67.  
  68. * NOCPU/S    - Turns off the CPU available task.
  69.   New keyword that lets you turn off CPU percentage collection.  This is so
  70.   that the secondary task is not created.  Seems that just having this task
  71.   around can be enough to throw the performance of the system way off.  The
  72.   difference in time it takes to task-switch from STOP to the harddisk driver
  73.   and from a background task and the harddisk driver is sometimes just enough
  74.   to cause a rotation on the disk to be missed.  This feature may well be
  75.   removed, but the difference in the numbers is rather interesting.  (The
  76.   background task is at -127 priority...)
  77.  
  78. * MINTIME/K/N    - Selects the number of seconds to run each test. (1 to 500)
  79.   New keyword that lets you select the minimum amount of time any test takes.
  80.   This applies to all tests except for the Directory entry create and delete
  81.   tests.  Also, note that after the file create speed test, a full 256K file
  82.   is created and this can, on slow systems take some time.
  83.  
  84. * DRIVE/K    - select drive  (Default is current directory)
  85.     You can use either 'DRIVE <path>'  or  'DRIVE=<path>'
  86.  
  87. * COMMENT/K    - set comment string
  88.     You can use either 'COMMENT <comment>'  or  'COMMENT=<comment>'
  89.  
  90. * ALL/S        - select all tests
  91.     This turns on all of the tests below
  92.  
  93. * DIR/S        - setect DIR tests
  94. * SEEK/S    - select SEEK tests
  95. * CHIP/S    - select CHIP memory buffer tests
  96. * FAST/S    - select FAST memory buffer tests
  97. * LONG/S    - select LONG aligned tests
  98. * WORD/S    - select WORD aligned tests
  99. * BYTE/S    - select BYTE aligned tests
  100.  
  101. * BUF1/K/N    - select buffer size 1    (Default = 512)
  102. * BUF2/K/N    - select buffer size 2    (Default = 4096)
  103. * BUF3/K/N    - select buffer size 3    (Default = 32768)
  104. * BUF4/K/N    - select buffer size 4    (Default = 262144)
  105.     Will let you select the buffer sizes for the tests.
  106.     To eliminate a buffer test, set the buffer to 0.
  107.     You can use either 'BUF1 <num>'  or  'BUF1=<num>'
  108.  
  109. * WINDOW/S    - use the GUI even though started from the CLI
  110.