summaryrefslogtreecommitdiff
path: root/src/system/dlt-system.conf
diff options
context:
space:
mode:
Diffstat (limited to 'src/system/dlt-system.conf')
-rw-r--r--src/system/dlt-system.conf65
1 files changed, 55 insertions, 10 deletions
diff --git a/src/system/dlt-system.conf b/src/system/dlt-system.conf
index ee67a0b..f194bf5 100644
--- a/src/system/dlt-system.conf
+++ b/src/system/dlt-system.conf
@@ -38,24 +38,69 @@ FiletransferTimeStartup = 5
FiletransferTimeDelay = 3
########################################################################
-# Log Kernel version
+# Log short files, expecially from proc filesystem
########################################################################
-# Log the file /proc/version (Default: 1)
-# 0 = off, 1 = startup only, 2 = regular
-LogKernelVersionMode = 2
-
-# The Context Id of the kernel version (Default: VERS)
-LogKernelVersionContextId = KVER
+# Log different files
+# Mode: 0 = off, 1 = startup only, 2 = regular
+# TimeDelay: If mode regular is set, time delay is the number of seconds for next sent
+
+# Log the file /etc/sysrel
+LogFileFilename = /etc/sysrel
+LogFileMode = 1
+LogFileTimeDelay = 3
+LogFileContextId = VER
+
+# Log the file /proc/version
+LogFileFilename = /proc/version
+LogFileMode = 1
+LogFileTimeDelay = 3
+LogFileContextId = KVER
+
+# Log the file /proc/meminfo
+LogFileFilename = /proc/meminfo
+LogFileMode = 2
+LogFileTimeDelay = 5
+LogFileContextId = MEM
+
+# Log the file /proc/cpuinfo
+LogFileFilename = /proc/cpuinfo
+LogFileMode = 2
+LogFileTimeDelay = 5
+LogFileContextId = CPU
+
+# Log the file /proc/stat
+LogFileFilename = /proc/stat
+LogFileMode = 2
+LogFileTimeDelay = 5
+LogFileContextId = STAT
+
+# Log the file /proc/modules
+LogFileFilename = /proc/modules
+LogFileMode = 2
+LogFileTimeDelay = 5
+LogFileContextId = MOD
+
+# Log the file /proc/ioports
+LogFileFilename = /proc/ioports
+LogFileMode = 1
+LogFileTimeDelay = 5
+LogFileContextId = IOP
+
+# Log the file /proc/iomem
+LogFileFilename = /proc/iomem
+LogFileMode = 1
+LogFileTimeDelay = 5
+LogFileContextId = IOM
########################################################################
# Log Processes
########################################################################
-# Log the processes in /proc with info from /proc/x/stat (Default: 1)
+# Log the processes in /proc with info from /proc/x/stat (Default: 0)
# 0 = off, 1 = startup only, 2 = regular
-LogProcessesMode = 0
+# LogProcessesMode = 1
# The Context Id of the kernel version (Default: PROC)
-LogProcessesContextId = PROC
+# LogProcessesContextId = PROC