home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / lan / lanper11 / read.me < prev   
Text File  |  1989-01-31  |  1KB  |  39 lines

  1. This ARC contains the source code and executable program for the LANPERF
  2. program originally placed in the public domain by PC Tech Journal.  The
  3. modifications are twofold.  Unlike the original, Version 1.1 of LANPERF is
  4. written entirely in C, and can be ported to non-DOS environments if the timer
  5. routines are rewritten.  The maximum block size has been increased from
  6. 4096 bytes to 65534 bytes, the maximum allowed by DOS.  The original PC Tech
  7. Journal Copyright remains on the program.
  8.  
  9. In addition to being a good program for testing LANs under various loads,
  10. its original stated purpose, LANPERF is also good for measuring hard disks,
  11. diskettes, and other devices.
  12.  
  13. The files are:
  14.  
  15. LANPERF.C    Source for Version 1.1 of LANPERF (nearly portable and nearly
  16.              ANS C compatible)
  17.  
  18. LANPERF.EXE  Executable LANPERF program for MS-DOS compiled with Microsoft
  19.              C 5.0 and huge memory model.
  20.  
  21. 1. Compile and link LANPERF.C as follows with C 5.0 or later:
  22. cl /AH lanperf.c
  23. The result is an EXE greater than 160KB in size.
  24.  
  25. 2. Compress the EXE down to managable size with Microsoft's EXEPACK utility, or
  26. equivalent.  After EXEPACK, LANPERF.EXE is less than 32KB.
  27.  
  28. Let me know how the porting to other environments goes, and the results you
  29. see.
  30.  
  31. Thank you.
  32.  
  33. Ben Myers
  34. Spirit of Performance, Inc.
  35. 73 Westcott Road
  36. Harvard, MA  01451
  37. Telephone (508)456-3889
  38. Telex 6503571400
  39.