home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-386-Vol-2of3.iso / c / cneutil.zip / TESTNET / TESTNET.DOC next >
Text File  |  1988-01-06  |  3KB  |  61 lines

  1.                          TESTNET.EXE
  2.                          version 1.0
  3.  
  4.                           By SCOTT TAYLOR
  5.                        228 Gold Kettle Drive
  6.                        Gaithersburg,Md 20878
  7.                         
  8.  
  9.  
  10. TESTNET this utility is intended to test the performance of Local
  11. Area Networks. It may also be used to test stand alone PC's.
  12.  
  13. The valuable results of this test will show the total elapsed
  14. time in seconds and total throughput in KB/sec transferred to
  15. disk. Using a SEQUENTIAL file access method tests server disk and
  16. caching performance. Using OVERLAID file access tests reflects
  17. more of the network interface performance as well as local
  18. (workstation) cache techniques. Larger record sizes are handled
  19. more efficiently by most operating systems (especially DOS).
  20. Using larger record sizes (4K and up) demonstrates overall
  21. throughput. Smaller record sizes demonstrates the operating
  22. systems ability to deal with small record blocks. A good example
  23. would be to run this test from a workstation local C: drive. Then
  24. run it again from that workstation but to a network drive.
  25. Usually you will see a significant increase in performance. Also
  26. try running the test with the VERIFY option on/off.
  27.  
  28. Here is another good example, especially for comparing different
  29. server hardware (disk, memory, cpu). This is especially useful on
  30. Novell networks since the server console displays performance
  31. characteristics. To compare hard disks generate a file size,
  32. using Testnet, that is larger than the total memory installed in
  33. the server. Then you can compare throughput times displaied by
  34. Testnet. This way the file size is to large to fit in cache
  35. memory and tests raw disk I/O.
  36.  
  37. To compare CPU's (as servers) or cache memory generate a file
  38. size, using Testnet, that is approximately 512K smaller than the
  39. total memory installed in the server. Then set Testnet to read
  40. the file, this will test the raw CPU & Cache memory performance.
  41. Then you can compare the throughput displayed by Testnet. As the
  42. test is in progress you can monitor the server console for peak
  43. "I/O PENDING" and peak "% UTILIZATION".
  44.  
  45. MENU: The menu keys are UP and DOWN arrow keys to highlight a
  46. menu option. Press RETURN to select a highlighted option, then
  47. input the desired value for that option. Instructions accompany
  48. each menu option when the RETURN key is pressed. <ESC> will exit
  49. TESTNET to DOS.
  50.  
  51. From the main menu <F1> starts the test. <F2> sets the station
  52. into the MULTI-STATION test mode. Press <F1> when the last
  53. station is set into the MULTI-STATION test mode, then all
  54. stations will begin testing. Each station will then show its
  55. average throughput to/from the file server. All stations running
  56. in the MULTI-STATION mode must be able to access the same root
  57. directory.
  58.  
  59. Any questions, comments, or suggestions are welcomed !
  60.  
  61.