mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-01-26 15:28:39 +01:00
13 lines
733 B
Plaintext
13 lines
733 B
Plaintext
### Option: PerfCounter
|
|
# Syntax: <parameter_name>,"<perf_counter_path>",<period>
|
|
# Defines new parameter <parameter_name> which is an average value for system performance counter <perf_counter_path> for the specified time period <period> (in seconds).
|
|
# For example, if you wish to receive average number of processor interrupts per second for last minute, you can define new parameter "interrupts" as following:
|
|
# PerfCounter = interrupts,"\Processor(0)\Interrupts/sec",60
|
|
# Please note double quotes around performance counter path.
|
|
# Samples for calculating average value will be taken every second.
|
|
# You may run "typeperf -qx" to get list of all performance counters available in Windows.
|
|
#
|
|
# Mandatory: no
|
|
# Range:
|
|
# Default:
|