home *** CD-ROM | disk | FTP | other *** search
/ GEMini Atari / GEMini_Atari_CD-ROM_Walnut_Creek_December_1993.iso / zip / diskutil / dostestr.lzh / DOSTESTR / DOSTESTR.TXT < prev   
Text File  |  1991-07-01  |  4KB  |  90 lines

  1. DOS Tester v1.02
  2. Disk Operational Speed Tester
  3.  
  4. DOS Tester is a quick and dirty disk speed checker that we at A&D have
  5. (and still) use while developing our OS-M kernel and Universal NETwork
  6. software. We wanted a way to test the speed of individual operations -
  7. opens, writes, deletes - as well as a general seek-and-read test. Thus DOS
  8. Tester came into being.
  9.  
  10. DOS Tester runs on any version of US TOS (and OS-M, too!) as of July 1,
  11. 1991 - and it should work on foreign versions too, but as we don't have
  12. any foreign machines in-house, we can't guarantee that.
  13.  
  14. To run DOS Tester, just double-click on DOSTESTR.PRG. You will get a
  15. dialog giving you all of the test options. Select Create/Close, Open/
  16. Write, and Seek Test for the three tests. Select Write Test Log to write
  17. out the test results to disk (to the drive/path you choose to test on).
  18. The results will be written to a file called DOSTESTS, and any future
  19. DOS Tester tests in that path will tack the new test results into the
  20. existing DOSTESTS file.
  21.  
  22. You can choose the number of files to test with, and the size of each
  23. file. 10 100K files time out quite differently that 100 10K files (it's 
  24. true!). Just use the two edit fields in the upper right-hand corner of 
  25. the dialog to enter your choices.
  26.  
  27. Then when you are ready, click on Run Test and a file selector will pop
  28. up, prompting you for the choice of drive and path to run your tests on
  29. (a heavily fragmented drive will give you poorer results). Click on OK
  30. to run the tests, click on Cancel to abort the tests.
  31.  
  32. And for those who are curious, the timings are done using the system
  33. 200hz clock.
  34.  
  35. The Tests
  36.  
  37. 1) DFREE: DOS Tester will start (always) by checking free space on a disk 
  38. 10 times. Why 10 times? Am I afraid the size might change? No. Just to
  39. pump up the numbers.
  40.  
  41. 2) Create/Close: DOS Tester will create a folder called DOSTESTS (to avoid
  42. the 112 file limit of a root directory) and create everhowmanyfilesyouwant
  43. (named TEST1, TEST2 - up to TEST350) and close each file after it has been
  44. created. Why only 350 files? That's just a limit we imposed (there's a
  45. 256K limit on the max size of files too). If anyone wants higher limits,
  46. let us know and we'll raise them ("How to contact us" info is at the
  47. end of this text file. But for now, 350 files is a sane limit.
  48.  
  49. 3) Open/Writes: DOS Tester will open each file in sequence and write
  50. everhowmuchdatayouwant out to the file, and then close the file.
  51.  
  52. 4) Deletes: DOS Tester will delete each file in sequence and remove
  53. the folder.
  54.  
  55. 5) Seek Test: DOS Tester will malloc a large chunk of memory and write
  56. out a file (the size of the file is determined by the size of memory
  57. available and how much free space is on the disk being written to). This
  58. test reads 513 bytes from three points in the file - the beginning of
  59. the file, the middle of the file and the end (minus 1024 bytes) of the
  60. file, 10 times (again, to bump up the numbers). The sequence of head
  61. movement goes - end to start to middle to start to end to middle.
  62.  
  63. That's all
  64.  
  65. Well, I believe that sums it all up. It's not the most perfect test in
  66. the world, but a good test to add to your benchmark arsenal. Address
  67. any comments to:
  68.  
  69. A&D Software
  70. 280 Peach Street
  71. Merlin, OR 97532
  72. USA
  73.  
  74. GEnie: ST-INFORMER
  75. CompuServe 7007,3615
  76. Phone: (503) 476-0071
  77. Fax: (503) 479-1825
  78.  
  79. DOS Tester v1.02 was written in GFA BASIC 3.6 and is distributed as
  80. FREEWARE.
  81.  
  82. FREEWARE rules:
  83.  
  84. Pass it Along.
  85. You Can't Profit from Passing it Along.
  86. You Must Include This Text File.
  87.  
  88. DOS Tester v1.02 and this text file is Copyright (c) 1990, 1991 by
  89. Application & Design Software.
  90.