blob: 704fa588b812c1ef193736016157976e2a295e93 [file] [log] [blame]
///////////////////////////////////////////////////////////////////////////////
// Copyright (c) 2000-2019 Ericsson Telecom AB //
// //
// All rights reserved. This program and the accompanying materials //
// are made available under the terms of the Eclipse Public License v2.0 //
// which accompanies this distribution, and is available at //
// https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html //
///////////////////////////////////////////////////////////////////////////////
[LOGGING]
LogFile := "%e.%h-%r-%t.%s"
ConsoleMask := LOG_NOTHING
LogEntityName := Yes
LogEventTypes := Yes
SourceInfoFormat := Stack
[MODULE_PARAMETERS]
//StatCapture config
tsp_EPTF_StatCapture_def_capture_file := "DefaultFile"
tsp_EPTF_StatCapture_max_file_size := 1000000 //1 MByte
tsp_EPTF_StatCapture_max_nrof_files := 100 //maximum 100 files for each stream
tsp_EPTF_StatCapture_fileFormat := readable
tsp_EPTF_StatCapture_captureGroups := {{groupName := "configgroup1",
timerPeriod := 1.0,
logFileNames := {"configFirstfile"},
statistics := { { varName := "var1",
statType := content, //content, delta, deltaSum, min, max, mean, standardDev, EPS
statName := "content",
periodicReset := false,
activeStat := true
},
{ varName := "var1",
statType := delta, //content, delta, deltaSum, min, max, mean, standardDev, EPS
statName := "delta",
periodicReset := false,
activeStat := true
}
}
},
{groupName := "configgroup2",
timerPeriod := 1.0,
logFileNames := {"configSecondfile"},
statistics := { { varName := "var2",
statType := min, //content, delta, deltaSum, min, max, mean, standardDev, EPS
statName := "minReset",
periodicReset := true,
activeStat := true
},
{ varName := "var2",
statType := EPS, //content, delta, deltaSum, min, max, mean, standardDev, EPS
statName := "EPS",
periodicReset := false,
activeStat := true
}
}
}
}