summaryrefslogtreecommitdiff
path: root/src/procfs/dlt-procfs.conf
diff options
context:
space:
mode:
Diffstat (limited to 'src/procfs/dlt-procfs.conf')
-rw-r--r--src/procfs/dlt-procfs.conf18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/procfs/dlt-procfs.conf b/src/procfs/dlt-procfs.conf
new file mode 100644
index 0000000..5abd2a7
--- /dev/null
+++ b/src/procfs/dlt-procfs.conf
@@ -0,0 +1,18 @@
+# Configuration file for DLT /proc/-filesystem 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 \ No newline at end of file