summaryrefslogtreecommitdiff
path: root/src/kpi/dlt-kpi.conf
blob: bb93d478228f697e1123f07b5f555a0c66244a85 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Configuration file for DLT KPI logger
#

########################################################################
# General configuration
########################################################################

# The interval in milliseconds of how often process updates should be logged. (Default: 1000)
process_interval = 1000

# The interval in milliseconds of how often interrupt stats should be logged. (Default: 3000)
irq_interval = 3000

# The interval in milliseconds of how often the commandlines of all processes should be logged. (Default: 10000)
check_interval = 10000

# The used log level. -1 = DEFAULT, 0 = OFF, [...], 6 = VERBOSE (Default: 4)
log_level = 4