Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

49 lines
1.2 KiB

  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. ; Fixed settings, if ALLOCATIONS=Fixed set
  6. GLOBAL=1500
  7. USER=500
  8. GDI=500
  9. DISK=5
  10. HANDLES=2
  11. ; Fixed or Random
  12. ALLOCATIONS=random
  13. ; 1 - 4
  14. STRESS_LEVEL=1
  15. ; Any #
  16. SEED=17890
  17. ; disk gdi user kernel handles
  18. RESOURCES=disk gdi user kernel handles
  19. ; 1 - 120
  20. TIME_INTERVAL=2
  21. ; Messages: WM_KEYUP, WM_KEYDOWN, WM_SYSKEYUP, WM_SYSKEYDOWN, WM_CHAR, ; WM_LBUTTONDOWN, WM_LBUTTONUP, WM_LBUTTONDBLCLK, WM_RBUTTONDOWN, ;WM_RBUTTONUP, WM_RBUTTONDBLCLK,
  22. MESSAGE=WM_LBUTTONDOWN
  23. ; Filename or filename with path
  24. FILENAME=c:\win31\mystress.log
  25. ; Log to a file? yes or no
  26. FILE_ON=yes
  27. ; 1 - 4
  28. COM=1
  29. ; yes or no
  30. EXECUTER_ON=no
  31. ; Stress Levels for Executor mode:
  32. ; LEVELn=GlobalMin GlobalMax UserMin UserMax GDIMin GDIMax DiskMin DiskMax FilesMin
  33. ; FilesMax. Disk is in Mb. Everything else in bytes.
  34. LEVEL1=0 1500 0 500 0 500 0 1 0 1
  35. LEVEL2=0 2000 0 1000 0 1000 0 1 0 2
  36. LEVEL3=100 10000 100 8000 100 8000 0 1 0 3
  37. LEVEL4=500 32000 500 16000 500 16000 0 1 0 4