From 95d606145751f160505660888e334518c0802470 Mon Sep 17 00:00:00 2001 From: Alexander Wenzel Date: Thu, 6 Oct 2011 15:41:09 +0200 Subject: All kind of text files can now be logged, e.g. /proc/version. --- src/system/dlt-system.conf | 65 +++++++++++++++++++++++++++++++++++++++------- 1 file changed, 55 insertions(+), 10 deletions(-) (limited to 'src/system/dlt-system.conf') 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 -- cgit v1.2.1