home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / lan / novdiags.arj / PERFORM.DOC < prev    next >
Text File  |  1989-08-01  |  2KB  |  54 lines

  1. Notes on Execution of PERFORM.EXE
  2.  
  3.  
  4. PERFORM.EXE is a useful utility for determining data
  5. throughput in a given system.  This system can be a stand
  6. alone PC, a Novell NetWare local area network, or any other
  7. local area network.
  8.  
  9. The files that are created by PERFORM and subsequently
  10. written to and read from are simple DOS files.  Standard DOS
  11. functions are used to create, open, read from, and write to the
  12. files.
  13.  
  14. PERFORM is executed from the DOS command line prompt with
  15. no parameter list.  PERFORM will automatically create and
  16. open a file in the default directory.  When running PERFORM
  17. on multiple workstations under NetWare, PERFORM will create
  18. a file with a unique name for each workstation automatically. 
  19. Thus, several workstations may run PERFORM in the same
  20. directory if desired.
  21.  
  22. When executed, PERFORM displays a screen with several
  23. partitions.  These partitions are:
  24.  
  25. Parameters.  Four parameters that are user definable.
  26.  
  27. Results.  Contains the results of the test as it runs and
  28. when it is complete.
  29.  
  30. Status.  Indicates current status of program execution.
  31.  
  32. The parameters that are definable by the user are quite simple. 
  33. The first parameter determines whether reads or writes will be
  34. performed.  Of course, a write must be done to the file before
  35. you can read from it.
  36.  
  37. The second parameter determines whether the reads or writes
  38. will be overlayed or sequential.  Overlayed I/O indicates that
  39. the read or write operation will occur on the same record over
  40. and over.  Sequential I/O indicates that the reads and writes
  41. will be done on consecutive records in the file.
  42.  
  43. The record size parameter is straight forward.  The record
  44. sizes can range from 1 byte to 4096 (4K) bytes.  Remember
  45. when doing read tests to first write records of the same size
  46. as those that will be read.
  47.  
  48. The last parameter indicates the number of records to read or
  49. write.  The more iterations performed, the more accurate the
  50. final results will be.
  51.  
  52. When the paramters have been entered, simply press the F1 key
  53. to start the test.  Use Ctrl-C to exit back to DOS.
  54.