home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: SysTools / SysTools.zip / limit013.zip / limiter.cfg < prev    next >
Text File  |  2001-01-11  |  2KB  |  54 lines

  1. ; ******************************************
  2. ; CPU Limiter/2 config file by MAD DED - II.
  3. ; (c) 2000, 2001
  4. ; ******************************************
  5.  
  6. ; Limiter.Cfg can be placed in Limiter.exe directory, or in ETC dir, or
  7. ; anywhere else and specified in command line like limiter.exe cfg_file.
  8.  
  9. ; Log file name.
  10. ; Default value = none, work without logging.
  11. ;LogFile = d:\LOGS\limiter.log
  12.  
  13. ; Make noises when killing somebody ;)
  14. ; Default value = Off
  15. ;Sound = On
  16.  
  17. ; Debug mode On|Off.
  18. ; Default value = Off.
  19. ;Debug = On
  20.  
  21. ; CPU load scanning period, in seconds.
  22. ; Default value = 5.
  23. ;Period = 1
  24.  
  25. ; Enable/Disable hard kill method.
  26. ; Default value = On.
  27. ;Kill-9 = Off
  28.  
  29. ; Limit & Ignore rulesets.
  30. ; May be defined any number of Limit and Ignore keywords.
  31.  
  32. ; Ignore = processmask prio
  33. ; processmask - case independed, may be NAME, NAME*, *NAME, or *
  34. ; prio - may be * or 0 - for any, 1 = idle, 2 = normal, 3 = time-crit, 4 = fs
  35. ; Examples:
  36. ;Ignore = vdm *
  37. ; Ignore all VDM sessions.
  38. ;Ignore = * 1
  39. ; Ignore processes with idle priority.
  40.  
  41. ; Limit = processmask prio CPU[%] seconds
  42. ; processmask - case independed, may be NAME, NAME*, *NAME, or *
  43. ; prio - may be * or 0 - for any, 1 = idle, 2 = normal, 3 = time-crit, 4 = fs
  44. ; CPU - maximum average CPU load for this process(es)
  45. ; seconds - maximum time overload CPU for this process(es)
  46. ; Examples:
  47. ;Limit = vdm * 95% 5
  48. ; Limit any VDM session to use 95% CPU and up, not longer than 5 seconds.
  49. ;Limit = * 3 95% 5
  50. ; Limit any process at real-time priority to use 95% CPU and up, not longer than 5 seconds.
  51. ;Limit = * 4 95% 5
  52. ; Tha same, but for foreground-server processes.
  53.  
  54.