Changes between Version 6 and Version 7 of CheckSystem


Ignore:
Timestamp:
11/20/07 20:01:37 (5 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CheckSystem

    v6 v7  
    2727||ProcessEnumerationMethod||auto||Set the PROCESS enumeration method (auto or TOOLHELP or PSAPI) 
    2828||force_language||||Allow you to override language-id detection 
     29 
     30 
     31== Sample == 
     32{{{ 
     33... 
     34[CheckSystem] 
     35;# 
     36;# The time to store CPU load. 
     37;# 
     38CPUBufferSize=1h 
     39;# 
     40;# Time between checks in 1/10 of seconds. 
     41;# 
     42CheckResolution=10 
     43;# 
     44;# Set this to 0 to disable auto detect (counters.defs) PDH language and OS version. 
     45;# 
     46auto_detect_pdh=1 
     47;# 
     48;# Various counter overrides 
     49;# 
     50MemoryCommitLimit=\Memory\Commit Limit 
     51MemoryCommitByte=\Memory\Committed Bytes 
     52SystemSystemUpTime=\System\System Up Time 
     53SystemTotalProcessorTime=\Processor(_total)\% Processor Time 
     54;# 
     55;# Set the PROCESS enumeration method (auto or TOOLHELP or PSAPI) 
     56;# 
     57ProcessEnumerationMethod=auto 
     58;# 
     59;# Allow you to override language-id detection 
     60;# 
     61force_language=0x0407 
     62}}}