home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / DSKCACHE / EVALCACH.ZIP / EVAL.HLP < prev    next >
Encoding:
Text File  |  1989-10-26  |  1.4 KB  |  23 lines

  1. EVAL.PAS/EVAL.EXE -- Disk Cache Strategy Performance Evaluator
  2.  
  3. This program estimates the effectiveness of disk caching strategies using
  4. a log of up to 8196 actual disk transactions from your first physical hard
  5. disk. The TSR program SNOOP.COM maintains the log in memory.
  6.  
  7. This version of the program compares the performance of a simple write-
  8. through cache to the performance you'd get from no cache at all. It bases
  9. its speed estimates on hard disk characteristics you enter, rather than on
  10. the actual characteristics of your machine, so you can see how drive
  11. characteristics affect both system and cache performance. You can test your
  12. own cache strategies by defining objects of the type CacheStrategy. You can
  13. also observe the performance effects of cache size. As a simple experiment,
  14. try reducing the cache size to 64K or 128K and press G to simulate the
  15. results. You should notice a dramatic drop in cache performance.
  16.  
  17. This program is Copyright (C) 1989 by L. Brett Glass. It may be freely
  18. redistributed for non-commercial purposes only. It may not be made part of any
  19. hardware or software product without the express written consent of the
  20. copyright owner. This program is supplied on an "as-is" basis. The author
  21. assumes no responsibility for its correctness or its fitness for a given
  22. purpose, nor for consequential damages which may arise from its use.
  23.