home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c480 / 20.ddi / BIN / STRESS.IN_ / STRESS.IN
Encoding:
INI File  |  1993-02-08  |  1.2 KB  |  50 lines

  1. [STRESS]
  2. ; Initialization file for Stress.exe.  Must live in Windows directory to be
  3. ; have it's setting take affect. All settings (and ini file) are optional.
  4. ; For more information see the on-line Stress help file.
  5.  
  6. ; Fixed settings, if ALLOCATIONS=Fixed set
  7. GLOBAL=1500
  8. USER=500
  9. GDI=500
  10. DISK=5
  11. HANDLES=2
  12.  
  13. ; Fixed or Random
  14. ALLOCATIONS=random
  15.  
  16. ; 1 - 4
  17. STRESS_LEVEL=1
  18.  
  19. ; Any #
  20. SEED=17890
  21.  
  22. ; disk gdi user kernel handles
  23. RESOURCES=disk gdi user kernel handles
  24.  
  25. ; 1 - 120 
  26. TIME_INTERVAL=2
  27.  
  28. ; Messages: WM_KEYUP, WM_KEYDOWN, WM_SYSKEYUP, WM_SYSKEYDOWN, WM_CHAR,  ; WM_LBUTTONDOWN, WM_LBUTTONUP, WM_LBUTTONDBLCLK, WM_RBUTTONDOWN, ;WM_RBUTTONUP, WM_RBUTTONDBLCLK, 
  29. MESSAGE=WM_LBUTTONDOWN
  30.  
  31. ; Filename or filename with path
  32. FILENAME=c:\win31\mystress.log
  33.  
  34. ; Log to a file? yes or no
  35. FILE_ON=yes
  36.  
  37. ; 1 - 4
  38. COM=1
  39.  
  40. ; yes or no
  41. EXECUTER_ON=no
  42.  
  43. ; Stress Levels for Executor mode: 
  44. ; LEVELn=GlobalMin GlobalMax UserMin UserMax GDIMin GDIMax DiskMin DiskMax FilesMin 
  45. ; FilesMax.  Disk is in Mb. Everything else in bytes. 
  46. LEVEL1=0 1500 0 500 0 500 0 1 0 1
  47. LEVEL2=0 2000 0 1000 0 1000 0 1 0 2
  48. LEVEL3=100 10000 100 8000 100 8000 0 1 0 3
  49. LEVEL4=500 32000 500 16000 500 16000 0 1 0 4
  50.