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